Python GUI Development With PySimpleGUI

preview_player
Показать описание
Creating a simple graphical user interface (GUI) that works across multiple platforms can be complicated. But it doesn't have to be that way. You can use Python and the PySimpleGUI package to create nice-looking user interfaces that you and your users will enjoy! PySimpleGUI is a new Python GUI library that has been gaining a lot of interest recently.

Рекомендации по теме
Комментарии
Автор

PySimpleGui rocks! I discovered it when I was trying to write a front end for an emulator. Not only was I able to do so in a ridiculously small amount of code, but by changing a single line of that code I was able to make it work for other emulators as well.

christophernuzzi
Автор

This is a great library. Just finished a GUI based interoperability project for work with this library simply but powerful.

simmonslucas
Автор

Thanks, this video made sure that I will never forget the name of this package next time I need to pip install.

Flameandfireclan
Автор

Please leave all the URLs you refer to in the video description! It's so much more convenient that way - and of course it also links more people to your website ;)

alira
Автор

PySimpleGUI...for the 567 time...sure after this video I talk in my sleep "PySimpleGUI"!

efnr
Автор

Very concise with lots of useful examples, step by step presented. Thanks.

training
Автор

Finally a clean simple solution for small projects and stuff, thank you so much!!!

yantheman
Автор

"Nice interface" is really a generous compliment, but... it seems to work well.

UTJK.
Автор

I learned a whole lot in just 15 minutes

darcipeeps
Автор

I've been cobbling together a chat server using pure python and have found limitations with Tkinter. This library is a game changer, thanks so much!! I look forward to the next lesson

tylercoombs
Автор

Was so happy to find this package. Used it to automate my timesheets at work to save my brain numbing Jira shit

merthyr
Автор

To offer a correction : The Window element "margin" is not how big the UI window will be in pixels, this is "size". "margin" is literally a margin inside the window (in pixels).

Doubleelforbes
Автор

Challenge: drink a shot every time he says PySimpleGUI

nasirasadov
Автор

Is the next video on PySimpleGUI coming soon?

joshb
Автор

Hi, can I install PySimpleGUI onto a pyboard and interact with the GUI with a touchscreen? i want to work on a project that involves creating an RC transmitter to control a RC device.

saulwarren
Автор

Is there any IDE for UI, like Visual Studio for c#

katrykonig
Автор

Has no Sciter port, RustDesk uses Sciter, looks beatiful

chowcarrie
Автор

Visiuals like Java AWT from way back, architecture like WINAPI 32 and verbosity en par with Java except no support from IDE with all those magic strings...

Axel_Andersen
Автор

how to set a background image in layout ?

tonyrxx
Автор

I had a quick look at the docs. Doesn’t seem to use asyncio. Pity.

lawrencedoliveiro