Pyqt

Create GUI apps

Resources

pip install pyqt5 pyqt5-tools pyqt-builder 
  • open the app builder from Powershell: pyqt5-tools.exe designer
  • Quick Venv setup workflow with the designer:
pip install venv
python -m venv my_virtual_env
cd my_virtual_env
& scripts\activate.ps1
pip install pyqt5 pyqt5-tools pyqt-builder
pyqt5-tools.exe designer