From 8f21b7a33c7ac8a6908ac81107616a0005d8a280 Mon Sep 17 00:00:00 2001 From: Pratham1812 <32198580+Pratham1812@users.noreply.github.com> Date: Sat, 17 Nov 2018 16:33:54 +0530 Subject: [PATCH] added wxpython and pyqt (#21701) --- guide/english/python/creating-guis-in-python3/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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.