mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-27 14:01:12 +00:00
Merge pull request #318 from Tiagupt03/master
Updates made in the README file of alarm clock software
This commit is contained in:
commit
c2606f4982
7
scripts/alarmclock/README.md
Normal file
7
scripts/alarmclock/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Alarm clock using Python
|
||||
Simple GUI thats lets you set alarm.
|
||||
|
||||
## Guidelines to use the software on remote machine
|
||||
* Use pip install tkinter on command line (cmd)
|
||||
* Import modules like datetime, time, winsound from python
|
||||
* Save the file by the extension .py and run it in your python IDE
|
|
@ -1,9 +0,0 @@
|
|||
#Alarm clock Using Python
|
||||
Simple GUI thats let you set alarm.
|
||||
|
||||
##Usage
|
||||
* packages required Tkinter
|
||||
* Use pip install tkinter
|
||||
*Other requirements include - datetime , time , winsound . Import them from python
|
||||
*Run python alarm.py
|
||||
|
Loading…
Reference in New Issue
Block a user