sportiduino / SportiduinoPQ

Simple GUI program for work with Sportiduino electronic timing system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SportiduinoPQ

SportiduinoPQ version

SportiduinoPQ Screenshot

Русский язык

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

About

Simple GUI program for work with Sportiduino electronic timing system

License:GNU General Public License v3.0


Languages

Language:Python 99.7%Language:QMake 0.2%Language:Shell 0.1%