A simple CLI tool that notifies you with manually set daily reminders. Implemented for people who needs a high level warning that appears on top of every window to ensure that you don't miss :)
After installing the repository on your computer,
- Windows:
- You can run
app.exefound in this folder to run the program OR - You can run
python startup_script.pycommand on a terminal or a command prompt to have the app run every time you boot up
- You can run
- Linux/MacOS:
- You can run
python app.pyfound in this folder to run the program
- You can run
- Does not work as expected for the reminders that are set for the next day
- Currently the startup app feature only works in Windows 10
- Implement the startup app feature for other platforms
- Remove Python dependency for startup script and convert it into an executable
- Implement stand-alone GUI for convenience