PySimpleGUI/docs/eCookbook/examples-for-reddit-posts/spectrophotometry-from-twitter.md
2022-06-30 15:54:57 -04:00

683 B

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

The PySimpleGUI version required 11 lines of code to duplicate it.

SNAG-0761.jpg

Here is the source code for the above window: