reorganize folders, add gitignore

This commit is contained in:
2026-03-05 11:44:47 +01:00
parent 097524cd27
commit b643188418
15 changed files with 328 additions and 452 deletions

9
readme.md Normal file
View File

@@ -0,0 +1,9 @@
# LaTaniere Launcher UI
### First: create virtualenv
python -m venv .venv
### Second: install packages
pip install -r .\requirements.txt
Enjoy.