File tree Expand file tree Collapse file tree 6 files changed +45
-2
lines changed
Expand file tree Collapse file tree 6 files changed +45
-2
lines changed Original file line number Diff line number Diff line change @@ -136,4 +136,8 @@ cython_debug/
136136.idea
137137
138138# macOS files
139- .DS_Store
139+ .DS_Store! /PYTHON APPS /Alarm_Clock /media /image /main.png
140+
141+ ! /PYTHON APPS /Alarm_Clock /media /image /chose_timer.png
142+
143+ ! /PYTHON APPS /Alarm_Clock /media /image /start_alarm.png
Original file line number Diff line number Diff line change 1+ # Alarm clock with ttkbootstrap and pygame
2+
3+ Simple, good (quite good :) )looking alarm and simple to use
4+
5+ ## Description
6+
7+ The app is made in ttkboostrap and some little pygame for the sound.
8+
9+ ## Installation
10+
11+ Use the package manager [ pip] ( https://pip.pypa.io/en/stable/ ) to
12+ install [ ttkboostrap] ( https://ttkbootstrap.readthedocs.io/en/latest/ ) and the [ pygame ] ( https://www.pygame.org/news )
13+
14+ ``` bash
15+ pip install ttkboostrap
16+ ```
17+
18+ ``` bash
19+ pip install pygame
20+ ```
21+
22+ ## How to use:
23+
24+ 1 . Press on the bottom button to add a new alarm.
25+ 2 . Next choose your time and press ok or press cancel to quit
26+ 3 . To start or to stop the alarm press the button near the delete button
27+ 4 . To delete the alarm press the 'Delete' button
28+
29+ ![ main.png] ( media%2Fimage%2Fmain.png )
30+ ![ chose_timer.png] ( media%2Fimage%2Fchose_timer.png )
31+ ![ start_alarm.png] ( media%2Fimage%2Fstart_alarm.png )
32+
33+ ## Contribution:
34+
35+ Pull request are wellcome, if you have any advice I am open. If you are a UI guy and want to make it more beautiful
36+ you are wellcome to do it. (I am pretty bad at the GUI)
37+
38+ ## License
39+
40+ [ GNU GPLv3] ( https://choosealicense.com/licenses/gpl-3.0/ )
Original file line number Diff line number Diff line change 4444TIME_RELAPSE = 60
4545TIME_SPEED = 1
4646
47- # TODO: I need to make the configuration file and to make a much clean code
You can’t perform that action at this time.
0 commit comments