2026-03-22 17:11:03 +01:00
wip
2026-03-09 15:08:46 +01:00
2026-03-20 18:42:04 +01:00
2026-03-22 17:11:03 +01:00
2026-03-22 17:11:03 +01:00
2026-03-22 17:11:03 +01:00
2026-03-22 17:11:03 +01:00
2026-03-05 11:05:38 +01:00
2026-03-16 13:47:30 +01:00
wip
2026-03-09 15:08:46 +01:00
2026-03-22 17:11:03 +01:00
2026-03-22 17:11:03 +01:00

LaTaniere Launcher UI

⚠️ you need Qt Designer.

First: create virtualenv

python -m venv .venv

Second: activate your virtual environment

Windows

Execute in powershell:

.venv/bin/activate.ps1

or batch file

.venv/bin/activate.bat

Linux

Execute into terminal in project folder: source .venv/bin/actiave


Third install packages

Ensure your virtual environment is active and execute these commands within it.

Using Pip

Global packages

pip install -r .\requirements.txt

packages for Windows only

pip install -r .\windows_requirements.txt

Using install.py script

Execute python install.py Note: in case if you aren't virtual environment, the script stop.

Enjoy.

Generate resource file

rcc -g python .\resources.qrc -o .\src\resources_rc.py

You need to give complete path of rcc: H:\Qt\6.10.2\mingw_64\bin\rcc.exe -g python resources.qrc -o .\src\resources.py

Description
No description provided
Readme 35 MiB
Languages
Python 100%