updated to tkinter
This commit is contained in:
14
tkinter_requirements.txt
Normal file
14
tkinter_requirements.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# Tkinter Media Player Requirements - Raspberry Pi Compatible
|
||||
# Core GUI and media handling (lighter alternatives)
|
||||
opencv-python-headless>=4.8.0
|
||||
Pillow>=9.0.0
|
||||
pygame>=2.1.0
|
||||
|
||||
# Networking and data handling
|
||||
requests>=2.28.0
|
||||
|
||||
# System utilities for Python 3.9+
|
||||
# pathlib2 not needed on modern Python versions
|
||||
|
||||
# Optional: Basic image processing without heavy dependencies
|
||||
# numpy - will be installed with opencv-python-headless
|
||||
Reference in New Issue
Block a user