Skip to content

robertcv/HipStrengthTesterGUI

Repository files navigation

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