Skip to content

Latest commit

 

History

History

Alarm clock

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Alarm Clock

Import Required Library

    from tkinter import *

    import datetime

    import time

    import winsound

    from threading import *


Select your time and and click set alarm

image

And that's it. Congratulations You have built your First Alarm clock in python👏👏