Simple Reminder App for Desktop using Python
latest release notes v0.1.1
Promptly is a app to help you focus. Add time and a message, and when that time comes, the app flashes a full-screen black overlay with your message. Dismiss it by clicking, moving the mouse, or pressing any key. Keeps track of reminders, add/delete as you need.
-
Download
.exefrom here and run directly or -
run from source
git clone https://github.com/jayant1211/promptly
cd promptly
pip install customtkinter pandas
python app.py- Add reminders
- Display reminders in list
- Full-screen flash alerts
- Delete reminders
- Input validation improvements
- Date-based reminders
- Sort Reminders based on date/entry
- Recurring reminders
- Hotkey Support
- Background/system tray integration
- Sound notifications
- Switch storage to SQLite
- Calendar Integration
