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.
The program requires Python 3.x and 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
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.
GNU GPLv3