Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 849 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 849 Bytes

BreakTime

BreakTime is a simple program designed for Windows OS to alert a user to take occasional breaks while working. BreakTime randomly chooses from a set of predefined activities, reps/duration from the config/config.yml configuration file and recommend to the user in the form of a display box. To add more activities would be as simple as appending to the yaml configuration. An mp3 audio from data/sound is also played along with the message box so the user gets both audio and visual notification.

BreakTime was inspired by stop_sitting

Future Improvements

  • Build app into exe so it can be installed on windows computers
  • Write unit and integration tests
  • Add seconds to countdown clock
  • Use a more modern GUI framework, customtkinter, QT etc...