Skip to content

Rahmanism/Estexare_PyQt

Repository files navigation

Estexare_PyQt

Estexare GUI app using Python and PySide (PyQt)

Screenshot:
loading-ag-110


Requirements

Needs PySide6 to run, download from:
PySide6
Or install it using pip:

pip install PySide6  

Make a stand-alone executable

If you want make a single executable file (like the releases):

# install the pyinstaller  
pip install PyInstaller  

# make the executable  
pyinstaller --add-data 'db.db:.' -F main.py  

# make the executable for non *nix systems (e.g. Windows)  
pyinstaller --add-data 'db.db;.' -F main.py  

About

Estexare app using Python and PySide (PyQt)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages