This a commandline application that helps you to take a break
follow the instruction carefully
git clone the repoand into Take_break- create a virtual environment by running
virtualenv -p python3 venv - initialize the env by running
source venv/bin/activate - install the dependencies
pip install -r requirements.txt - bundle the cli-app by running
python setup.py bdist_wheel --universal - the pip install break-app
pip install dist/BreakApp-0.10-py2.py3-none-any.whl - then run the app
breakapp