Skip to content

robertcv/SmartInertia

Repository files navigation

SmartInertia

Software to visualize data captured by the SmartInertia flywheel.

How to run

Install requirements and package:

pip install -r requirements.txt
pip install .

Run module:

python -m smartinertia

How to build

Install build requirements:

pip install -r requirements-dev.txt

To create the exe run:

pyinstaller --name SmartInertia --paths=src\smartinertia --windowed --onefile --icon=icon.ico smartinertia_gui.py