init readme, requirements.txt
This commit is contained in:
		
							
								
								
									
										24
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								README.md
									
									
									
									
									
										Normal 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
									
								
							
							
						
						
									
										7
									
								
								requirements.txt
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | |||||||
|  | bottle | ||||||
|  | numpy | ||||||
|  | scipy | ||||||
|  | pygame | ||||||
|  | pyserial | ||||||
|  | paho-mqtt | ||||||
|  | pillow | ||||||
		Reference in New Issue
	
	Block a user