Because I have serious problems waking up too early in the morning
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
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