Skip to content

StofflR/BrickTutorialCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-test

Brick Creator

The application can be run either using the precompiled executables, via QtCreator and Qt for Python or Python3.

Dependencies

Python:

It is recommended to use Qt 6.x when running the application via QtCreator.

Running the application with python

Install the necessary dependencies with python3 -m pip install PySide6 after that simply run python3 BrickTutorialCreator.py from the containing folder.

Using PyCharm

In the configuration sett the working directory to path\to\BrickTutorialCreator\ui and set the target for the script to BrickTutorialCreator\ui\BrickTutorialCreator.py .

Compiling

Nukita

To compile the application the scripts compile.sh or compile.bat can be used. To use the scripts it is necessary to create a virtual environment in the same directory with python3 -m venv venv and installing the necessary dependencies in the virtual environment venv\path\to\python3 -m pip install nuitka PySide6.

Note: When modifying the resources file, you will need to use path\to\venv\pyside6-rcc resources.qrc -o resources_rc.py to make the resources avaiable for the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages