Skip to content

Simple GUI program for work with Sportiduino electronic timing system

License

Notifications You must be signed in to change notification settings

RomanKovalev/SportiduinoPQ

 
 

Repository files navigation

SportiduinoPQ

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%