Add PyQt6 UI skeleton with theming and setup scripts

This commit is contained in:
2025-11-27 15:11:03 +00:00
parent 35a8056aec
commit 797101a73b
18 changed files with 455 additions and 1 deletions

8
install_all_python.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env sh
# Install Python dependencies system-wide or in the active environment.
set -eu
PYTHON_BIN=${PYTHON_BIN:-python3}
"$PYTHON_BIN" -m pip install --upgrade pip
"$PYTHON_BIN" -m pip install -r requirements.txt