Skip to content

This Python script creates a PyQt5-based GUI application that serves as a stretch reminder. It periodically sends desktop notifications to remind the user to take a break and stretch, with customizable intervals set through a user-friendly interface.

Notifications You must be signed in to change notification settings

PersonalBeast/StretchReminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Stretch Reminder Application

Description

This is a PyQt5-based GUI application that serves as a stretch reminder. The application periodically sends desktop notifications to remind the user to take a break and stretch. It allows the user to set the reminder intervals through a user-friendly interface.

Installation

  1. Clone this repository: git clone https://github.com/PersonalBeast/Stretch-Reminder.git
  2. Install the necessary dependencies: pip install -r requirements.txt
  3. Run the application: python main.py

Usage

The application provides four buttons to set the stretch reminder interval:

  • 15 minutes
  • 30 minutes
  • 60 minutes
  • Custom (lets the user input their preferred interval)

Once the interval is set, the application will send a desktop notification to remind the user to stretch. The user can stop the reminders at any time by pressing the "Stop" button.

Contribution

Contributions, issues, and feature requests are welcome!

License

Distributed under the MIT License. See LICENSE for more information.

About

This Python script creates a PyQt5-based GUI application that serves as a stretch reminder. It periodically sends desktop notifications to remind the user to take a break and stretch, with customizable intervals set through a user-friendly interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages