+ =+ | 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.
Get the source ‘git clone ’ $ python3 setup.py install Command Line Tool Usage usage: alarm 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Įxample: $ 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. Using pip : $ pip install alarm -upgrade uninstall: $ pip uninstall alarm Some will make you laugh, have fun !!! Requirements - Python 3 - Mplayer Installation You will find some sounds in folder alarm/sounds in the GitLab tar archive. You can create a list and use it as an alarm sound: $ cat *.mp3 > playlist.m3u $ alarm -s 17 07:05 ~/Music/playlist.m3u Change the volume of the alarm by pressing ‘*’ or ‘/’. You can pause the alarm by pressing ‘p’ or ‘space’ is an attempt to cancel the The alarm starts playing the sound is selected for five consecutive times.
When the date and time coincides with the current date and time, Alarm is command line alarm clock utility written in Python language.