Skip to content

Yet another poorly written Alarm Manager

License

Notifications You must be signed in to change notification settings

orpheustaken/desktop-alarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet another poorly written Alarm Manager

Because I have serious problems waking up too early in the morning

Black

Dependencies

Besides the most recent version of Python, PIP and what is listed in requirements.txt, the following packages must also be installed:

  • cowsay
  • figlet
  • fortune
  • mpv

desktop_alarm

Installation on Arch Linux

After cloning the repository, first create a Virtual Enviroment:

python -m venv venv

Then, the activate script must be sourced:

source ./venv/bin/activate

Already inside the venv, install the Python Dependencies:

pip install -r requirements.txt

Finally, the System Dependencies can be installed:

sudo pacman -S cowsay figlet fortune-mod mpv

To run the Alarm, simply execute __main__.py:

cd src/app/
python __main__.py

About

Yet another poorly written Alarm Manager

Resources

License

Stars

Watchers

Forks

Languages