Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.08 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.08 KB

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