From 2a9b43c94254a30cea6feff13973e910b59fc405 Mon Sep 17 00:00:00 2001 From: Novel Alex <38447095+Bowtiesareverycool@users.noreply.github.com> Date: Mon, 15 Oct 2018 23:09:02 -0400 Subject: [PATCH] Adding a link to Tkinter Documentation (#18955) --- .../pages/guide/english/python/creating-guis-in-python3/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/pages/guide/english/python/creating-guis-in-python3/index.md b/client/src/pages/guide/english/python/creating-guis-in-python3/index.md index a8ba820880..499a74f345 100644 --- a/client/src/pages/guide/english/python/creating-guis-in-python3/index.md +++ b/client/src/pages/guide/english/python/creating-guis-in-python3/index.md @@ -9,3 +9,4 @@ This is a stub. This quick style guide will help ensure your pull request gets accepted. +[Tkinter](https://docs.python.org/3/library/tk.html) is a great way to create GUI's in python