/HipStrengthTesterGUI

GUI for the DIY hip strength tester.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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