Skip to content

This is a mini python project which reminds you your reminder at your specific time in a cool voice.

Notifications You must be signed in to change notification settings

Ayushi7456/Reminder-Assistant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This is a mini python project which reminds you your reminder at your specific time in a cool voice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%