• Da scheint es ja eine ganze Menge GUI-Schnittsttellen für Python zu geben. Das macht es dem Anfänger ja nicht gerade leichter 😞

    PyQt5 ist auch so eine Schnittstelle. Mal ein Zitat der u.g. Webseite

    PyQt is actually derived from the famous cross-platform GUI library, Qt. It is the result of combining the versatile Python language with the powerful Qt library. With the help of PyQt5 (it’s latest version) we can create modern, portable and stylish GUI’s for our Python programs.

    Installation

    apt install pyqt5-dev pyqt5-dev-tools
    
  • 3
  • 2
  • 3
  • 1
  • 1
  • 1
  • 5
  • 2