Skip to content
This repository has been 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
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>
chandrabosep marked this conversation as resolved.
Show resolved Hide resolved
<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>
13 changes: 13 additions & 0 deletions projects/GUI Rock-Paper-Scissors Game/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<h1>Rock Paper Scissors Game GUI<h1>

<h3>Import Required Library<h3>
<ul>
<h5>from tkinter import *</h5>
<h5>from tkinter import ttk</h5>
<h5>from random import *</h5></ul>
<p>Select Rock Paper or Scissors and click on spin the top label shows whos turn it is and botton label shows who won either computer or you. </p>

![image](https://user-images.githubusercontent.com/70272542/142356847-f734c448-b4b3-407a-9783-fd8af4ecb4e2.png)
<br>
<p>And that's it. Congratulations You have built your First Rock-Paper-Scissors GUI Game
in python👏👏</p>