PySimpleGUI/docs/eCookbook/layouts/centered-and-simple.md

15 lines
541 B
Markdown

## Simple Window with Elements Centered
This little demo has several concepts that may be of help to you
* The elements are all centered in the window
* The graphics are base64 and contained in the .py file itself
* It has an animation
It looks like this running on Windows:
![Ml8rxsYCoW.gif](/api/files/6048fd2dde9388633dd7b7f7/ml-8-rxsycow.gif "Ml8rxsYCoW.gif")
<iframe src='https://trinket.io/embed/pygame/ee95a11842?start=result' width='100%' height='600' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>