A PyQt-backed program with a collection of tools and editors that make it easy to work with kotor files
Project description
HolocronToolset
A PyQt/PySide application that can edit the files used by the KotOR game engine.
Requirements
- Python 3.8+
- qtpy (abstraction layer for pyqt5/6 and pyside2/6)
- (Optional) A KotOR I or II game installed on your machine somewhere.
Local Run
With uv (from PyKotor repo root):
# End users (latest from PyPI)
uvx --refresh holocrontoolset
# Developers (local source)
uvx --with-editable Libraries/PyKotor --with-editable Tools/HolocronToolset holocrontoolset
uv run --directory Tools/HolocronToolset/src --module toolset
Without uv (activated venv, from Tools/HolocronToolset):
Windows
python -m pip install -r requirements.txt
$env:PYTHONPATH = (Get-Location).Path
python toolset/__main__.py
Unix
python3 -m pip install -r requirements.txt
PYTHONPATH=$PWD python3 toolset/__main__.py
Note for Alpine users:
You might get this error:
pyproject.toml: line 7: using '[tool.sip.metadata]' to specify the project metadata is deprecated and will be removed in SIP v7.0.0, use '[project]' instead
While we're not sure what the exact problem is, it seems newer python versions won't correctly be able to build pyqt5. If you don't have a binary available (--only-binary=:all: returns no versions) you'll need to downgrade python preferably to 3.8 or you won't be able to use qt5! See this issue for more information
Local Development
- Clone PyKotor. Use
uvx --with-editableto run from local source, or runinstall_python_venv.ps1for a traditional venv setup.
Accessing the GUI Designer
python -m pip install qt5-applications
Then navigate to your Python's site-packages folder:
python -m site --user-site
Then navigate to ./site-packages/qt5_applications/Qt/bin and open the designer.exe file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file holocrontoolset-4.0.0b19.tar.gz.
File metadata
- Download URL: holocrontoolset-4.0.0b19.tar.gz
- Upload date:
- Size: 2.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7e613c337b351323823e318a7ff0e8798329d20019f901aca0b3570891fe65c
|
|
| MD5 |
5545b1d19aaae7cc868b3a21a81e6e1c
|
|
| BLAKE2b-256 |
46e516a339350226beea15ca31c898ab6321d11d33322b13097306716184fdc1
|
File details
Details for the file holocrontoolset-4.0.0b19-py3-none-any.whl.
File metadata
- Download URL: holocrontoolset-4.0.0b19-py3-none-any.whl
- Upload date:
- Size: 3.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf1b739e9807f54c6ce2f823f83e1ea6b3bcccc19ae9adb596227c94471660fb
|
|
| MD5 |
14a1c165b36904326dccc43f50093a14
|
|
| BLAKE2b-256 |
d80b23836d00fdb9775b80f5e04cc5294ee808c66658e6acb852c6663b2bd5a8
|