Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 2.12 KB

README.md

File metadata and controls

65 lines (39 loc) · 2.12 KB

Reminder App with Speech Output - Python

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.

Reminder App v1.0

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.

Demo - Screen

Demo-Reminder App

Library Reference & Installations

Install in your Command Prompt or Windows Powershell using pip command

  pip install <Library Name>
Library Function Description
pyttsx3 Text to Speech Library Required. Converts text to speech

Install Library using following command

  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)

Install Library using following command

  pip install win11toast

  pip install win10toast

Deployment

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

Help