CLI Alarm Clock
Project description
CLI Alarm Clock
Alarm is command line alarm clock utility written in Python language.
How works
When the date and time coincides with the current date and time, the alarm starts playing the sound is selected for five consecutive times.
You can pause the alarm by pressing ‘p’ or ‘space’ is an attempt to cancel the ‘q’ or ‘ESC’. Change the volume of the alarm by pressing ‘*’ or ‘/’.
You can create a list and use it as an alarm sound:
$ cat *.mp3 > playlist.m3u
$ alarm -s 17 07:05 ~/Music/playlist.m3u
You will find some sounds in folder alarm/sounds in the GitLab tar archive. Some will make you laugh, have fun !!!
Requirements
- Python 3
- Mplayer
Installation
Using pip :
$ pip install alarm --upgrade
uninstall:
$ pip uninstall alarm
Get the source ‘git clone https://gitlab.com/dslackw/alarm.git’
$ python3 setup.py install
Command Line Tool Usage
usage: alarm [-h] [-v]
[-s] <day> <alarm time> <song>
optional arguments
-h, --help show this help message and exit
-v, --version print version and exit
-s, --set set alarm day, time and sound
--config use config file
example: alarm -s 21 06:00 /path/to/song.mp3
Example:
$ alarm -s 18 22:05 ~/alarm/sounds/wake_up.mp3
+==============================================================================+
| CLI Alarm Clock |
+==============================================================================+
| Alarm set at : Wednesday 22:05 |
| Sound file : ~/alarm/sounds/wake_up.mp3 |
| Time : 21:06:41 |
+==============================================================================+
Press 'Ctrl + c' to cancel alarm ...
+==============================================================================+
| CLI Alarm Clock |
+==============================================================================+
| Alarm set at : Wednesday 22:05 |
| Sound file : ~/alarm/sounds/wake_up.mp3 |
| Time : 22:05 Wake Up ! |
+==============================================================================+
Press 'Ctrl + c' to cancel alarm ...
__ __ _ _ _ _
\ \ / /_ _| | _____ | | | |_ __ | |
\ \ /\ / / _` | |/ / _ \ | | | | '_ \ | |
\ V V / (_| | < __/ | |_| | |_) | |_|
\_/\_/ \__,_|_|\_\___| \___/| .__/ (_)
|_|
Press 'SPACE' to pause alarm ...
Attempt 1
Attempt 2
Use config file in $HOME/.alarm/config:
$ alarm --config
+==============================================================================+
| CLI Alarm Clock |
+==============================================================================+
| Alarm set at : Wednesday 07:00 |
| Sound file : /home/user/alarm/sounds/funny.mp3 |
| Time : 00:09:22 |
+==============================================================================+
Press 'Ctrl + c' to cancel alarm ...
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file alarm-3.0.tar.gz
.
File metadata
- Download URL: alarm-3.0.tar.gz
- Upload date:
- Size: 28.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.36.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce82cff43084688cb3d306fa0bd15316a425a25b1c57b189a935eb4c080b7059 |
|
MD5 | 1973e986ef7db5df55e305319ed13074 |
|
BLAKE2b-256 | 70a2c377fd834e64acde7670da13ae1e0524db8173436969c4c9029ee2c1490c |