Workout Timer(HIIT TIMER) with Pygame
- recommend installinga virtual env
$ python -m venv lenv $ source lenv/bin/activate
- install requirements
$pip install -r requirements.txt
- to package the software
$ python setup.py bdist
run$ python setup.py --help-commands
to see other avaialble options like building windows executable or Mac app or installers