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