ecookbook restoring the folders for testing...
This commit is contained in:
parent
0574702876
commit
9f40a47d30
109 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
## Quick Mock-up of a Tkinter GUI Posted on Reddit
|
||||
|
||||
It's always a fun exercise to see what it takes to duplicate a GUI written using another framework. It's great practice and I learn something from the original author's work every time.
|
||||
|
||||
This one was unique in that most tkinter GUIs are not as responsive. The text color for the checkboxes changes to either green or red immediately upon making a selection. It's a clever touch that I don't recall seeing in another tkinter GUI. Kudo's to the original author.
|
||||
|
||||
There is an extra line of code required to set the icon because this example is running on Trinket.
|
||||
|
||||
All credit for this GUI's design goes to Github User saikatsahana77
|
||||
|
||||
You'll find his original project here:
|
||||
https://github.com/saikatsahana77/ipynb_to_py_converter
|
||||
|
||||
|
||||
<iframe src='https://trinket.io/embed/pygame/163401b155?start=result' width='100%' height='600' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>
|
Loading…
Add table
Add a link
Reference in a new issue