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: over 1 year 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T19:46:15.000Z (over 5 years ago)
- Last Synced: 2025-03-26T06:43:37.806Z (over 1 year ago)
- Topics: appcenter, debian, football, football-scores, movingtogitlab, python
- Language: Python
- Homepage: https://linuxhub.it
- Size: 428 KB
- Stars: 22
- Watchers: 3
- 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
[](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
```