Skip to content

Files

10 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 421 Bytes

To build the application, follow these steps:

  1. This shell script removes existing build artifacts (deletes any files or directories that were created the last time the build script was run) and then converts resources.qrc into a Python module using pyside6-rcc.
- sudo ./build.sh
  1. Run the following command to create a windowed executable using PyInstaller:
- pyinstaller --windowed app.py