- swiatelka - change lights in UMCS windows.
- Python 3.6 or higher
- requirements from requirements.txt
venv
(optional)
- user in group
dialout
python3 -m venv venv
(optional)source venv/bin/activate
(optional)pip install -r requirements.txt
./swiatelka.py [-h] [-f FILENAME | -c COLOR | -b] [-p]
python3 swiatelka.py [-h] [-f FILENAME | -c COLOR | -b] [-p]
Change lights in UMCS windows.
Options | |
---|---|
-h , --help |
Show help message and exit |
-f [FILENAME] , --filename [FILENAME] |
Bitmap file to display (you can use your own 5x28px .bmp files or pre-existing templates from the "Grafiki" folder) |
-c [COLOR] , --color [COLOR] |
Display solid color on the windows (observe the values corresponding to the color option) |
-b , --blackout |
Turns off all the lights on the windows - changes color to black |
-p [PATTERN] , --preview [PATTERN] |
Preview pattern on terminal instead of displaying on the windows |
-pa , --preview-all |
Preview all patterns on terminal from folder "Grafiki" |
- MFII.bmp - the inscription "I ❤️ MFII"
- Polska.bmp - the flag of Poland
- Ukraina.bmp - the flag of Ukraine
- UMCS.bmp - the inscription "I ❤️ UMCS"
- MFII_wide.bmp - the inscription "MFII"
- black
- white
- light_gray
- gray
- dark_gray
- red
- pink
- purple
- light_blue
- blue
- yellow_green
- green
- yellow
- orange
- brown
- pale_pink
- https://git.skni.umcs.pl/skni/swiatelka — main development repozitory
- https://github.com/skni-umcs/swiatelka — Mirror