martes, 10 de noviembre de 2020

The Basic PySimpleGUI Program in trinket.io

 

https://pysimplegui.trinket.io/demo-programs#/demo-programs/the-basic-pysimplegui-program

The Basic PySimpleGUI Program

This is a good one to copy as a template


Enlarging windows on Trinket

Sometimes when you're running these Trinket examples, the window is so small that it's difficult to make out the text. To view the examples in much larger sizes, choose "Fullscreen" from the menu.

SNAG-0476.jpg

This will make your window go from this:

SNAG-0477.jpg

to this:

SNAG-0478.jpg


pbihd](https://pysimplegui.trinket.io/sites/template)


Running code on repl.it

In addition to being able to run PySimpleGUI code online here on Trinket, you can also run PySimpleGUI on repl.it. The advantage to running on repl.it is that you have the ability to pip install nearly anything. Trinket severly limits what you can install and in fact with each of these examples the entire PySimpleGUI source code is being included. On repl.it the PySimpleGUI package is installed automatically for you.

Trinket seems to block embedding iframes to other sites. This link will display the above program on repl.it.

https://repl.it/@PySimpleGUI/Basic-PySimpleGUI-Template




No hay comentarios:

Publicar un comentario