Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```