We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e5363 commit a9e8c9fCopy full SHA for a9e8c9f
Alarm clock/README.md
@@ -0,0 +1,15 @@
1
+<h1>Alarm Clock </h1>
2
+
3
+<h3> Import Required Library<h3>
4
+ <ul>
5
+<h4>from tkinter import *<h4>
6
+<h4>import datetime<h4>
7
+<h4>import time<h4>
8
+<h4>import winsound<h4>
9
+ <h4>from threading import *<h4></ul>
10
+ <br>
11
+ <p> Select your time and and click set alarm </p>
12
13
+
14
15
+<p>And that's it. Congratulations You have built your First Alarm clock in python👏👏</p>
0 commit comments