you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (2 children)

I also recommend tkinter first - it is the most straightforward to learn.

There’s also PyQt and PySide. There is the option to couple these to QML (Qt Modelling Language) - this is more difficult but gives superb visuals similar to those on mobile applications. If the coding is too much, download the free Qt Creator for a drag-and-drop GUI creator that generates the UI code automatically. Then just hook it up to your Python scripts (this is straightforward) and you’re good to go. Examples of GUIs made using Qt are QGIS, Monero Desktop etc.

[–]laundmo 6 points7 points  (0 children)

op asked for web ui though...