A PyQt5-backed program with a collection of tools and editors that make it easy to work with kotor files
Project description
HolocronToolset
A PyQt5 application that can edit the files used by the KotOR game engine.
Requirements
- Python 3.8 through 3.12
Local Run
Windows
From command line:
pip install -r requirements.txt
set PYTHONPATH=%cd%
python toolset/__main__.py
Unix
From terminal:
pip install -r requirements.txt
PYTHONPATH=$PWD python 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 and run the
install_python_venv.ps1script in your powershell terminal. That's it!
Accessing the GUI Designer
Run the command from your terminal:
pip install qt5-applications
You will then need to navigate to your Python's site-packages folder. You can determine its location through your terminal with the following commands:
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.0b4.tar.gz.
File metadata
- Download URL: holocrontoolset-4.0.0b4.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9103776f812d468430197b886aa8d055e2ca9b1469e8252cf9634def9cf328e0
|
|
| MD5 |
dd5e84c8176c918e4288769678c37b17
|
|
| BLAKE2b-256 |
050c411350ff98d2f2605fa6bfff473d92ae2a66fa005b1ef6e502b658317384
|
File details
Details for the file holocrontoolset-4.0.0b4-py3-none-any.whl.
File metadata
- Download URL: holocrontoolset-4.0.0b4-py3-none-any.whl
- Upload date:
- Size: 1.5 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 |
ccb6c03f9ab651d0e02ae0007f9dde348d7592ebdd38aee9316fba6e043ead4c
|
|
| MD5 |
297bab11a209003af5a57e61663a5f36
|
|
| BLAKE2b-256 |
a29f6fc7d85bd5dce93652ffa6e66a8ed1503025617d24ea3bc45624baa3a8eb
|