mars2860 / SportiduinoPQ

simple GUI program for work with sportiduino e-mark system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sportiduinoPQ

version 0.7.0

In the last release, you can download the program with the exe file for Windows systems, the installation is not required.

Or run the lates program under python. For that you should install python and then install all requirements by command:

pip install pyserial pyqt5 xmltodict six sip

exe generated by pyinstaller:

pip install pyinstaller
pyinstaller --onefile --noconsole SportiduinoPQ.py

Русский язык

This repository is dedicated to developing simple GUI software based on python module and PyQt for working with the electronic marking system for orienteering Sportiduino

Manual available in user manual at https://github.com/alexandervolikov/sportiduino

About

simple GUI program for work with sportiduino e-mark system

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:QMake 0.2%