init readme, requirements.txt

This commit is contained in:
Christian 2024-10-29 18:39:49 +01:00
parent c38a840d42
commit 271556affc
2 changed files with 31 additions and 0 deletions

24
README.md Normal file
View File

@ -0,0 +1,24 @@
# PixelServer2
PixelServer2 ist eine Anwendung zur Verwaltung von Animationen unserer Pixeldecke. Es nutzt mehrere Python-Skripte, Systemtools oder Rust-Apps, um verschiedene visuelle Effekte auf einem Pixeldisplay darzustellen.
## Verzeichnisstruktur
- **apps/**: Enthält die ausführbaren Animationen.
- **doku/**: Dokumentationsdateien für die Installation und Konfiguration des Servers.
- **filter/**: Filter, welche auf die Anzeige angewendet werden können.
- **html/**: HTML-Dateien für die Web-Schnittstelle.
- **config.py**: Konfigurationsdatei für den Server und die Apps.
- **main.py**: Hauptanwendung für das Bespielen der Pixeldecke.
## Abhängigkeiten
### Python
pip install -r requirements.txt
### Rust
### System
apt install -y yt-dlp wget

7
requirements.txt Normal file
View File

@ -0,0 +1,7 @@
bottle
numpy
scipy
pygame
pyserial
paho-mqtt
pillow