A simple Python-based reminder bot that allows users to set reminders with specific date and time. The bot will notify you when the scheduled reminder time arrives. It's designed to be easy to use and lightweight for personal reminders on your desktop.
- Set reminders: Add reminders with a specific message and time using a simple text format.
- Desktop notifications: Receive a desktop notification when the scheduled reminder time is reached.
- Continuous checking: The bot checks for upcoming reminders every minute.
- Simple and lightweight: Easy to set up and use with minimal dependencies.
Here are some screenshots of the application in action:
_The main menu allows users to navigate through the bot's functionalities._
_A step-by-step guide to create a new reminder._
_List of all saved reminders displayed in the console._
_A desktop notification example when a scheduled reminder time is reached._
-
Clone the repository:
git clone https://github.com/LukeDevNation/Python_Reminder_Bot.git
- Run the bot and use the main menu to create, view, or delete reminders.
- Ensure the bot is running continuously to receive notifications at the specified time.
If you would like to contribute to this project, please fork the repository and submit a pull request. All contributions are welcome!
This project is licensed under the MIT License. See the LICENSE file for more details.