ecookbook restoring the folders for testing...

This commit is contained in:
PySimpleGUI 2022-06-30 15:54:57 -04:00
parent 0574702876
commit 9f40a47d30
109 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,16 @@
Quick mock-up of a window spotted on Twitter.
It's a fun challenge to see how difficult it is to duplicate tkinter based programs.
I don't know the number of lines of code for this source window:
![Spectrophotometry.jpg](/api/files/5e9d52034732c8c719b3a8df/spectrophotometry.jpeg "Spectrophotometry.jpg")
The PySimpleGUI version required 11 lines of code to duplicate it.
![SNAG-0761.jpg](/api/files/5e9d52184732c8c719b3a956/snag-0761.jpeg "SNAG-0761.jpg")
Here is the source code for the above window:
<iframe src='https://trinket.io/embed/pygame/c760b1679f?start=result' width='100%' height='500' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>