Skip to content

Commit e0ee75d

Browse files
author
Neagu Marinel
committed
Add the new app, clock_alarm
1 parent 3282835 commit e0ee75d

File tree

6 files changed

+45
-2
lines changed

6 files changed

+45
-2
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff 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

PYTHON APPS/Alarm_Clock/README.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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/)

PYTHON APPS/Alarm_Clock/configuration.py

-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@
4444
TIME_RELAPSE = 60
4545
TIME_SPEED = 1
4646

47-
# TODO: I need to make the configuration file and to make a much clean code
Loading
29.9 KB
Loading
Loading

0 commit comments

Comments
 (0)