A productivity app that reminds you to take breaks from work and better manage your time.
To try Breaks:
-
Get a copy from the releases page.
-
Extract the code wherever you like.
-
Install Python 3.x if you're on Windows or macOS.
-
To keep things clean, create a virtual environment with
venv
and enter it. -
Get the packages required by Breaks by running
pip3 install -r requirements.txt
inside the code directory from a terminal. -
Finally, run the app with
python3 app.py
.