robertcv / HipStrengthTesterGUI

GUI for the DIY hip strength tester.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HipStrengthTesterGUI

Software for the DIY hip strength tester.

How to run

Install requirements and package:

pip install -r requirements.txt
pip install .

Run module:

python -m hst

How to build

Install build requirements:

pip install -r requirements-dev.txt

To create the exe run:

pyinstaller --name hst --paths=src\hst --windowed --onefile hst_gui.py

About

GUI for the DIY hip strength tester.

License:GNU General Public License v3.0


Languages

Language:Python 90.6%Language:C++ 9.4%