Flattened ecookbook.... nothing official... testing some things out...
This commit is contained in:
parent
05fd8ca891
commit
0574702876
109 changed files with 0 additions and 0 deletions
16
docs/eCookbook/visual-basic-to-python.md
Normal file
16
docs/eCookbook/visual-basic-to-python.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
This page shows how PySimpleGUI can be used to duplicate (or nearly duplicate) Visual Basic interfaces with ease.
|
||||
|
||||
This is the target program to duplicate
|
||||
|
||||

|
||||
|
||||
This short PySimpleGUI program is under 40 lines of code and implements the first row of controls. On Windows, the special characters (arrows) show up correctly. On Trinket they do not and will in fact give you an error if you click on one of these buttons.
|
||||
|
||||
This is how the program looks when run on Windows
|
||||
|
||||

|
||||
|
||||
VERY little time was spent creatring and even less time spent polishing it. Stuff doesn't line up perfectly, etc. Like any GUI, time needs to be spent making these kinds of fine adjustments. The point here was to show something representative quickly.
|
||||
|
||||
|
||||
<iframe src='https://trinket.io/embed/pygame/e4cd64d5eb?start=result' width='100%' height='650' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>
|
Loading…
Add table
Add a link
Reference in a new issue