Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirkobrombin/football
An application for tracking Football scores, designed for elementary OS.
https://github.com/mirkobrombin/football
appcenter debian football football-scores movingtogitlab python
Last synced: about 4 hours ago
JSON representation
An application for tracking Football scores, designed for elementary OS.
- Host: GitHub
- URL: https://github.com/mirkobrombin/football
- Owner: mirkobrombin
- License: gpl-3.0
- Created: 2017-09-23T22:08:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T19:46:15.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T18:28:53.566Z (6 months ago)
- Topics: appcenter, debian, football, football-scores, movingtogitlab, python
- Language: Python
- Homepage: https://linuxhub.it
- Size: 428 KB
- Stars: 22
- Watchers: 4
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Football
This application will receive only bugfix from now. I'm developing a new version from scratch.
An application for tracking Football scores, designed for elementary OS.
## Requirements
- python3
- libgtk-3-dev## How to run
```bash
com.github.mirkobrombin.football
```## Installation
### For elementary OS
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.mirkobrombin.football)### For Debian based
Grab an updated debian package [here](https://github.com/brombinmirko/Football/releases)```bash
dpkg -i com.github.mirkobrombin.football*.deb
```### Install from source
Grab an updated release [here](https://github.com/brombinmirko/Football/-/archive/master/Football-master.zip) or use **git**:```bash
git clone https://github.com/mirkobrombin/Football.git
cd Football
sudo python3 setup.py install
```