A very simple and stupid screensaver, that simulates a compilation process.
Do you love staring at the screen while compiling Gentoo packages? If you do, follow the instructions!
- Grab some log files and copy them to the
logs
folder (e.g. from/var/log
) - Install required dependencies by:
pip install -r requirements.txt
(using a virtualenv is highly recommended) - Launch the app by
python main.py
and enjoy!