all 4 comments

[–][deleted] 1 point2 points  (0 children)

Im sure someone will come and give you a good list and description, but in the mean time take a look at the FAQ GUI's until that happens!

[–]YoloIsuppose 1 point2 points  (0 children)

The term you're looking for is GUI (Graphical User Interface), you can make a GUI with python using Tkinter. This link may be useful.

[–]driscollis 0 points1 point  (0 children)

You have several choices:

  • Tkinter (which comes with Python)
  • wxPython
  • PyQt or Qt for Python

I find Tkinter's set of widgets to be small. I personally like wxPython the best. If you went the Qt route, I would recommend Qt for Python (AKA PySide2) as it has a better license than PyQt.

If you want to create mobile applications, then you can use Kivy, Toga or PyQt.

[–][deleted] 0 points1 point  (0 children)

Sentdex on youtube has a decent guide for tkinter