Tag: Gui
-
Desktop application using pyqt6
To start with, it’s recommended to do this in a virtual environment. For information on how to set this up on linux mint 21.2, see this post Going forward I assume running python 3.11 in a venv. So in the virtual enviroment, install the pyqt6 module. (p3.11)someone@somewhere:~/venv/p3.11$ python -m pip install pyqt6 Now we create…