Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Added Readme #535

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added READme
  • Loading branch information
chandrabosep authored Nov 18, 2021
commit e738717502f62d606997586b7e6bf355f9247bf7
15 changes: 15 additions & 0 deletions projects/Alarm clock/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<h1>Alarm Clock </h1>

<h3> Import Required Library<h3>
<ul>
<h4>from tkinter import *<h4>
<h4>import datetime<h4>
<h4>import time<h4>
<h4>import winsound<h4>
<h4>from threading import *<h4></ul>
<br>
<p> Select your time and and click set alarm </p>

![image](https://user-images.githubusercontent.com/70272542/142355637-6bda8e40-02bf-4bb6-955c-d7d7def5fc55.png)

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