diff --git a/guide/english/python/creating-guis-in-python3/index.md b/guide/english/python/creating-guis-in-python3/index.md
index 499a74f345..371779b091 100644
--- a/guide/english/python/creating-guis-in-python3/index.md
+++ b/guide/english/python/creating-guis-in-python3/index.md
@@ -4,9 +4,8 @@ title: Creating GUI's in Python3
# Creating GUI's in Python 3
-This is a stub. Help our community expand it.
+[Tkinter](https://docs.python.org/3/library/tk.html) is a great way to create GUI's in Python.
-This quick style guide will help ensure your pull request gets accepted.
+[WxPython](https://wxpython.org/) can be used to create 'GUIs' in Python it has great functionality and works well on both Linux and Windows.
-
-[Tkinter](https://docs.python.org/3/library/tk.html) is a great way to create GUI's in python
+[PyQt](https://riverbankcomputing.com/software/pyqt/intro) can also be used to create 'GUIs' in Python.