Adding a link to Tkinter Documentation (#18955)

This commit is contained in:
Novel Alex
2018-10-15 23:09:02 -04:00
committed by Quincy Larson
parent 131e29402f
commit 2a9b43c942

View File

@ -9,3 +9,4 @@ This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>. <a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds --> <!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
[Tkinter](https://docs.python.org/3/library/tk.html) is a great way to create GUI's in python