Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a9e8c9f

Browse files
authoredNov 18, 2021
Create README.md
1 parent e4e5363 commit a9e8c9f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎Alarm clock/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
![image](https://user-images.githubusercontent.com/70272542/142355637-6bda8e40-02bf-4bb6-955c-d7d7def5fc55.png)
14+
15+
<p>And that's it. Congratulations You have built your First Alarm clock in python👏👏</p>

0 commit comments

Comments
 (0)
Please sign in to comment.