The v2.0 is an advancement of the previous versions of Reminder App. Now, rather than taking and executing a single and monotonic reminder, It can now set and execute multiple reminders. From this version, the Reminder app will be able to take the input commands through speech from the user.
This is a cool mini python project which reminds you your reminder at your specific time with a speech output.
The application allows users to set reminders and receive notifications through speech output.
pip install <Library Name>
Library | Function | Description |
---|---|---|
pyttsx3 |
Text to Speech Library |
Required. Converts text to speech |
pip install pyttsx3
Library | Function | Description |
---|---|---|
win11toast |
Popup Notification in windows 11 |
Required. To show notification for reminders |
win10toast |
Popup Notification in windows 10 |
Required. (In case your system has windows 10 installed) |
pip install win11toast
pip install win10toast
To deploy this project, download the project zip and extract it and just click on the reminder.py file.
Or, Open command propmt and change the directory to the project directory using cd command
>>> cd C:\Users\<user_name>\Downloads\Reminder App Python\
>>> reminder.py