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

12 lines
416 B
Markdown
Raw Normal View History

---
title: Creating GUI's in Python3
---
# Creating GUI's in Python 3
2018-11-17 11:03:54 +00:00
[Tkinter](https://docs.python.org/3/library/tk.html) is a great way to create GUI's in Python.
2018-11-17 11:03:54 +00:00
[WxPython](https://wxpython.org/) can be used to create 'GUIs' in Python it has great functionality and works well on both Linux and Windows.
2018-11-17 11:03:54 +00:00
[PyQt](https://riverbankcomputing.com/software/pyqt/intro) can also be used to create 'GUIs' in Python.