Skip to content

7xetri/Clock-and-Timer-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Clock-and-Timer-using-python

To build Countdown Clock and Timer Project, we will need the following libraries:

  1. Tkinter Library – To create GUI in Python. Command to install is as follows:
    pip install tk
  2. Time Module – This will help us set the timer and display the countdown. There is no need to install it as it is a part of the utility Python module. It can directly be imported.
  3. DateTime Module – This will let us display the current time on our window. The command to install is as follows:
    pip install datetime
  4. Winsound Module – Winsound Module provides access to the sound making machinery in Python. This sound depends on the frequency passed to the functions. As the name suggests- WINsound is only for Windows. It is preinstalled, and no installation is required.
  5. ToastNotifier Library – ToastNotifier Library will help us display a desktop notification. Use the following command to install it:
    Pip install win10toast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages