Skip to content

Ankur-Kumar-Gupta/Talkative_Timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Talkative_Timer

A python program which speaks out the current time.

  • It is a program created by importing only two python packages namely 'pyttsx3' and 'datetime'.
  • Datetime is used to import current date and time even the second to the program.
  • To install it use the following command in the command prompt:
pip install datetime
  • 'pyttsx3' package is used for a speaker i.e. to make the machine speak.
  • To install it use the following command in the command prompt:
pip install pyttsx3
  • Now simply run the program 👍

To run this program you need latest Python version installed in your system, which you can get from its official website by clicking HERE. After successfully installing python in your system just execute this program, i.e. run that .py extension file

[ NOTE : Internet Connection Mandatory ]

About

A python program which speaks out the current time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages