SportiduinoPQ
Simple GUI software based on Python module and PyQt5 for working with Sportiduino the electronic timing system for orienteering.
Installation
You can download portable precompiled version of the program (exe file) for Windows systems, the installation is not required.
Or run the program under Python3. For that you should install Python and then install all requirements by command:
pip install -r requirements.txt
For generating exe file run:
pip install pyinstaller
pyinstaller --onefile --noconsole --add-data translation/*.qm;translation/ SportiduinoPQ.py
Usage
Linux
In terminal emulator run:
./SportiduinoPQ.py
Windows
Run SportiduinoPQ.exe