PySimpleGUI - Dropdown Menus - 3 Types

preview_player
Показать описание

A tutorial for using dropdowns in PySimpleGUI applications - this works way better in Windows than Mac

00:00 - Intro
03:10 - Menu Layout
04:20 - ButtonMenu Layout
08:30 - OptionMenu
10:36 - Event Loop
18:08 - ButtonMenu Image (Windows only)
19:30 - Wrap Up

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

I rarely make youtube comments, but wanted you to know how appreciative I am of your PySimpleGUI videos. Your explanations are so clear and you have a real knack for getting concepts across. Thanks for passing on your knowledge!

DT-olrz
Автор

dude thanks so much. i watched one of your video few months back and now today you were on my recommendation. thank god i found you again. you're doing a great work. make sure to leave your github, social accounts or patreon in the description of the video so that whoever(people like me) finds your videos useful they will contribute. Thanks again. Please keep making videos. Namaste.

sylvaniathehacker
Автор

Great video, can you please give us an example of clicking on let's say Option 1 from the dropdown menu and then opening new window for adding info for example. Thank you so much for sharing your knowledge. :)

vladimirkostov
Автор

16:54 "we do have it now"
Python 3.10 (2021) introduced the match-case statement which provides a first-class implementation of a "switch" for Python.

MohAmuza
Автор

my man, is it possible to implement the typical design page where you have the main container with the menu like you have and a container underneath (child frame) to pop a window with every option from the menu pressed? also want the different forms to anchor into this lower frame, instead of popping and being draggable anywhere makes sense?

ermacheton
Автор

Thanks a lot! Very good introduction to PySimpleGUI and the dropdown menus! Helped me created my own first application.

MartinRJDagleish
Автор

Very useful and educative video. Thanks for your efforts. Can you advise how to run a python script from a menu button click. iam building a small application. i have coded and tested the 5 pysimplegui scripts but need to pull them together and run from menu button click. any suggestions

computeradvantageslimited
Автор

previously u made a video on ploting a line chart, could u expand on that to convert the same line chart into a different form of char (bar chart, pie chart, etc.)?

MrWildaffair