freeCodeCamp/guide/english/python/creating-guis-in-python3/index.md

416 B

title
Creating GUI's in Python3

Creating GUI's in Python 3

Tkinter is a great way to create GUI's in Python.

WxPython can be used to create 'GUIs' in Python it has great functionality and works well on both Linux and Windows.

PyQt can also be used to create 'GUIs' in Python.