Skip to content

MarkusHackspacher/pyfootballmngr

Repository files navigation

pyfootballmngr

Codacy Badge

An alternative to paper-pencil method for recording results. The program is developed on github.com/MarkusHackspacher/pyfootballmngr. Feedback and contributions are welcome.

Is a fork from sourceforge.net/p/pyfootballmngr.

Install

The program requires Python 2.7 or 3.x and Qt4 for Python or Qt5 for Python.

Then you copied the source code of the program on your computer, either download the zip file of the project or download with the version control system:

# git clone https://github.com/MarkusHackspacher/pyfootballmngr.git
cd pyfootballmngr

Start with:

python pyfootballmngr.py

Image

Translation

To translate the program or make a translation in your language, insert in the complete.pro your language code.

cd modules
pylupdate5 complete.pro

translate your language file: pyfbm_xx.ts, and produce the .ts translation files to .qm with

lrelease complete.pro

fill free to add your language in complete.pro.

Image

license

GNU GPLv3

Image