Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 611 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 611 Bytes

Take Break Alarm

This is basically a desktop alarm application with a graphical user interface using PyQt5. It triggers a chosen local file or an external link every specified period of time.

Running the application locally:

  • Python3.7 or higher is required.
  • Clone/download the repsitory and cd into it.
  • Install external dependencies: pip3 install -r requirements.txt
  • Run the GUI version: python version2_GUI.py