Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 377 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 377 Bytes

speaking-clock

Simple clock in python which can also tells you the current time via voice command.

Libraries used in this project:

  • tkinter for gui
  • PILLOW for image
  • time module to display current time
  • pyttsx3 for voice

1