Trying out a new screenshots tab

This commit is contained in:
PySimpleGUI 2022-09-12 09:01:43 -04:00
parent 4d4d31ee72
commit 72afe193a7
2 changed files with 518 additions and 218 deletions

View File

@ -0,0 +1,220 @@
| Images and Link |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_All_Widgets" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_All_Widgets.png" style="width:400px;"> [Demo_All_Widgets.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_All_Widgets.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Animated_GIFs" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Animated_GIFs.png" style="width:400px;"> [Demo_Animated_GIFs.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Animated_GIFs.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Bar_Chart" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Bar_Chart.png" style="width:400px;"> [Demo_Bar_Chart.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Bar_Chart.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Base64_Image_Encoder" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Base64_Image_Encoder.png" style="width:400px;"> [Demo_Base64_Image_Encoder.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Base64_Image_Encoder.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Base64_Single_Image_Encoder" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Base64_Single_Image_Encoder.png" style="width:400px;"> [Demo_Base64_Single_Image_Encoder.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Base64_Single_Image_Encoder.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Borderless_Window" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Borderless_Window.png" style="width:400px;"> [Demo_Borderless_Window.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Borderless_Window.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Base64_Shaded" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Buttons_Base64_Shaded.png" style="width:400px;"> [Demo_Buttons_Base64_Shaded.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Base64_Shaded.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Base64_Simple" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Buttons_Base64_Simple.png" style="width:400px;"> [Demo_Buttons_Base64_Simple.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Base64_Simple.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Base64_User_Settings" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Buttons_Base64_User_Settings.png" style="width:400px;"> [Demo_Buttons_Base64_User_Settings.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Base64_User_Settings.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Mac" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Buttons_Mac.png" style="width:400px;"> [Demo_Buttons_Mac.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Mac.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Nice_Graphics" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Buttons_Nice_Graphics.png" style="width:400px;"> [Demo_Buttons_Nice_Graphics.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Nice_Graphics.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Click" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Button_Click.png" style="width:400px;"> [Demo_Button_Click.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Click.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Events_From_Browse" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Button_Events_From_Browse.png" style="width:400px;"> [Demo_Button_Events_From_Browse.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Events_From_Browse.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Func_Calls" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Button_Func_Calls.png" style="width:400px;"> [Demo_Button_Func_Calls.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Func_Calls.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_States" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Button_States.png" style="width:400px;"> [Demo_Button_States.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_States.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Toggle" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Button_Toggle.png" style="width:400px;"> [Demo_Button_Toggle.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Toggle.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Calendar" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Calendar.png" style="width:400px;"> [Demo_Calendar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Calendar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Canvas" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Canvas.png" style="width:400px;"> [Demo_Canvas.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Canvas.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Change_Submits_InputText" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Change_Submits_InputText.png" style="width:400px;"> [Demo_Change_Submits_InputText.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Change_Submits_InputText.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chat" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Chat.png" style="width:400px;"> [Demo_Chat.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chat.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chatterbot" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Chatterbot.png" style="width:400px;"> [Demo_Chatterbot.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chatterbot.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chatterbot_With_TTS" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Chatterbot_With_TTS.png" style="width:400px;"> [Demo_Chatterbot_With_TTS.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chatterbot_With_TTS.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chat_With_History" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Chat_With_History.png" style="width:400px;"> [Demo_Chat_With_History.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chat_With_History.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Color.png" style="width:400px;"> [Demo_Color.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Chooser_Custom" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Color_Chooser_Custom.png" style="width:400px;"> [Demo_Color_Chooser_Custom.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Chooser_Custom.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Names" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Color_Names.png" style="width:400px;"> [Demo_Color_Names.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Names.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Names_Smaller_List" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Color_Names_Smaller_List.png" style="width:400px;"> [Demo_Color_Names_Smaller_List.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Names_Smaller_List.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Swatches" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Color_Swatches.png" style="width:400px;"> [Demo_Color_Swatches.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Swatches.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Columns" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Columns.png" style="width:400px;"> [Demo_Columns.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Columns.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_And_Frames" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Column_And_Frames.png" style="width:400px;"> [Demo_Column_And_Frames.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_And_Frames.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_Collapsible_Sections" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Column_Collapsible_Sections.png" style="width:400px;"> [Demo_Column_Collapsible_Sections.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_Collapsible_Sections.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_Elem_Swap_Entire_Window" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Column_Elem_Swap_Entire_Window.png" style="width:400px;"> [Demo_Column_Elem_Swap_Entire_Window.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_Elem_Swap_Entire_Window.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Compact_Layouts_Element_Renaming" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Compact_Layouts_Element_Renaming.png" style="width:400px;"> [Demo_Compact_Layouts_Element_Renaming.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Compact_Layouts_Element_Renaming.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Compare_Files" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Compare_Files.png" style="width:400px;"> [Demo_Compare_Files.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Compare_Files.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Control_Panel_Button_Grid" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Control_Panel_Button_Grid.png" style="width:400px;"> [Demo_Control_Panel_Button_Grid.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Control_Panel_Button_Grid.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Conways_Game_of_Life" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Conways_Game_of_Life.png" style="width:400px;"> [Demo_Conways_Game_of_Life.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Conways_Game_of_Life.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Crossword_Puzzle" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Crossword_Puzzle.png" style="width:400px;"> [Demo_Crossword_Puzzle.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Crossword_Puzzle.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Cursor_Changed_To_Hand" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Cursor_Changed_To_Hand.png" style="width:400px;"> [Demo_Cursor_Changed_To_Hand.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Cursor_Changed_To_Hand.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Dashboard" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Dashboard.png" style="width:400px;"> [Demo_Dashboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Dashboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Date_Chooser" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Date_Chooser.png" style="width:400px;"> [Demo_Date_Chooser.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Date_Chooser.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Debugger_Built_Into_PSG" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Debugger_Built_Into_PSG.png" style="width:400px;"> [Demo_Debugger_Built_Into_PSG.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Debugger_Built_Into_PSG.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Debugger_ImWatchingYou" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Debugger_ImWatchingYou.png" style="width:400px;"> [Demo_Debugger_ImWatchingYou.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Debugger_ImWatchingYou.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Patterns" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Patterns.png" style="width:400px;"> [Demo_Design_Patterns.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Patterns.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows.png" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows1" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows1.png" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows1.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows1.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows2" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows2.png" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows2.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows2.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows3" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows3.png" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows3.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows3.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows_Both_Visible" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows_Both_Visible.png" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows_Both_Visible.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows_Both_Visible.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows_OLD METHOD" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows_OLD METHOD.png" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows_OLD METHOD.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows_OLD METHOD.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Persistent_Window" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Pattern_Persistent_Window.png" style="width:400px;"> [Demo_Design_Pattern_Persistent_Window.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Persistent_Window.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Save_Theme" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Pattern_Save_Theme.png" style="width:400px;"> [Demo_Design_Pattern_Save_Theme.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Save_Theme.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Floating_Toolbar" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Floating_Toolbar.png" style="width:400px;"> [Demo_Desktop_Floating_Toolbar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Floating_Toolbar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Dashboard" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Dashboard.png" style="width:400px;"> [Demo_Desktop_Widget_CPU_Dashboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Dashboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Gauge" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Gauge.png" style="width:400px;"> [Demo_Desktop_Widget_CPU_Gauge.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Gauge.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Graph" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Graph.png" style="width:400px;"> [Demo_Desktop_Widget_CPU_Graph.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Graph.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Grid_Of_Gauges" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Grid_Of_Gauges.png" style="width:400px;"> [Demo_Desktop_Widget_CPU_Grid_Of_Gauges.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Grid_Of_Gauges.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Square" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Square.png" style="width:400px;"> [Demo_Desktop_Widget_CPU_Square.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Square.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Top_Processes" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Top_Processes.png" style="width:400px;"> [Demo_Desktop_Widget_CPU_Top_Processes.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Top_Processes.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Utilization_Simple" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Utilization_Simple.png" style="width:400px;"> [Demo_Desktop_Widget_CPU_Utilization_Simple.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Utilization_Simple.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Drive_Usage" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_Drive_Usage.png" style="width:400px;"> [Demo_Desktop_Widget_Drive_Usage.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Drive_Usage.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Email_Notification" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_Email_Notification.png" style="width:400px;"> [Demo_Desktop_Widget_Email_Notification.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Email_Notification.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_psutil_Dashboard" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_psutil_Dashboard.png" style="width:400px;"> [Demo_Desktop_Widget_psutil_Dashboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_psutil_Dashboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_RAM_Gauge" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_RAM_Gauge.png" style="width:400px;"> [Demo_Desktop_Widget_RAM_Gauge.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_RAM_Gauge.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_RAM_Square" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_RAM_Square.png" style="width:400px;"> [Demo_Desktop_Widget_RAM_Square.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_RAM_Square.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_RAM_Used" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_RAM_Used.png" style="width:400px;"> [Demo_Desktop_Widget_RAM_Used.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_RAM_Used.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Timer" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_Timer.png" style="width:400px;"> [Demo_Desktop_Widget_Timer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Timer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Weather" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_Weather.png" style="width:400px;"> [Demo_Desktop_Widget_Weather.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Weather.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Disable_Elements" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Disable_Elements.png" style="width:400px;"> [Demo_Disable_Elements.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Disable_Elements.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_DuplicateFileFinder" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_DuplicateFileFinder.png" style="width:400px;"> [Demo_DuplicateFileFinder.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_DuplicateFileFinder.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Email_Send" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Email_Send.png" style="width:400px;"> [Demo_Email_Send.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Email_Send.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Event_Binding" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Event_Binding.png" style="width:400px;"> [Demo_Event_Binding.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Event_Binding.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Event_Callback_Simulation" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Event_Callback_Simulation.png" style="width:400px;"> [Demo_Event_Callback_Simulation.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Event_Callback_Simulation.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_EXE_Maker" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_EXE_Maker.png" style="width:400px;"> [Demo_EXE_Maker.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_EXE_Maker.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Fill_Form" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Fill_Form.png" style="width:400px;"> [Demo_Fill_Form.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Fill_Form.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Floating_Toolbar" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Floating_Toolbar.png" style="width:400px;"> [Demo_Floating_Toolbar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Floating_Toolbar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Font_Previewer" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Font_Previewer.png" style="width:400px;"> [Demo_Font_Previewer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Font_Previewer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Font_Sizer" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Font_Sizer.png" style="width:400px;"> [Demo_Font_Sizer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Font_Sizer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Font_String" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Font_String.png" style="width:400px;"> [Demo_Font_String.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Font_String.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Frontend_Battleship" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Game_Frontend_Battleship.png" style="width:400px;"> [Demo_Game_Frontend_Battleship.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Frontend_Battleship.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Frontend_Battleship_No_List_Comprehensions" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Game_Frontend_Battleship_No_List_Comprehensions.png" style="width:400px;"> [Demo_Game_Frontend_Battleship_No_List_Comprehensions.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Frontend_Battleship_No_List_Comprehensions.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Frontend_Battleship_Single_List_Comprehension" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Game_Frontend_Battleship_Single_List_Comprehension.png" style="width:400px;"> [Demo_Game_Frontend_Battleship_Single_List_Comprehension.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Frontend_Battleship_Single_List_Comprehension.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_GitHub_File_Copier" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_GitHub_File_Copier.png" style="width:400px;"> [Demo_GitHub_File_Copier.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_GitHub_File_Copier.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_GoodColors" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_GoodColors.png" style="width:400px;"> [Demo_GoodColors.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_GoodColors.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_GoodColors_2" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_GoodColors_2.png" style="width:400px;"> [Demo_GoodColors_2.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_GoodColors_2.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Google_TTS" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Google_TTS.png" style="width:400px;"> [Demo_Google_TTS.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Google_TTS.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Ball_Game" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_Ball_Game.png" style="width:400px;"> [Demo_Graph_Ball_Game.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Ball_Game.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Drawing" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_Drawing.png" style="width:400px;"> [Demo_Graph_Drawing.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Drawing.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Drawing_And_Dragging_Figures" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_Drawing_And_Dragging_Figures.png" style="width:400px;"> [Demo_Graph_Drawing_And_Dragging_Figures.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Drawing_And_Dragging_Figures.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Drawing_And_Dragging_Figures_2_Windows" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_Drawing_And_Dragging_Figures_2_Windows.png" style="width:400px;"> [Demo_Graph_Drawing_And_Dragging_Figures_2_Windows.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Drawing_And_Dragging_Figures_2_Windows.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Element" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_Element.png" style="width:400px;"> [Demo_Graph_Element.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Element.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Element_Sine_Wave" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_Element_Sine_Wave.png" style="width:400px;"> [Demo_Graph_Element_Sine_Wave.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Element_Sine_Wave.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Elem_Image_Album" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_Elem_Image_Album.png" style="width:400px;"> [Demo_Graph_Elem_Image_Album.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Elem_Image_Album.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_FourierTransform" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_FourierTransform.png" style="width:400px;"> [Demo_Graph_FourierTransform.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_FourierTransform.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Noise" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_Noise.png" style="width:400px;"> [Demo_Graph_Noise.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Noise.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_pymunk_2D_Graphics" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_pymunk_2D_Graphics.png" style="width:400px;"> [Demo_Graph_pymunk_2D_Graphics.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_pymunk_2D_Graphics.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_pymunk_Desktop_Balls" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_pymunk_Desktop_Balls.png" style="width:400px;"> [Demo_Graph_pymunk_Desktop_Balls.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_pymunk_Desktop_Balls.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Hello_World" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Hello_World.png" style="width:400px;"> [Demo_Hello_World.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Hello_World.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_HowDoI" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_HowDoI.png" style="width:400px;"> [Demo_HowDoI.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_HowDoI.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Image_Elem_Image_Viewer_PIL_Based" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Image_Elem_Image_Viewer_PIL_Based.png" style="width:400px;"> [Demo_Image_Elem_Image_Viewer_PIL_Based.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Image_Elem_Image_Viewer_PIL_Based.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Image_Elem_Splash_Screen" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Image_Elem_Splash_Screen.png" style="width:400px;"> [Demo_Image_Elem_Splash_Screen.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Image_Elem_Splash_Screen.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Img_Viewer" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Img_Viewer.png" style="width:400px;"> [Demo_Img_Viewer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Img_Viewer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Input_Auto_Complete" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Input_Auto_Complete.png" style="width:400px;"> [Demo_Input_Auto_Complete.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Input_Auto_Complete.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Input_Validation" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Input_Validation.png" style="width:400px;"> [Demo_Input_Validation.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Input_Validation.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Invisible_Elements" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Invisible_Elements.png" style="width:400px;"> [Demo_Invisible_Elements.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Invisible_Elements.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Invisible_Elements_Pinning" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Invisible_Elements_Pinning.png" style="width:400px;"> [Demo_Invisible_Elements_Pinning.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Invisible_Elements_Pinning.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_IP_Address_Entry" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_IP_Address_Entry.png" style="width:400px;"> [Demo_IP_Address_Entry.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_IP_Address_Entry.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keyboard" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Keyboard.png" style="width:400px;"> [Demo_Keyboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keyboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keyboard_ENTER_Presses_Button" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Keyboard_ENTER_Presses_Button.png" style="width:400px;"> [Demo_Keyboard_ENTER_Presses_Button.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keyboard_ENTER_Presses_Button.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keyboard_Realtime" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Keyboard_Realtime.png" style="width:400px;"> [Demo_Keyboard_Realtime.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keyboard_Realtime.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keypad" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Keypad.png" style="width:400px;"> [Demo_Keypad.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keypad.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Extend" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Layout_Extend.png" style="width:400px;"> [Demo_Layout_Extend.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Extend.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Generation" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Layout_Generation.png" style="width:400px;"> [Demo_Layout_Generation.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Generation.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Vertical" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Layout_Vertical.png" style="width:400px;"> [Demo_Layout_Vertical.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Vertical.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Vertical_Centered" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Layout_Vertical_Centered.png" style="width:400px;"> [Demo_Layout_Vertical_Centered.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Vertical_Centered.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_LED_Clock_Weather" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_LED_Clock_Weather.png" style="width:400px;"> [Demo_LED_Clock_Weather.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_LED_Clock_Weather.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_LED_Indicators" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_LED_Indicators.png" style="width:400px;"> [Demo_LED_Indicators.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_LED_Indicators.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_LED_Indicators_Text_Based" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_LED_Indicators_Text_Based.png" style="width:400px;"> [Demo_LED_Indicators_Text_Based.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_LED_Indicators_Text_Based.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Listbox_Search_Filter" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Listbox_Search_Filter.png" style="width:400px;"> [Demo_Listbox_Search_Filter.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Listbox_Search_Filter.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Look_And_Feel_Theme_Browser" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Look_And_Feel_Theme_Browser.png" style="width:400px;"> [Demo_Look_And_Feel_Theme_Browser.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Look_And_Feel_Theme_Browser.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Look_And_Feel_Theme_Dump" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Look_And_Feel_Theme_Dump.png" style="width:400px;"> [Demo_Look_And_Feel_Theme_Dump.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Look_And_Feel_Theme_Dump.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Machine_Learning" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Machine_Learning.png" style="width:400px;"> [Demo_Machine_Learning.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Machine_Learning.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Main_Control_Test_Panel" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Main_Control_Test_Panel.png" style="width:400px;"> [Demo_Main_Control_Test_Panel.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Main_Control_Test_Panel.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib.png" style="width:400px;"> [Demo_Matplotlib.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Animated" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Animated.png" style="width:400px;"> [Demo_Matplotlib_Animated.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Animated.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Animated_Scatter" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Animated_Scatter.png" style="width:400px;"> [Demo_Matplotlib_Animated_Scatter.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Animated_Scatter.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Browser" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Browser.png" style="width:400px;"> [Demo_Matplotlib_Browser.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Browser.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Browser_Paned" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Browser_Paned.png" style="width:400px;"> [Demo_Matplotlib_Browser_Paned.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Browser_Paned.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Embedded_TEMPLATE" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Embedded_TEMPLATE.png" style="width:400px;"> [Demo_Matplotlib_Embedded_TEMPLATE.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Embedded_TEMPLATE.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Embedded_Toolbar" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Embedded_Toolbar.png" style="width:400px;"> [Demo_Matplotlib_Embedded_Toolbar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Embedded_Toolbar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Grid_of_Graphs_Using_PIL" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Grid_of_Graphs_Using_PIL.png" style="width:400px;"> [Demo_Matplotlib_Grid_of_Graphs_Using_PIL.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Grid_of_Graphs_Using_PIL.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_PyLab" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_PyLab.png" style="width:400px;"> [Demo_Matplotlib_PyLab.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_PyLab.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Styles" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Styles.png" style="width:400px;"> [Demo_Matplotlib_Styles.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Styles.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Two_Windows" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Two_Windows.png" style="width:400px;"> [Demo_Matplotlib_Two_Windows.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Two_Windows.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Media_Player" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Media_Player.png" style="width:400px;"> [Demo_Media_Player.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Media_Player.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Media_Player_VLC_Based" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Media_Player_VLC_Based.png" style="width:400px;"> [Demo_Media_Player_VLC_Based.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Media_Player_VLC_Based.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Menus" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Menus.png" style="width:400px;"> [Demo_Menus.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Menus.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Menu_With_Toolbar" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Menu_With_Toolbar.png" style="width:400px;"> [Demo_Menu_With_Toolbar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Menu_With_Toolbar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiline_cprint_Printing" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multiline_cprint_Printing.png" style="width:400px;"> [Demo_Multiline_cprint_Printing.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiline_cprint_Printing.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiline_Multicolored_Text" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multiline_Multicolored_Text.png" style="width:400px;"> [Demo_Multiline_Multicolored_Text.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiline_Multicolored_Text.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiple_Windows_Experimental" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multiple_Windows_Experimental.png" style="width:400px;"> [Demo_Multiple_Windows_Experimental.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiple_Windows_Experimental.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Animated_Shell_Command" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Animated_Shell_Command.png" style="width:400px;"> [Demo_Multithreaded_Animated_Shell_Command.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Animated_Shell_Command.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Different_Threads" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Different_Threads.png" style="width:400px;"> [Demo_Multithreaded_Different_Threads.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Different_Threads.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Logging" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Logging.png" style="width:400px;"> [Demo_Multithreaded_Logging.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Logging.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Long_Shell_Operation_Animated" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Long_Shell_Operation_Animated.png" style="width:400px;"> [Demo_Multithreaded_Long_Shell_Operation_Animated.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Long_Shell_Operation_Animated.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Long_Tasks" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Long_Tasks.png" style="width:400px;"> [Demo_Multithreaded_Long_Tasks.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Long_Tasks.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Long_Task_Simple" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Long_Task_Simple.png" style="width:400px;"> [Demo_Multithreaded_Long_Task_Simple.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Long_Task_Simple.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Multiple_Threads" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Multiple_Threads.png" style="width:400px;"> [Demo_Multithreaded_Multiple_Threads.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Multiple_Threads.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Write_Event_Value" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Write_Event_Value.png" style="width:400px;"> [Demo_Multithreaded_Write_Event_Value.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Write_Event_Value.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Write_Event_Value_MultiWindow" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Write_Event_Value_MultiWindow.png" style="width:400px;"> [Demo_Multithreaded_Write_Event_Value_MultiWindow.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Write_Event_Value_MultiWindow.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Nice_Buttons" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Nice_Buttons.png" style="width:400px;"> [Demo_Nice_Buttons.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Nice_Buttons.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_NonBlocking_Form" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_NonBlocking_Form.png" style="width:400px;"> [Demo_NonBlocking_Form.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_NonBlocking_Form.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Notification_Window_Alpha_Channel" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Notification_Window_Alpha_Channel.png" style="width:400px;"> [Demo_Notification_Window_Alpha_Channel.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Notification_Window_Alpha_Channel.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Notification_Window_Fade_In_Out" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Notification_Window_Fade_In_Out.png" style="width:400px;"> [Demo_Notification_Window_Fade_In_Out.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Notification_Window_Fade_In_Out.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_OpenCV" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_OpenCV.png" style="width:400px;"> [Demo_OpenCV.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_OpenCV.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_OpenCV_Webcam" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_OpenCV_Webcam.png" style="width:400px;"> [Demo_OpenCV_Webcam.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_OpenCV_Webcam.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Paned_Window" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Paned_Window.png" style="width:400px;"> [Demo_Paned_Window.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Paned_Window.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Password_Login" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Password_Login.png" style="width:400px;"> [Demo_Password_Login.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Password_Login.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Ping_Line_Graph" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Ping_Line_Graph.png" style="width:400px;"> [Demo_Ping_Line_Graph.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Ping_Line_Graph.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pi_LEDs" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Pi_LEDs.png" style="width:400px;"> [Demo_Pi_LEDs.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pi_LEDs.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pi_Robotics" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Pi_Robotics.png" style="width:400px;"> [Demo_Pi_Robotics.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pi_Robotics.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PNG_Thumbnail_Viewer" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_PNG_Thumbnail_Viewer.png" style="width:400px;"> [Demo_PNG_Thumbnail_Viewer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PNG_Thumbnail_Viewer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PNG_Viewer" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_PNG_Viewer.png" style="width:400px;"> [Demo_PNG_Viewer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PNG_Viewer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pong" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Pong.png" style="width:400px;"> [Demo_Pong.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pong.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pong_Multiple_Platforms" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Pong_Multiple_Platforms.png" style="width:400px;"> [Demo_Pong_Multiple_Platforms.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pong_Multiple_Platforms.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Popups" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Popups.png" style="width:400px;"> [Demo_Popups.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Popups.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Popup_Custom" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Popup_Custom.png" style="width:400px;"> [Demo_Popup_Custom.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Popup_Custom.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Progress_Meters" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Progress_Meters.png" style="width:400px;"> [Demo_Progress_Meters.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Progress_Meters.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_psutil_Kill_Processes" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_psutil_Kill_Processes.png" style="width:400px;"> [Demo_psutil_Kill_Processes.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_psutil_Kill_Processes.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_psutil_Kill_Python_Processes" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_psutil_Kill_Python_Processes.png" style="width:400px;"> [Demo_psutil_Kill_Python_Processes.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_psutil_Kill_Python_Processes.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PyCharm_Launcher" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_PyCharm_Launcher.png" style="width:400px;"> [Demo_PyCharm_Launcher.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PyCharm_Launcher.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PyCharm_Self_Edit" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_PyCharm_Self_Edit.png" style="width:400px;"> [Demo_PyCharm_Self_Edit.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PyCharm_Self_Edit.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pyplot_Bar_Chart" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Pyplot_Bar_Chart.png" style="width:400px;"> [Demo_Pyplot_Bar_Chart.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pyplot_Bar_Chart.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pyplot_Bar_Chart2" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Pyplot_Bar_Chart2.png" style="width:400px;"> [Demo_Pyplot_Bar_Chart2.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pyplot_Bar_Chart2.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Radio_Buttons_Simulated" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Radio_Buttons_Simulated.png" style="width:400px;"> [Demo_Radio_Buttons_Simulated.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Radio_Buttons_Simulated.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Reddit_Search" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Reddit_Search.png" style="width:400px;"> [Demo_Reddit_Search.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Reddit_Search.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Save_Window_As_Image" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Save_Window_As_Image.png" style="width:400px;"> [Demo_Save_Window_As_Image.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Save_Window_As_Image.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Script_Launcher_ANSI_Color_Output" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Script_Launcher_ANSI_Color_Output.png" style="width:400px;"> [Demo_Script_Launcher_ANSI_Color_Output.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Script_Launcher_ANSI_Color_Output.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Script_Launcher_Realtime_Output" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Script_Launcher_Realtime_Output.png" style="width:400px;"> [Demo_Script_Launcher_Realtime_Output.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Script_Launcher_Realtime_Output.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Script_Parameters" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Script_Parameters.png" style="width:400px;"> [Demo_Script_Parameters.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Script_Parameters.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Separator_Elements" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Separator_Elements.png" style="width:400px;"> [Demo_Separator_Elements.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Separator_Elements.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Settings_Save_Load" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Settings_Save_Load.png" style="width:400px;"> [Demo_Settings_Save_Load.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Settings_Save_Load.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Sort_Visualizer" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Sort_Visualizer.png" style="width:400px;"> [Demo_Sort_Visualizer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Sort_Visualizer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Spinner_Compound_Element" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Spinner_Compound_Element.png" style="width:400px;"> [Demo_Spinner_Compound_Element.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Spinner_Compound_Element.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Status_Bar" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Status_Bar.png" style="width:400px;"> [Demo_Status_Bar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Status_Bar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Stdout" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Stdout.png" style="width:400px;"> [Demo_Stdout.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Stdout.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Sudoku" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Sudoku.png" style="width:400px;"> [Demo_Sudoku.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Sudoku.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Super_Simple_Form" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Super_Simple_Form.png" style="width:400px;"> [Demo_Super_Simple_Form.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Super_Simple_Form.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_GUI_Window_Design_Pattern" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_System_Tray_GUI_Window_Design_Pattern.png" style="width:400px;"> [Demo_System_Tray_GUI_Window_Design_Pattern.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_GUI_Window_Design_Pattern.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_Icon" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_System_Tray_Icon.png" style="width:400px;"> [Demo_System_Tray_Icon.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_Icon.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_Reminder" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_System_Tray_Reminder.png" style="width:400px;"> [Demo_System_Tray_Reminder.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_Reminder.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Element" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Table_Element.png" style="width:400px;"> [Demo_Table_Element.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Element.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Simulation" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Table_Simulation.png" style="width:400px;"> [Demo_Table_Simulation.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Simulation.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Simulation_Arrow_Keys" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Table_Simulation_Arrow_Keys.png" style="width:400px;"> [Demo_Table_Simulation_Arrow_Keys.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Simulation_Arrow_Keys.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tabs" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Tabs.png" style="width:400px;"> [Demo_Tabs.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tabs.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tabs_Nested" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Tabs_Nested.png" style="width:400px;"> [Demo_Tabs_Nested.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tabs_Nested.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tabs_Simple" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Tabs_Simple.png" style="width:400px;"> [Demo_Tabs_Simple.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tabs_Simple.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Browser" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Theme_Browser.png" style="width:400px;"> [Demo_Theme_Browser.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Browser.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Color_Swatches" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Theme_Color_Swatches.png" style="width:400px;"> [Demo_Theme_Color_Swatches.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Color_Swatches.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Previewer_Dark" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Theme_Previewer_Dark.png" style="width:400px;"> [Demo_Theme_Previewer_Dark.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Previewer_Dark.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Timer" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Timer.png" style="width:400px;"> [Demo_Timer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Timer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Titlebar_Custom_Async" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Titlebar_Custom_Async.png" style="width:400px;"> [Demo_Titlebar_Custom_Async.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Titlebar_Custom_Async.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Titlebar_Custom_Dark_Theme" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Titlebar_Custom_Dark_Theme.png" style="width:400px;"> [Demo_Titlebar_Custom_Dark_Theme.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Titlebar_Custom_Dark_Theme.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Titlebar_Custom_Multiple_Combinations" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Titlebar_Custom_Multiple_Combinations.png" style="width:400px;"> [Demo_Titlebar_Custom_Multiple_Combinations.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Titlebar_Custom_Multiple_Combinations.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Touch_Keyboard" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Touch_Keyboard.png" style="width:400px;"> [Demo_Touch_Keyboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Touch_Keyboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tree_Element" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Tree_Element.png" style="width:400px;"> [Demo_Tree_Element.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tree_Element.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Turtle" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Turtle.png" style="width:400px;"> [Demo_Turtle.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Turtle.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Unicode_Characters" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Unicode_Characters.png" style="width:400px;"> [Demo_Unicode_Characters.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Unicode_Characters.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Uno_Card_Game" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Uno_Card_Game.png" style="width:400px;"> [Demo_Uno_Card_Game.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Uno_Card_Game.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_User_Settings.png" style="width:400px;"> [Demo_User_Settings.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings_Browse_File_Folder" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_User_Settings_Browse_File_Folder.png" style="width:400px;"> [Demo_User_Settings_Browse_File_Folder.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings_Browse_File_Folder.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings_Class_Remember_Input_and_Combo" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_User_Settings_Class_Remember_Input_and_Combo.png" style="width:400px;"> [Demo_User_Settings_Class_Remember_Input_and_Combo.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings_Class_Remember_Input_and_Combo.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings_Remember_Input_and_Combo" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_User_Settings_Remember_Input_and_Combo.png" style="width:400px;"> [Demo_User_Settings_Remember_Input_and_Combo.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings_Remember_Input_and_Combo.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Background_Image" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Window_Background_Image.png" style="width:400px;"> [Demo_Window_Background_Image.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Background_Image.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Disappear" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Window_Disappear.png" style="width:400px;"> [Demo_Window_Disappear.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Disappear.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Open_Multiple_Times" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Window_Open_Multiple_Times.png" style="width:400px;"> [Demo_Window_Open_Multiple_Times.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Open_Multiple_Times.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Youtube-dl_Frontend" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Youtube-dl_Frontend.png" style="width:400px;"> [Demo_Youtube-dl_Frontend.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Youtube-dl_Frontend.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_YouTube_Intro" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_YouTube_Intro.png" style="width:400px;"> [Demo_YouTube_Intro.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_YouTube_Intro.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/ping" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/ping.png" style="width:400px;"> [ping.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/ping.py) |

View File

@ -1,220 +1,300 @@
| Images and Link |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_All_Widgets" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_All_Widgets.png" style="width:400px;"> [Demo_All_Widgets.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_All_Widgets.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Animated_GIFs" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Animated_GIFs.png" style="width:400px;"> [Demo_Animated_GIFs.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Animated_GIFs.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Bar_Chart" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Bar_Chart.png" style="width:400px;"> [Demo_Bar_Chart.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Bar_Chart.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Base64_Image_Encoder" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Base64_Image_Encoder.png" style="width:400px;"> [Demo_Base64_Image_Encoder.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Base64_Image_Encoder.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Base64_Single_Image_Encoder" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Base64_Single_Image_Encoder.png" style="width:400px;"> [Demo_Base64_Single_Image_Encoder.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Base64_Single_Image_Encoder.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Borderless_Window" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Borderless_Window.png" style="width:400px;"> [Demo_Borderless_Window.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Borderless_Window.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Base64_Shaded" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Buttons_Base64_Shaded.png" style="width:400px;"> [Demo_Buttons_Base64_Shaded.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Base64_Shaded.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Base64_Simple" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Buttons_Base64_Simple.png" style="width:400px;"> [Demo_Buttons_Base64_Simple.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Base64_Simple.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Base64_User_Settings" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Buttons_Base64_User_Settings.png" style="width:400px;"> [Demo_Buttons_Base64_User_Settings.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Base64_User_Settings.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Mac" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Buttons_Mac.png" style="width:400px;"> [Demo_Buttons_Mac.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Mac.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Nice_Graphics" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Buttons_Nice_Graphics.png" style="width:400px;"> [Demo_Buttons_Nice_Graphics.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Nice_Graphics.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Click" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Button_Click.png" style="width:400px;"> [Demo_Button_Click.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Click.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Events_From_Browse" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Button_Events_From_Browse.png" style="width:400px;"> [Demo_Button_Events_From_Browse.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Events_From_Browse.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Func_Calls" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Button_Func_Calls.png" style="width:400px;"> [Demo_Button_Func_Calls.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Func_Calls.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_States" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Button_States.png" style="width:400px;"> [Demo_Button_States.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_States.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Toggle" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Button_Toggle.png" style="width:400px;"> [Demo_Button_Toggle.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Toggle.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Calendar" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Calendar.png" style="width:400px;"> [Demo_Calendar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Calendar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Canvas" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Canvas.png" style="width:400px;"> [Demo_Canvas.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Canvas.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Change_Submits_InputText" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Change_Submits_InputText.png" style="width:400px;"> [Demo_Change_Submits_InputText.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Change_Submits_InputText.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chat" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Chat.png" style="width:400px;"> [Demo_Chat.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chat.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chatterbot" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Chatterbot.png" style="width:400px;"> [Demo_Chatterbot.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chatterbot.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chatterbot_With_TTS" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Chatterbot_With_TTS.png" style="width:400px;"> [Demo_Chatterbot_With_TTS.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chatterbot_With_TTS.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chat_With_History" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Chat_With_History.png" style="width:400px;"> [Demo_Chat_With_History.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chat_With_History.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Color.png" style="width:400px;"> [Demo_Color.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Chooser_Custom" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Color_Chooser_Custom.png" style="width:400px;"> [Demo_Color_Chooser_Custom.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Chooser_Custom.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Names" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Color_Names.png" style="width:400px;"> [Demo_Color_Names.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Names.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Names_Smaller_List" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Color_Names_Smaller_List.png" style="width:400px;"> [Demo_Color_Names_Smaller_List.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Names_Smaller_List.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Swatches" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Color_Swatches.png" style="width:400px;"> [Demo_Color_Swatches.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Swatches.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Columns" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Columns.png" style="width:400px;"> [Demo_Columns.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Columns.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_And_Frames" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Column_And_Frames.png" style="width:400px;"> [Demo_Column_And_Frames.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_And_Frames.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_Collapsible_Sections" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Column_Collapsible_Sections.png" style="width:400px;"> [Demo_Column_Collapsible_Sections.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_Collapsible_Sections.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_Elem_Swap_Entire_Window" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Column_Elem_Swap_Entire_Window.png" style="width:400px;"> [Demo_Column_Elem_Swap_Entire_Window.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_Elem_Swap_Entire_Window.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Compact_Layouts_Element_Renaming" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Compact_Layouts_Element_Renaming.png" style="width:400px;"> [Demo_Compact_Layouts_Element_Renaming.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Compact_Layouts_Element_Renaming.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Compare_Files" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Compare_Files.png" style="width:400px;"> [Demo_Compare_Files.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Compare_Files.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Control_Panel_Button_Grid" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Control_Panel_Button_Grid.png" style="width:400px;"> [Demo_Control_Panel_Button_Grid.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Control_Panel_Button_Grid.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Conways_Game_of_Life" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Conways_Game_of_Life.png" style="width:400px;"> [Demo_Conways_Game_of_Life.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Conways_Game_of_Life.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Crossword_Puzzle" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Crossword_Puzzle.png" style="width:400px;"> [Demo_Crossword_Puzzle.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Crossword_Puzzle.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Cursor_Changed_To_Hand" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Cursor_Changed_To_Hand.png" style="width:400px;"> [Demo_Cursor_Changed_To_Hand.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Cursor_Changed_To_Hand.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Dashboard" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Dashboard.png" style="width:400px;"> [Demo_Dashboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Dashboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Date_Chooser" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Date_Chooser.png" style="width:400px;"> [Demo_Date_Chooser.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Date_Chooser.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Debugger_Built_Into_PSG" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Debugger_Built_Into_PSG.png" style="width:400px;"> [Demo_Debugger_Built_Into_PSG.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Debugger_Built_Into_PSG.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Debugger_ImWatchingYou" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Debugger_ImWatchingYou.png" style="width:400px;"> [Demo_Debugger_ImWatchingYou.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Debugger_ImWatchingYou.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Patterns" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Patterns.png" style="width:400px;"> [Demo_Design_Patterns.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Patterns.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows.png" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows1" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows1.png" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows1.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows1.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows2" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows2.png" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows2.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows2.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows3" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows3.png" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows3.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows3.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows_Both_Visible" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows_Both_Visible.png" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows_Both_Visible.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows_Both_Visible.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows_OLD METHOD" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows_OLD METHOD.png" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows_OLD METHOD.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows_OLD METHOD.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Persistent_Window" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Pattern_Persistent_Window.png" style="width:400px;"> [Demo_Design_Pattern_Persistent_Window.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Persistent_Window.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Save_Theme" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Design_Pattern_Save_Theme.png" style="width:400px;"> [Demo_Design_Pattern_Save_Theme.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Save_Theme.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Floating_Toolbar" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Floating_Toolbar.png" style="width:400px;"> [Demo_Desktop_Floating_Toolbar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Floating_Toolbar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Dashboard" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Dashboard.png" style="width:400px;"> [Demo_Desktop_Widget_CPU_Dashboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Dashboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Gauge" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Gauge.png" style="width:400px;"> [Demo_Desktop_Widget_CPU_Gauge.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Gauge.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Graph" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Graph.png" style="width:400px;"> [Demo_Desktop_Widget_CPU_Graph.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Graph.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Grid_Of_Gauges" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Grid_Of_Gauges.png" style="width:400px;"> [Demo_Desktop_Widget_CPU_Grid_Of_Gauges.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Grid_Of_Gauges.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Square" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Square.png" style="width:400px;"> [Demo_Desktop_Widget_CPU_Square.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Square.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Top_Processes" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Top_Processes.png" style="width:400px;"> [Demo_Desktop_Widget_CPU_Top_Processes.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Top_Processes.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Utilization_Simple" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Utilization_Simple.png" style="width:400px;"> [Demo_Desktop_Widget_CPU_Utilization_Simple.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Utilization_Simple.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Drive_Usage" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_Drive_Usage.png" style="width:400px;"> [Demo_Desktop_Widget_Drive_Usage.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Drive_Usage.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Email_Notification" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_Email_Notification.png" style="width:400px;"> [Demo_Desktop_Widget_Email_Notification.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Email_Notification.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_psutil_Dashboard" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_psutil_Dashboard.png" style="width:400px;"> [Demo_Desktop_Widget_psutil_Dashboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_psutil_Dashboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_RAM_Gauge" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_RAM_Gauge.png" style="width:400px;"> [Demo_Desktop_Widget_RAM_Gauge.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_RAM_Gauge.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_RAM_Square" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_RAM_Square.png" style="width:400px;"> [Demo_Desktop_Widget_RAM_Square.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_RAM_Square.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_RAM_Used" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_RAM_Used.png" style="width:400px;"> [Demo_Desktop_Widget_RAM_Used.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_RAM_Used.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Timer" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_Timer.png" style="width:400px;"> [Demo_Desktop_Widget_Timer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Timer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Weather" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Desktop_Widget_Weather.png" style="width:400px;"> [Demo_Desktop_Widget_Weather.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Weather.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Disable_Elements" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Disable_Elements.png" style="width:400px;"> [Demo_Disable_Elements.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Disable_Elements.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_DuplicateFileFinder" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_DuplicateFileFinder.png" style="width:400px;"> [Demo_DuplicateFileFinder.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_DuplicateFileFinder.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Email_Send" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Email_Send.png" style="width:400px;"> [Demo_Email_Send.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Email_Send.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Event_Binding" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Event_Binding.png" style="width:400px;"> [Demo_Event_Binding.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Event_Binding.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Event_Callback_Simulation" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Event_Callback_Simulation.png" style="width:400px;"> [Demo_Event_Callback_Simulation.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Event_Callback_Simulation.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_EXE_Maker" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_EXE_Maker.png" style="width:400px;"> [Demo_EXE_Maker.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_EXE_Maker.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Fill_Form" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Fill_Form.png" style="width:400px;"> [Demo_Fill_Form.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Fill_Form.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Floating_Toolbar" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Floating_Toolbar.png" style="width:400px;"> [Demo_Floating_Toolbar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Floating_Toolbar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Font_Previewer" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Font_Previewer.png" style="width:400px;"> [Demo_Font_Previewer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Font_Previewer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Font_Sizer" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Font_Sizer.png" style="width:400px;"> [Demo_Font_Sizer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Font_Sizer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Font_String" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Font_String.png" style="width:400px;"> [Demo_Font_String.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Font_String.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Frontend_Battleship" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Game_Frontend_Battleship.png" style="width:400px;"> [Demo_Game_Frontend_Battleship.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Frontend_Battleship.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Frontend_Battleship_No_List_Comprehensions" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Game_Frontend_Battleship_No_List_Comprehensions.png" style="width:400px;"> [Demo_Game_Frontend_Battleship_No_List_Comprehensions.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Frontend_Battleship_No_List_Comprehensions.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Frontend_Battleship_Single_List_Comprehension" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Game_Frontend_Battleship_Single_List_Comprehension.png" style="width:400px;"> [Demo_Game_Frontend_Battleship_Single_List_Comprehension.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Frontend_Battleship_Single_List_Comprehension.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_GitHub_File_Copier" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_GitHub_File_Copier.png" style="width:400px;"> [Demo_GitHub_File_Copier.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_GitHub_File_Copier.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_GoodColors" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_GoodColors.png" style="width:400px;"> [Demo_GoodColors.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_GoodColors.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_GoodColors_2" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_GoodColors_2.png" style="width:400px;"> [Demo_GoodColors_2.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_GoodColors_2.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Google_TTS" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Google_TTS.png" style="width:400px;"> [Demo_Google_TTS.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Google_TTS.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Ball_Game" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_Ball_Game.png" style="width:400px;"> [Demo_Graph_Ball_Game.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Ball_Game.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Drawing" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_Drawing.png" style="width:400px;"> [Demo_Graph_Drawing.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Drawing.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Drawing_And_Dragging_Figures" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_Drawing_And_Dragging_Figures.png" style="width:400px;"> [Demo_Graph_Drawing_And_Dragging_Figures.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Drawing_And_Dragging_Figures.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Drawing_And_Dragging_Figures_2_Windows" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_Drawing_And_Dragging_Figures_2_Windows.png" style="width:400px;"> [Demo_Graph_Drawing_And_Dragging_Figures_2_Windows.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Drawing_And_Dragging_Figures_2_Windows.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Element" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_Element.png" style="width:400px;"> [Demo_Graph_Element.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Element.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Element_Sine_Wave" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_Element_Sine_Wave.png" style="width:400px;"> [Demo_Graph_Element_Sine_Wave.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Element_Sine_Wave.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Elem_Image_Album" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_Elem_Image_Album.png" style="width:400px;"> [Demo_Graph_Elem_Image_Album.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Elem_Image_Album.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_FourierTransform" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_FourierTransform.png" style="width:400px;"> [Demo_Graph_FourierTransform.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_FourierTransform.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Noise" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_Noise.png" style="width:400px;"> [Demo_Graph_Noise.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Noise.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_pymunk_2D_Graphics" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_pymunk_2D_Graphics.png" style="width:400px;"> [Demo_Graph_pymunk_2D_Graphics.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_pymunk_2D_Graphics.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_pymunk_Desktop_Balls" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Graph_pymunk_Desktop_Balls.png" style="width:400px;"> [Demo_Graph_pymunk_Desktop_Balls.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_pymunk_Desktop_Balls.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Hello_World" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Hello_World.png" style="width:400px;"> [Demo_Hello_World.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Hello_World.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_HowDoI" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_HowDoI.png" style="width:400px;"> [Demo_HowDoI.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_HowDoI.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Image_Elem_Image_Viewer_PIL_Based" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Image_Elem_Image_Viewer_PIL_Based.png" style="width:400px;"> [Demo_Image_Elem_Image_Viewer_PIL_Based.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Image_Elem_Image_Viewer_PIL_Based.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Image_Elem_Splash_Screen" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Image_Elem_Splash_Screen.png" style="width:400px;"> [Demo_Image_Elem_Splash_Screen.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Image_Elem_Splash_Screen.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Img_Viewer" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Img_Viewer.png" style="width:400px;"> [Demo_Img_Viewer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Img_Viewer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Input_Auto_Complete" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Input_Auto_Complete.png" style="width:400px;"> [Demo_Input_Auto_Complete.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Input_Auto_Complete.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Input_Validation" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Input_Validation.png" style="width:400px;"> [Demo_Input_Validation.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Input_Validation.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Invisible_Elements" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Invisible_Elements.png" style="width:400px;"> [Demo_Invisible_Elements.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Invisible_Elements.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Invisible_Elements_Pinning" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Invisible_Elements_Pinning.png" style="width:400px;"> [Demo_Invisible_Elements_Pinning.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Invisible_Elements_Pinning.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_IP_Address_Entry" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_IP_Address_Entry.png" style="width:400px;"> [Demo_IP_Address_Entry.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_IP_Address_Entry.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keyboard" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Keyboard.png" style="width:400px;"> [Demo_Keyboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keyboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keyboard_ENTER_Presses_Button" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Keyboard_ENTER_Presses_Button.png" style="width:400px;"> [Demo_Keyboard_ENTER_Presses_Button.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keyboard_ENTER_Presses_Button.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keyboard_Realtime" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Keyboard_Realtime.png" style="width:400px;"> [Demo_Keyboard_Realtime.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keyboard_Realtime.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keypad" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Keypad.png" style="width:400px;"> [Demo_Keypad.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keypad.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Extend" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Layout_Extend.png" style="width:400px;"> [Demo_Layout_Extend.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Extend.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Generation" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Layout_Generation.png" style="width:400px;"> [Demo_Layout_Generation.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Generation.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Vertical" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Layout_Vertical.png" style="width:400px;"> [Demo_Layout_Vertical.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Vertical.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Vertical_Centered" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Layout_Vertical_Centered.png" style="width:400px;"> [Demo_Layout_Vertical_Centered.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Vertical_Centered.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_LED_Clock_Weather" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_LED_Clock_Weather.png" style="width:400px;"> [Demo_LED_Clock_Weather.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_LED_Clock_Weather.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_LED_Indicators" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_LED_Indicators.png" style="width:400px;"> [Demo_LED_Indicators.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_LED_Indicators.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_LED_Indicators_Text_Based" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_LED_Indicators_Text_Based.png" style="width:400px;"> [Demo_LED_Indicators_Text_Based.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_LED_Indicators_Text_Based.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Listbox_Search_Filter" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Listbox_Search_Filter.png" style="width:400px;"> [Demo_Listbox_Search_Filter.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Listbox_Search_Filter.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Look_And_Feel_Theme_Browser" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Look_And_Feel_Theme_Browser.png" style="width:400px;"> [Demo_Look_And_Feel_Theme_Browser.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Look_And_Feel_Theme_Browser.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Look_And_Feel_Theme_Dump" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Look_And_Feel_Theme_Dump.png" style="width:400px;"> [Demo_Look_And_Feel_Theme_Dump.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Look_And_Feel_Theme_Dump.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Machine_Learning" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Machine_Learning.png" style="width:400px;"> [Demo_Machine_Learning.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Machine_Learning.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Main_Control_Test_Panel" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Main_Control_Test_Panel.png" style="width:400px;"> [Demo_Main_Control_Test_Panel.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Main_Control_Test_Panel.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib.png" style="width:400px;"> [Demo_Matplotlib.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Animated" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Animated.png" style="width:400px;"> [Demo_Matplotlib_Animated.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Animated.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Animated_Scatter" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Animated_Scatter.png" style="width:400px;"> [Demo_Matplotlib_Animated_Scatter.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Animated_Scatter.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Browser" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Browser.png" style="width:400px;"> [Demo_Matplotlib_Browser.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Browser.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Browser_Paned" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Browser_Paned.png" style="width:400px;"> [Demo_Matplotlib_Browser_Paned.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Browser_Paned.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Embedded_TEMPLATE" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Embedded_TEMPLATE.png" style="width:400px;"> [Demo_Matplotlib_Embedded_TEMPLATE.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Embedded_TEMPLATE.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Embedded_Toolbar" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Embedded_Toolbar.png" style="width:400px;"> [Demo_Matplotlib_Embedded_Toolbar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Embedded_Toolbar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Grid_of_Graphs_Using_PIL" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Grid_of_Graphs_Using_PIL.png" style="width:400px;"> [Demo_Matplotlib_Grid_of_Graphs_Using_PIL.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Grid_of_Graphs_Using_PIL.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_PyLab" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_PyLab.png" style="width:400px;"> [Demo_Matplotlib_PyLab.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_PyLab.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Styles" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Styles.png" style="width:400px;"> [Demo_Matplotlib_Styles.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Styles.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Two_Windows" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Matplotlib_Two_Windows.png" style="width:400px;"> [Demo_Matplotlib_Two_Windows.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Two_Windows.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Media_Player" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Media_Player.png" style="width:400px;"> [Demo_Media_Player.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Media_Player.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Media_Player_VLC_Based" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Media_Player_VLC_Based.png" style="width:400px;"> [Demo_Media_Player_VLC_Based.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Media_Player_VLC_Based.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Menus" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Menus.png" style="width:400px;"> [Demo_Menus.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Menus.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Menu_With_Toolbar" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Menu_With_Toolbar.png" style="width:400px;"> [Demo_Menu_With_Toolbar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Menu_With_Toolbar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiline_cprint_Printing" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multiline_cprint_Printing.png" style="width:400px;"> [Demo_Multiline_cprint_Printing.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiline_cprint_Printing.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiline_Multicolored_Text" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multiline_Multicolored_Text.png" style="width:400px;"> [Demo_Multiline_Multicolored_Text.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiline_Multicolored_Text.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiple_Windows_Experimental" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multiple_Windows_Experimental.png" style="width:400px;"> [Demo_Multiple_Windows_Experimental.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiple_Windows_Experimental.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Animated_Shell_Command" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Animated_Shell_Command.png" style="width:400px;"> [Demo_Multithreaded_Animated_Shell_Command.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Animated_Shell_Command.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Different_Threads" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Different_Threads.png" style="width:400px;"> [Demo_Multithreaded_Different_Threads.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Different_Threads.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Logging" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Logging.png" style="width:400px;"> [Demo_Multithreaded_Logging.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Logging.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Long_Shell_Operation_Animated" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Long_Shell_Operation_Animated.png" style="width:400px;"> [Demo_Multithreaded_Long_Shell_Operation_Animated.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Long_Shell_Operation_Animated.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Long_Tasks" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Long_Tasks.png" style="width:400px;"> [Demo_Multithreaded_Long_Tasks.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Long_Tasks.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Long_Task_Simple" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Long_Task_Simple.png" style="width:400px;"> [Demo_Multithreaded_Long_Task_Simple.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Long_Task_Simple.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Multiple_Threads" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Multiple_Threads.png" style="width:400px;"> [Demo_Multithreaded_Multiple_Threads.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Multiple_Threads.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Write_Event_Value" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Write_Event_Value.png" style="width:400px;"> [Demo_Multithreaded_Write_Event_Value.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Write_Event_Value.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Write_Event_Value_MultiWindow" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Multithreaded_Write_Event_Value_MultiWindow.png" style="width:400px;"> [Demo_Multithreaded_Write_Event_Value_MultiWindow.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Write_Event_Value_MultiWindow.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Nice_Buttons" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Nice_Buttons.png" style="width:400px;"> [Demo_Nice_Buttons.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Nice_Buttons.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_NonBlocking_Form" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_NonBlocking_Form.png" style="width:400px;"> [Demo_NonBlocking_Form.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_NonBlocking_Form.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Notification_Window_Alpha_Channel" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Notification_Window_Alpha_Channel.png" style="width:400px;"> [Demo_Notification_Window_Alpha_Channel.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Notification_Window_Alpha_Channel.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Notification_Window_Fade_In_Out" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Notification_Window_Fade_In_Out.png" style="width:400px;"> [Demo_Notification_Window_Fade_In_Out.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Notification_Window_Fade_In_Out.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_OpenCV" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_OpenCV.png" style="width:400px;"> [Demo_OpenCV.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_OpenCV.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_OpenCV_Webcam" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_OpenCV_Webcam.png" style="width:400px;"> [Demo_OpenCV_Webcam.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_OpenCV_Webcam.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Paned_Window" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Paned_Window.png" style="width:400px;"> [Demo_Paned_Window.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Paned_Window.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Password_Login" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Password_Login.png" style="width:400px;"> [Demo_Password_Login.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Password_Login.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Ping_Line_Graph" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Ping_Line_Graph.png" style="width:400px;"> [Demo_Ping_Line_Graph.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Ping_Line_Graph.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pi_LEDs" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Pi_LEDs.png" style="width:400px;"> [Demo_Pi_LEDs.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pi_LEDs.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pi_Robotics" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Pi_Robotics.png" style="width:400px;"> [Demo_Pi_Robotics.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pi_Robotics.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PNG_Thumbnail_Viewer" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_PNG_Thumbnail_Viewer.png" style="width:400px;"> [Demo_PNG_Thumbnail_Viewer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PNG_Thumbnail_Viewer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PNG_Viewer" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_PNG_Viewer.png" style="width:400px;"> [Demo_PNG_Viewer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PNG_Viewer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pong" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Pong.png" style="width:400px;"> [Demo_Pong.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pong.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pong_Multiple_Platforms" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Pong_Multiple_Platforms.png" style="width:400px;"> [Demo_Pong_Multiple_Platforms.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pong_Multiple_Platforms.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Popups" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Popups.png" style="width:400px;"> [Demo_Popups.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Popups.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Popup_Custom" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Popup_Custom.png" style="width:400px;"> [Demo_Popup_Custom.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Popup_Custom.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Progress_Meters" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Progress_Meters.png" style="width:400px;"> [Demo_Progress_Meters.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Progress_Meters.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_psutil_Kill_Processes" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_psutil_Kill_Processes.png" style="width:400px;"> [Demo_psutil_Kill_Processes.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_psutil_Kill_Processes.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_psutil_Kill_Python_Processes" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_psutil_Kill_Python_Processes.png" style="width:400px;"> [Demo_psutil_Kill_Python_Processes.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_psutil_Kill_Python_Processes.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PyCharm_Launcher" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_PyCharm_Launcher.png" style="width:400px;"> [Demo_PyCharm_Launcher.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PyCharm_Launcher.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PyCharm_Self_Edit" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_PyCharm_Self_Edit.png" style="width:400px;"> [Demo_PyCharm_Self_Edit.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PyCharm_Self_Edit.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pyplot_Bar_Chart" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Pyplot_Bar_Chart.png" style="width:400px;"> [Demo_Pyplot_Bar_Chart.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pyplot_Bar_Chart.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pyplot_Bar_Chart2" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Pyplot_Bar_Chart2.png" style="width:400px;"> [Demo_Pyplot_Bar_Chart2.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pyplot_Bar_Chart2.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Radio_Buttons_Simulated" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Radio_Buttons_Simulated.png" style="width:400px;"> [Demo_Radio_Buttons_Simulated.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Radio_Buttons_Simulated.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Reddit_Search" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Reddit_Search.png" style="width:400px;"> [Demo_Reddit_Search.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Reddit_Search.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Save_Window_As_Image" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Save_Window_As_Image.png" style="width:400px;"> [Demo_Save_Window_As_Image.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Save_Window_As_Image.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Script_Launcher_ANSI_Color_Output" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Script_Launcher_ANSI_Color_Output.png" style="width:400px;"> [Demo_Script_Launcher_ANSI_Color_Output.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Script_Launcher_ANSI_Color_Output.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Script_Launcher_Realtime_Output" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Script_Launcher_Realtime_Output.png" style="width:400px;"> [Demo_Script_Launcher_Realtime_Output.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Script_Launcher_Realtime_Output.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Script_Parameters" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Script_Parameters.png" style="width:400px;"> [Demo_Script_Parameters.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Script_Parameters.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Separator_Elements" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Separator_Elements.png" style="width:400px;"> [Demo_Separator_Elements.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Separator_Elements.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Settings_Save_Load" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Settings_Save_Load.png" style="width:400px;"> [Demo_Settings_Save_Load.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Settings_Save_Load.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Sort_Visualizer" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Sort_Visualizer.png" style="width:400px;"> [Demo_Sort_Visualizer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Sort_Visualizer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Spinner_Compound_Element" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Spinner_Compound_Element.png" style="width:400px;"> [Demo_Spinner_Compound_Element.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Spinner_Compound_Element.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Status_Bar" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Status_Bar.png" style="width:400px;"> [Demo_Status_Bar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Status_Bar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Stdout" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Stdout.png" style="width:400px;"> [Demo_Stdout.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Stdout.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Sudoku" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Sudoku.png" style="width:400px;"> [Demo_Sudoku.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Sudoku.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Super_Simple_Form" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Super_Simple_Form.png" style="width:400px;"> [Demo_Super_Simple_Form.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Super_Simple_Form.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_GUI_Window_Design_Pattern" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_System_Tray_GUI_Window_Design_Pattern.png" style="width:400px;"> [Demo_System_Tray_GUI_Window_Design_Pattern.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_GUI_Window_Design_Pattern.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_Icon" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_System_Tray_Icon.png" style="width:400px;"> [Demo_System_Tray_Icon.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_Icon.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_Reminder" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_System_Tray_Reminder.png" style="width:400px;"> [Demo_System_Tray_Reminder.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_Reminder.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Element" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Table_Element.png" style="width:400px;"> [Demo_Table_Element.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Element.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Simulation" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Table_Simulation.png" style="width:400px;"> [Demo_Table_Simulation.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Simulation.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Simulation_Arrow_Keys" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Table_Simulation_Arrow_Keys.png" style="width:400px;"> [Demo_Table_Simulation_Arrow_Keys.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Simulation_Arrow_Keys.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tabs" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Tabs.png" style="width:400px;"> [Demo_Tabs.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tabs.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tabs_Nested" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Tabs_Nested.png" style="width:400px;"> [Demo_Tabs_Nested.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tabs_Nested.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tabs_Simple" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Tabs_Simple.png" style="width:400px;"> [Demo_Tabs_Simple.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tabs_Simple.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Browser" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Theme_Browser.png" style="width:400px;"> [Demo_Theme_Browser.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Browser.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Color_Swatches" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Theme_Color_Swatches.png" style="width:400px;"> [Demo_Theme_Color_Swatches.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Color_Swatches.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Previewer_Dark" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Theme_Previewer_Dark.png" style="width:400px;"> [Demo_Theme_Previewer_Dark.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Previewer_Dark.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Timer" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Timer.png" style="width:400px;"> [Demo_Timer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Timer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Titlebar_Custom_Async" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Titlebar_Custom_Async.png" style="width:400px;"> [Demo_Titlebar_Custom_Async.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Titlebar_Custom_Async.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Titlebar_Custom_Dark_Theme" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Titlebar_Custom_Dark_Theme.png" style="width:400px;"> [Demo_Titlebar_Custom_Dark_Theme.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Titlebar_Custom_Dark_Theme.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Titlebar_Custom_Multiple_Combinations" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Titlebar_Custom_Multiple_Combinations.png" style="width:400px;"> [Demo_Titlebar_Custom_Multiple_Combinations.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Titlebar_Custom_Multiple_Combinations.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Touch_Keyboard" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Touch_Keyboard.png" style="width:400px;"> [Demo_Touch_Keyboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Touch_Keyboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tree_Element" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Tree_Element.png" style="width:400px;"> [Demo_Tree_Element.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tree_Element.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Turtle" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Turtle.png" style="width:400px;"> [Demo_Turtle.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Turtle.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Unicode_Characters" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Unicode_Characters.png" style="width:400px;"> [Demo_Unicode_Characters.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Unicode_Characters.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Uno_Card_Game" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Uno_Card_Game.png" style="width:400px;"> [Demo_Uno_Card_Game.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Uno_Card_Game.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_User_Settings.png" style="width:400px;"> [Demo_User_Settings.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings_Browse_File_Folder" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_User_Settings_Browse_File_Folder.png" style="width:400px;"> [Demo_User_Settings_Browse_File_Folder.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings_Browse_File_Folder.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings_Class_Remember_Input_and_Combo" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_User_Settings_Class_Remember_Input_and_Combo.png" style="width:400px;"> [Demo_User_Settings_Class_Remember_Input_and_Combo.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings_Class_Remember_Input_and_Combo.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings_Remember_Input_and_Combo" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_User_Settings_Remember_Input_and_Combo.png" style="width:400px;"> [Demo_User_Settings_Remember_Input_and_Combo.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings_Remember_Input_and_Combo.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Background_Image" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Window_Background_Image.png" style="width:400px;"> [Demo_Window_Background_Image.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Background_Image.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Disappear" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Window_Disappear.png" style="width:400px;"> [Demo_Window_Disappear.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Disappear.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Open_Multiple_Times" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Window_Open_Multiple_Times.png" style="width:400px;"> [Demo_Window_Open_Multiple_Times.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Open_Multiple_Times.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Youtube-dl_Frontend" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_Youtube-dl_Frontend.png" style="width:400px;"> [Demo_Youtube-dl_Frontend.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Youtube-dl_Frontend.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_YouTube_Intro" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/Demo_YouTube_Intro.png" style="width:400px;"> [Demo_YouTube_Intro.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_YouTube_Intro.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/ping" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_demo_screenshots/ping.png" style="width:400px;"> [ping.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/ping.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Browser_START_HERE_Demo_Programs_Browser.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Browser_START_HERE_Demo_Programs_Browser.mp4" style="width:400px;"> [Browser_START_HERE_Demo_Programs_Browser.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Browser_START_HERE_Demo_Programs_Browser.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_All_Elements.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_All_Elements.mp4" style="width:400px;"> [Demo_All_Elements.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_All_Elements.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_All_Elements_Simple.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_All_Elements_Simple.mp4" style="width:400px;"> [Demo_All_Elements_Simple.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_All_Elements_Simple.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Animated_GIFs.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Animated_GIFs.mp4" style="width:400px;"> [Demo_Animated_GIFs.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Animated_GIFs.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Animated_GIFs_Using_PIL.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Animated_GIFs_Using_PIL.mp4" style="width:400px;"> [Demo_Animated_GIFs_Using_PIL.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Animated_GIFs_Using_PIL.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Auto_Save_Window_Position.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Auto_Save_Window_Position.mp4" style="width:400px;"> [Demo_Auto_Save_Window_Position.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Auto_Save_Window_Position.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Bar_Chart.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Bar_Chart.mp4" style="width:400px;"> [Demo_Bar_Chart.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Bar_Chart.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Base64_Image_Encoder.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Base64_Image_Encoder.mp4" style="width:400px;"> [Demo_Base64_Image_Encoder.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Base64_Image_Encoder.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Base64_Single_Image_Encoder.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Base64_Single_Image_Encoder.mp4" style="width:400px;"> [Demo_Base64_Single_Image_Encoder.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Base64_Single_Image_Encoder.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Borderless_Window.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Borderless_Window.jpg" style="width:400px;"> [Demo_Borderless_Window.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Borderless_Window.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Buttons_Base64_Shaded.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Buttons_Base64_Shaded.jpg" style="width:400px;"> [Demo_Buttons_Base64_Shaded.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Base64_Shaded.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Buttons_Base64_Simple.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Buttons_Base64_Simple.jpg" style="width:400px;"> [Demo_Buttons_Base64_Simple.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Base64_Simple.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Buttons_Base64_Simple1.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Buttons_Base64_Simple1.jpg" style="width:400px;"> [Demo_Buttons_Base64_Simple1.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Base64_Simple1.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Buttons_Base64_User_Settings.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Buttons_Base64_User_Settings.jpg" style="width:400px;"> [Demo_Buttons_Base64_User_Settings.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Base64_User_Settings.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Buttons_Mac.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Buttons_Mac.jpg" style="width:400px;"> [Demo_Buttons_Mac.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Mac.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Buttons_Nice_Graphics.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Buttons_Nice_Graphics.jpg" style="width:400px;"> [Demo_Buttons_Nice_Graphics.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Nice_Graphics.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Buttons_Realtime.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Buttons_Realtime.mp4" style="width:400px;"> [Demo_Buttons_Realtime.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Buttons_Realtime.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_Click.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_Click.jpg" style="width:400px;"> [Demo_Button_Click.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Click.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_Events_From_Browse.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_Events_From_Browse.jpg" style="width:400px;"> [Demo_Button_Events_From_Browse.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Events_From_Browse.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_Func_Calls.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_Func_Calls.mp4" style="width:400px;"> [Demo_Button_Func_Calls.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Func_Calls.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_States.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_States.mp4" style="width:400px;"> [Demo_Button_States.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_States.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_Toggle.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_Toggle.jpg" style="width:400px;"> [Demo_Button_Toggle.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Toggle.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_Toggle1.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_Toggle1.jpg" style="width:400px;"> [Demo_Button_Toggle1.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Toggle1.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_Toggle2.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_Toggle2.mp4" style="width:400px;"> [Demo_Button_Toggle2.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Toggle2.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_Toggle_Simple_Graphic.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_Toggle_Simple_Graphic.jpg" style="width:400px;"> [Demo_Button_Toggle_Simple_Graphic.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Toggle_Simple_Graphic.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_Toggle_Simple_Graphic1.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Button_Toggle_Simple_Graphic1.jpg" style="width:400px;"> [Demo_Button_Toggle_Simple_Graphic1.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Button_Toggle_Simple_Graphic1.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Calendar.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Calendar.jpg" style="width:400px;"> [Demo_Calendar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Calendar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Calendar1.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Calendar1.jpg" style="width:400px;"> [Demo_Calendar1.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Calendar1.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Canvas.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Canvas.jpg" style="width:400px;"> [Demo_Canvas.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Canvas.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Canvas1.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Canvas1.jpg" style="width:400px;"> [Demo_Canvas1.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Canvas1.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Chat.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Chat.jpg" style="width:400px;"> [Demo_Chat.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chat.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Chat_With_History.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Chat_With_History.jpg" style="width:400px;"> [Demo_Chat_With_History.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Chat_With_History.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Checkboxes_Custom.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Checkboxes_Custom.jpg" style="width:400px;"> [Demo_Checkboxes_Custom.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Checkboxes_Custom.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Class_Wrapper.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Class_Wrapper.jpg" style="width:400px;"> [Demo_Class_Wrapper.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Class_Wrapper.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Close_Attempted_Event.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Close_Attempted_Event.jpg" style="width:400px;"> [Demo_Close_Attempted_Event.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Close_Attempted_Event.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Close_Attempted_Event1.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Close_Attempted_Event1.jpg" style="width:400px;"> [Demo_Close_Attempted_Event1.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Close_Attempted_Event1.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Color_Chooser_Custom.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Color_Chooser_Custom.mp4" style="width:400px;"> [Demo_Color_Chooser_Custom.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Chooser_Custom.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Color_Names.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Color_Names.mp4" style="width:400px;"> [Demo_Color_Names.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Names.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Color_Names_Smaller_List.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Color_Names_Smaller_List.mp4" style="width:400px;"> [Demo_Color_Names_Smaller_List.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Names_Smaller_List.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Color_Swatches.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Color_Swatches.mp4" style="width:400px;"> [Demo_Color_Swatches.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Color_Swatches.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Columns.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Columns.jpg" style="width:400px;"> [Demo_Columns.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Columns.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Column_And_Frames.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Column_And_Frames.jpg" style="width:400px;"> [Demo_Column_And_Frames.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_And_Frames.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Column_Collapsible_Sections.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Column_Collapsible_Sections.mp4" style="width:400px;"> [Demo_Column_Collapsible_Sections.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_Collapsible_Sections.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Column_Elem_Swap_Entire_Window.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Column_Elem_Swap_Entire_Window.mp4" style="width:400px;"> [Demo_Column_Elem_Swap_Entire_Window.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_Elem_Swap_Entire_Window.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Column_Fixed_Size_Justified_Elements.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Column_Fixed_Size_Justified_Elements.jpg" style="width:400px;"> [Demo_Column_Fixed_Size_Justified_Elements.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_Fixed_Size_Justified_Elements.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Column_Fixed_Size_Justified_Elements1.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Column_Fixed_Size_Justified_Elements1.jpg" style="width:400px;"> [Demo_Column_Fixed_Size_Justified_Elements1.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Column_Fixed_Size_Justified_Elements1.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Combo_Filechooser_With_History_And_Clear.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Combo_Filechooser_With_History_And_Clear.mp4" style="width:400px;"> [Demo_Combo_Filechooser_With_History_And_Clear.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Combo_Filechooser_With_History_And_Clear.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Compact_Layouts_Element_Renaming.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Compact_Layouts_Element_Renaming.jpg" style="width:400px;"> [Demo_Compact_Layouts_Element_Renaming.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Compact_Layouts_Element_Renaming.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Compare_Files.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Compare_Files.jpg" style="width:400px;"> [Demo_Compare_Files.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Compare_Files.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Control_Panel_Button_Grid.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Control_Panel_Button_Grid.jpg" style="width:400px;"> [Demo_Control_Panel_Button_Grid.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Control_Panel_Button_Grid.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Control_Panel_Button_Grid1.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Control_Panel_Button_Grid1.jpg" style="width:400px;"> [Demo_Control_Panel_Button_Grid1.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Control_Panel_Button_Grid1.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Conways_Game_of_Life.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Conways_Game_of_Life.mp4" style="width:400px;"> [Demo_Conways_Game_of_Life.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Conways_Game_of_Life.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Crossword_Puzzle.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Crossword_Puzzle.mp4" style="width:400px;"> [Demo_Crossword_Puzzle.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Crossword_Puzzle.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Dashboard.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Dashboard.jpg" style="width:400px;"> [Demo_Dashboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Dashboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Date_Chooser.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Date_Chooser.mp4" style="width:400px;"> [Demo_Date_Chooser.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Date_Chooser.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Debugger_Built_Into_PSG.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Debugger_Built_Into_PSG.mp4" style="width:400px;"> [Demo_Debugger_Built_Into_PSG.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Debugger_Built_Into_PSG.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Demo_Programs_Browser.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Demo_Programs_Browser.mp4" style="width:400px;"> [Demo_Demo_Programs_Browser.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Demo_Programs_Browser.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Design_Pattern_Multiple_Windows.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Design_Pattern_Multiple_Windows.mp4" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Design_Pattern_Multiple_Windows1.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Design_Pattern_Multiple_Windows1.mp4" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows1.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows1.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Design_Pattern_Multiple_Windows2.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Design_Pattern_Multiple_Windows2.mp4" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows2.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows2.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Design_Pattern_Multiple_Windows3.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Design_Pattern_Multiple_Windows3.mp4" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows3.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows3.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Design_Pattern_Multiple_Windows_Both_Visible.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Design_Pattern_Multiple_Windows_Both_Visible.mp4" style="width:400px;"> [Demo_Design_Pattern_Multiple_Windows_Both_Visible.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows_Both_Visible.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Design_Pattern_Persistent_Window.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Design_Pattern_Persistent_Window.mp4" style="width:400px;"> [Demo_Design_Pattern_Persistent_Window.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Persistent_Window.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Design_Pattern_Save_Theme.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Design_Pattern_Save_Theme.mp4" style="width:400px;"> [Demo_Design_Pattern_Save_Theme.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Save_Theme.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Floating_Toolbar.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Floating_Toolbar.jpg" style="width:400px;"> [Demo_Desktop_Floating_Toolbar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Floating_Toolbar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Count_To_A_Goal.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Count_To_A_Goal.jpg" style="width:400px;"> [Demo_Desktop_Widget_Count_To_A_Goal.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Count_To_A_Goal.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_CPU_Dashboard.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_CPU_Dashboard.jpg" style="width:400px;"> [Demo_Desktop_Widget_CPU_Dashboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Dashboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_CPU_Gauge.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_CPU_Gauge.jpg" style="width:400px;"> [Demo_Desktop_Widget_CPU_Gauge.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Gauge.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_CPU_Graph.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_CPU_Graph.jpg" style="width:400px;"> [Demo_Desktop_Widget_CPU_Graph.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Graph.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_CPU_Grid_Of_Gauges.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_CPU_Grid_Of_Gauges.jpg" style="width:400px;"> [Demo_Desktop_Widget_CPU_Grid_Of_Gauges.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Grid_Of_Gauges.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_CPU_Square.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_CPU_Square.jpg" style="width:400px;"> [Demo_Desktop_Widget_CPU_Square.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Square.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_CPU_Top_Processes.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_CPU_Top_Processes.jpg" style="width:400px;"> [Demo_Desktop_Widget_CPU_Top_Processes.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Top_Processes.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_CPU_Utilization_Simple.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_CPU_Utilization_Simple.jpg" style="width:400px;"> [Demo_Desktop_Widget_CPU_Utilization_Simple.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_CPU_Utilization_Simple.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Date.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Date.jpg" style="width:400px;"> [Demo_Desktop_Widget_Date.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Date.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Days_Counter.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Days_Counter.jpg" style="width:400px;"> [Demo_Desktop_Widget_Days_Counter.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Days_Counter.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Days_Until_Date.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Days_Until_Date.jpg" style="width:400px;"> [Demo_Desktop_Widget_Days_Until_Date.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Days_Until_Date.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Digital_Picture_Frame.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Digital_Picture_Frame.mp4" style="width:400px;"> [Demo_Desktop_Widget_Digital_Picture_Frame.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Digital_Picture_Frame.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Drive_Usage.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Drive_Usage.jpg" style="width:400px;"> [Demo_Desktop_Widget_Drive_Usage.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Drive_Usage.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Drive_Usage_Gauges.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Drive_Usage_Gauges.jpg" style="width:400px;"> [Demo_Desktop_Widget_Drive_Usage_Gauges.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Drive_Usage_Gauges.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_FedEx_Package_Tracking.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_FedEx_Package_Tracking.jpg" style="width:400px;"> [Demo_Desktop_Widget_FedEx_Package_Tracking.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_FedEx_Package_Tracking.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Launcher_Bar.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Launcher_Bar.mp4" style="width:400px;"> [Demo_Desktop_Widget_Launcher_Bar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Launcher_Bar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Manual_Counter.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Manual_Counter.mp4" style="width:400px;"> [Demo_Desktop_Widget_Manual_Counter.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Manual_Counter.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Postit.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Postit.jpg" style="width:400px;"> [Demo_Desktop_Widget_Postit.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Postit.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Postit_3_Lines.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Postit_3_Lines.jpg" style="width:400px;"> [Demo_Desktop_Widget_Postit_3_Lines.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Postit_3_Lines.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_psutil_Dashboard.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_psutil_Dashboard.jpg" style="width:400px;"> [Demo_Desktop_Widget_psutil_Dashboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_psutil_Dashboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_RAM_Gauge.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_RAM_Gauge.jpg" style="width:400px;"> [Demo_Desktop_Widget_RAM_Gauge.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_RAM_Gauge.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_RAM_Square.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_RAM_Square.jpg" style="width:400px;"> [Demo_Desktop_Widget_RAM_Square.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_RAM_Square.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Template.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Template.jpg" style="width:400px;"> [Demo_Desktop_Widget_Template.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Template.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Timer.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Timer.jpg" style="width:400px;"> [Demo_Desktop_Widget_Timer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Timer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Time_Handwritten.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Time_Handwritten.jpg" style="width:400px;"> [Demo_Desktop_Widget_Time_Handwritten.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Time_Handwritten.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Weather.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Desktop_Widget_Weather.jpg" style="width:400px;"> [Demo_Desktop_Widget_Weather.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Desktop_Widget_Weather.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Disable_Elements.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Disable_Elements.mp4" style="width:400px;"> [Demo_Disable_Elements.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Disable_Elements.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Dispatchers.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Dispatchers.mp4" style="width:400px;"> [Demo_Dispatchers.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Dispatchers.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_DuplicateFileFinder.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_DuplicateFileFinder.mp4" style="width:400px;"> [Demo_DuplicateFileFinder.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_DuplicateFileFinder.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Edit_Me_Option.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Edit_Me_Option.mp4" style="width:400px;"> [Demo_Edit_Me_Option.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Edit_Me_Option.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Emojis.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Emojis.jpg" style="width:400px;"> [Demo_Emojis.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Emojis.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Emojis_Toolbar_PIL.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Emojis_Toolbar_PIL.jpg" style="width:400px;"> [Demo_Emojis_Toolbar_PIL.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Emojis_Toolbar_PIL.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Event_Binding.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Event_Binding.mp4" style="width:400px;"> [Demo_Event_Binding.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Event_Binding.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Event_Callback_Simulation.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Event_Callback_Simulation.mp4" style="width:400px;"> [Demo_Event_Callback_Simulation.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Event_Callback_Simulation.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Execute_Py.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Execute_Py.jpg" style="width:400px;"> [Demo_Execute_Py.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Execute_Py.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_EXE_Maker.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_EXE_Maker.mp4" style="width:400px;"> [Demo_EXE_Maker.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_EXE_Maker.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Fill_Form.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Fill_Form.jpg" style="width:400px;"> [Demo_Fill_Form.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Fill_Form.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Floating_Toolbar.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Floating_Toolbar.jpg" style="width:400px;"> [Demo_Floating_Toolbar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Floating_Toolbar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Focus_Navigation_Using_Arrow_Keys.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Focus_Navigation_Using_Arrow_Keys.mp4" style="width:400px;"> [Demo_Focus_Navigation_Using_Arrow_Keys.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Focus_Navigation_Using_Arrow_Keys.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Fonts_using_pyglet.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Fonts_using_pyglet.jpg" style="width:400px;"> [Demo_Fonts_using_pyglet.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Fonts_using_pyglet.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Font_Previewer.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Font_Previewer.mp4" style="width:400px;"> [Demo_Font_Previewer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Font_Previewer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Font_Sizer.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Font_Sizer.mp4" style="width:400px;"> [Demo_Font_Sizer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Font_Sizer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Font_String.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Font_String.mp4" style="width:400px;"> [Demo_Font_String.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Font_String.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Frame_Based_Dashboard.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Frame_Based_Dashboard.jpg" style="width:400px;"> [Demo_Frame_Based_Dashboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Frame_Based_Dashboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Frame_For_Screen_Captures.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Frame_For_Screen_Captures.jpg" style="width:400px;"> [Demo_Frame_For_Screen_Captures.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Frame_For_Screen_Captures.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Game_Frontend_Battleship.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Game_Frontend_Battleship.jpg" style="width:400px;"> [Demo_Game_Frontend_Battleship.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Frontend_Battleship.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Game_Frontend_Battleship_No_List_Comprehensions.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Game_Frontend_Battleship_No_List_Comprehensions.jpg" style="width:400px;"> [Demo_Game_Frontend_Battleship_No_List_Comprehensions.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Frontend_Battleship_No_List_Comprehensions.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Game_Frontend_Battleship_Single_List_Comprehension.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Game_Frontend_Battleship_Single_List_Comprehension.jpg" style="width:400px;"> [Demo_Game_Frontend_Battleship_Single_List_Comprehension.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Frontend_Battleship_Single_List_Comprehension.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Game_Wordle.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Game_Wordle.jpg" style="width:400px;"> [Demo_Game_Wordle.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Wordle.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Game_Wordle1.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Game_Wordle1.jpg" style="width:400px;"> [Demo_Game_Wordle1.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Game_Wordle1.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_GoodColors.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_GoodColors.jpg" style="width:400px;"> [Demo_GoodColors.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_GoodColors.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Google_TTS.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Google_TTS.mp4" style="width:400px;"> [Demo_Google_TTS.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Google_TTS.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_GraphFourier_Transform.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_GraphFourier_Transform.mp4" style="width:400px;"> [Demo_GraphFourier_Transform.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_GraphFourier_Transform.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Bar_Chart_Dual_Axis.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Bar_Chart_Dual_Axis.mp4" style="width:400px;"> [Demo_Graph_Bar_Chart_Dual_Axis.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Bar_Chart_Dual_Axis.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Custom_Progress_Meter.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Custom_Progress_Meter.mp4" style="width:400px;"> [Demo_Graph_Custom_Progress_Meter.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Custom_Progress_Meter.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Drag_Rectangle_Super_Simple.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Drag_Rectangle_Super_Simple.mp4" style="width:400px;"> [Demo_Graph_Drag_Rectangle_Super_Simple.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Drag_Rectangle_Super_Simple.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Drawing.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Drawing.mp4" style="width:400px;"> [Demo_Graph_Drawing.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Drawing.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Drawing_And_Dragging_Figures.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Drawing_And_Dragging_Figures.mp4" style="width:400px;"> [Demo_Graph_Drawing_And_Dragging_Figures.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Drawing_And_Dragging_Figures.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Drawing_And_Dragging_Figures_2_Windows.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Drawing_And_Dragging_Figures_2_Windows.mp4" style="width:400px;"> [Demo_Graph_Drawing_And_Dragging_Figures_2_Windows.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Drawing_And_Dragging_Figures_2_Windows.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Element_Sine_Wave.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Element_Sine_Wave.mp4" style="width:400px;"> [Demo_Graph_Element_Sine_Wave.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Element_Sine_Wave.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Elem_Image_Viewer.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Elem_Image_Viewer.mp4" style="width:400px;"> [Demo_Graph_Elem_Image_Viewer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Elem_Image_Viewer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Elem_Image_Viewer_No_PIL.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Elem_Image_Viewer_No_PIL.mp4" style="width:400px;"> [Demo_Graph_Elem_Image_Viewer_No_PIL.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Elem_Image_Viewer_No_PIL.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Noise.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Graph_Noise.mp4" style="width:400px;"> [Demo_Graph_Noise.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Graph_Noise.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Hello_World.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Hello_World.jpg" style="width:400px;"> [Demo_Hello_World.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Hello_World.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Hotkey.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Hotkey.jpg" style="width:400px;"> [Demo_Hotkey.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Hotkey.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Image_Elem_Image_Viewer_PIL_Based.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Image_Elem_Image_Viewer_PIL_Based.mp4" style="width:400px;"> [Demo_Image_Elem_Image_Viewer_PIL_Based.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Image_Elem_Image_Viewer_PIL_Based.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Image_Elem_Splash_Screen.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Image_Elem_Splash_Screen.jpg" style="width:400px;"> [Demo_Image_Elem_Splash_Screen.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Image_Elem_Splash_Screen.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Image_Resize_And_Base64_Encode.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Image_Resize_And_Base64_Encode.mp4" style="width:400px;"> [Demo_Image_Resize_And_Base64_Encode.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Image_Resize_And_Base64_Encode.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Img_Viewer.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Img_Viewer.mp4" style="width:400px;"> [Demo_Img_Viewer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Img_Viewer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Input_Auto_Complete.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Input_Auto_Complete.mp4" style="width:400px;"> [Demo_Input_Auto_Complete.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Input_Auto_Complete.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Input_Save_Last_Used_Entry_In_User_Settings.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Input_Save_Last_Used_Entry_In_User_Settings.mp4" style="width:400px;"> [Demo_Input_Save_Last_Used_Entry_In_User_Settings.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Input_Save_Last_Used_Entry_In_User_Settings.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Input_Validation.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Input_Validation.mp4" style="width:400px;"> [Demo_Input_Validation.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Input_Validation.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Invisible_Elements.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Invisible_Elements.mp4" style="width:400px;"> [Demo_Invisible_Elements.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Invisible_Elements.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Invisible_Elements_Pinning.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Invisible_Elements_Pinning.mp4" style="width:400px;"> [Demo_Invisible_Elements_Pinning.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Invisible_Elements_Pinning.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Justification_Columns.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Justification_Columns.jpg" style="width:400px;"> [Demo_Justification_Columns.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Justification_Columns.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Justification_Using_Stretch_Elements.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Justification_Using_Stretch_Elements.jpg" style="width:400px;"> [Demo_Justification_Using_Stretch_Elements.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Justification_Using_Stretch_Elements.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Keyboard.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Keyboard.mp4" style="width:400px;"> [Demo_Keyboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keyboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Keyboard_Realtime.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Keyboard_Realtime.mp4" style="width:400px;"> [Demo_Keyboard_Realtime.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keyboard_Realtime.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Keypad.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Keypad.mp4" style="width:400px;"> [Demo_Keypad.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Keypad.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Layout_Add_and_Delete_Rows.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Layout_Add_and_Delete_Rows.mp4" style="width:400px;"> [Demo_Layout_Add_and_Delete_Rows.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Add_and_Delete_Rows.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Layout_Extend.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Layout_Extend.mp4" style="width:400px;"> [Demo_Layout_Extend.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Extend.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Layout_Reuse_Effect.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Layout_Reuse_Effect.mp4" style="width:400px;"> [Demo_Layout_Reuse_Effect.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Reuse_Effect.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Layout_Vertical.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Layout_Vertical.mp4" style="width:400px;"> [Demo_Layout_Vertical.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Vertical.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Layout_Vertical_Centered.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Layout_Vertical_Centered.jpg" style="width:400px;"> [Demo_Layout_Vertical_Centered.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Vertical_Centered.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Layout_Vertical_Centered_Using_Sizer_Element.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Layout_Vertical_Centered_Using_Sizer_Element.jpg" style="width:400px;"> [Demo_Layout_Vertical_Centered_Using_Sizer_Element.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Vertical_Centered_Using_Sizer_Element.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Layout_Vertical_Centered_Using_VPush_Element.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Layout_Vertical_Centered_Using_VPush_Element.jpg" style="width:400px;"> [Demo_Layout_Vertical_Centered_Using_VPush_Element.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Vertical_Centered_Using_VPush_Element.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Layout_Vertical_Centered_Using_VPush_Element1.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Layout_Vertical_Centered_Using_VPush_Element1.jpg" style="width:400px;"> [Demo_Layout_Vertical_Centered_Using_VPush_Element1.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Layout_Vertical_Centered_Using_VPush_Element1.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_LED_Indicators.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_LED_Indicators.jpg" style="width:400px;"> [Demo_LED_Indicators.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_LED_Indicators.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_LED_Indicators_Text_Based.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_LED_Indicators_Text_Based.jpg" style="width:400px;"> [Demo_LED_Indicators_Text_Based.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_LED_Indicators_Text_Based.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Listbox_Search_Filter.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Listbox_Search_Filter.jpg" style="width:400px;"> [Demo_Listbox_Search_Filter.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Listbox_Search_Filter.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Listbox_Search_Filter1.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Listbox_Search_Filter1.jpg" style="width:400px;"> [Demo_Listbox_Search_Filter1.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Listbox_Search_Filter1.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Long_Operations.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Long_Operations.jpg" style="width:400px;"> [Demo_Long_Operations.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Long_Operations.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Long_Operations1.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Long_Operations1.jpg" style="width:400px;"> [Demo_Long_Operations1.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Long_Operations1.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Look_And_Feel_Theme_Browser.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Look_And_Feel_Theme_Browser.mp4" style="width:400px;"> [Demo_Look_And_Feel_Theme_Browser.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Look_And_Feel_Theme_Browser.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Look_And_Feel_Theme_Dump.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Look_And_Feel_Theme_Dump.mp4" style="width:400px;"> [Demo_Look_And_Feel_Theme_Dump.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Look_And_Feel_Theme_Dump.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Main_Control_Test_Panel.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Main_Control_Test_Panel.mp4" style="width:400px;"> [Demo_Main_Control_Test_Panel.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Main_Control_Test_Panel.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Make_Windows_Shortcut.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Make_Windows_Shortcut.mp4" style="width:400px;"> [Demo_Make_Windows_Shortcut.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Make_Windows_Shortcut.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib.jpg" style="width:400px;"> [Demo_Matplotlib.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Animated.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Animated.mp4" style="width:400px;"> [Demo_Matplotlib_Animated.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Animated.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Animated_Scatter.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Animated_Scatter.mp4" style="width:400px;"> [Demo_Matplotlib_Animated_Scatter.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Animated_Scatter.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Browser.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Browser.mp4" style="width:400px;"> [Demo_Matplotlib_Browser.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Browser.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Browser_Paned.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Browser_Paned.mp4" style="width:400px;"> [Demo_Matplotlib_Browser_Paned.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Browser_Paned.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Embedded_TEMPLATE.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Embedded_TEMPLATE.mp4" style="width:400px;"> [Demo_Matplotlib_Embedded_TEMPLATE.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Embedded_TEMPLATE.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Embedded_Toolbar.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Embedded_Toolbar.mp4" style="width:400px;"> [Demo_Matplotlib_Embedded_Toolbar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Embedded_Toolbar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Image_Elem.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Image_Elem.jpg" style="width:400px;"> [Demo_Matplotlib_Image_Elem.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Image_Elem.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Image_Elem_Spectrogram_Animated.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Image_Elem_Spectrogram_Animated.jpg" style="width:400px;"> [Demo_Matplotlib_Image_Elem_Spectrogram_Animated.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Image_Elem_Spectrogram_Animated.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Image_Elem_Spectrogram_Animated_Threaded.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Image_Elem_Spectrogram_Animated_Threaded.mp4" style="width:400px;"> [Demo_Matplotlib_Image_Elem_Spectrogram_Animated_Threaded.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Image_Elem_Spectrogram_Animated_Threaded.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_PyLab.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_PyLab.jpg" style="width:400px;"> [Demo_Matplotlib_PyLab.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_PyLab.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Styles.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Styles.mp4" style="width:400px;"> [Demo_Matplotlib_Styles.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Styles.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Two_Windows.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Matplotlib_Two_Windows.mp4" style="width:400px;"> [Demo_Matplotlib_Two_Windows.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Two_Windows.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Media_Player.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Media_Player.jpg" style="width:400px;"> [Demo_Media_Player.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Media_Player.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Media_Player_VLC_Based.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Media_Player_VLC_Based.mp4" style="width:400px;"> [Demo_Media_Player_VLC_Based.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Media_Player_VLC_Based.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Menubar_Custom.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Menubar_Custom.mp4" style="width:400px;"> [Demo_Menubar_Custom.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Menubar_Custom.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Menubar_Custom_And_Traditional.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Menubar_Custom_And_Traditional.mp4" style="width:400px;"> [Demo_Menubar_Custom_And_Traditional.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Menubar_Custom_And_Traditional.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Menus.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Menus.mp4" style="width:400px;"> [Demo_Menus.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Menus.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Menu_With_Toolbar.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Menu_With_Toolbar.jpg" style="width:400px;"> [Demo_Menu_With_Toolbar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Menu_With_Toolbar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multiline_cprint_Printing.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multiline_cprint_Printing.mp4" style="width:400px;"> [Demo_Multiline_cprint_Printing.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiline_cprint_Printing.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multiline_Multicolored_Text.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multiline_Multicolored_Text.mp4" style="width:400px;"> [Demo_Multiline_Multicolored_Text.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiline_Multicolored_Text.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multiline_Right_Click_Menu_Clipboard.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multiline_Right_Click_Menu_Clipboard.mp4" style="width:400px;"> [Demo_Multiline_Right_Click_Menu_Clipboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiline_Right_Click_Menu_Clipboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multiple_Windows_Experimental.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multiple_Windows_Experimental.jpg" style="width:400px;"> [Demo_Multiple_Windows_Experimental.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiple_Windows_Experimental.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multiple_Windows_read_all_windows_25_lines.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multiple_Windows_read_all_windows_25_lines.mp4" style="width:400px;"> [Demo_Multiple_Windows_read_all_windows_25_lines.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multiple_Windows_read_all_windows_25_lines.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Animated_Shell_Command.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Animated_Shell_Command.mp4" style="width:400px;"> [Demo_Multithreaded_Animated_Shell_Command.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Animated_Shell_Command.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Calling_Popup.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Calling_Popup.mp4" style="width:400px;"> [Demo_Multithreaded_Calling_Popup.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Calling_Popup.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Different_Threads.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Different_Threads.mp4" style="width:400px;"> [Demo_Multithreaded_Different_Threads.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Different_Threads.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Logging.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Logging.mp4" style="width:400px;"> [Demo_Multithreaded_Logging.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Logging.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Long_Shell_Operation_Animated.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Long_Shell_Operation_Animated.mp4" style="width:400px;"> [Demo_Multithreaded_Long_Shell_Operation_Animated.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Long_Shell_Operation_Animated.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Long_Tasks.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Long_Tasks.mp4" style="width:400px;"> [Demo_Multithreaded_Long_Tasks.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Long_Tasks.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Long_Task_Simple.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Long_Task_Simple.mp4" style="width:400px;"> [Demo_Multithreaded_Long_Task_Simple.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Long_Task_Simple.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Multiple_Threads.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Multiple_Threads.mp4" style="width:400px;"> [Demo_Multithreaded_Multiple_Threads.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Multiple_Threads.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_popup.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_popup.mp4" style="width:400px;"> [Demo_Multithreaded_popup.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_popup.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_ProgressBar.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_ProgressBar.mp4" style="width:400px;"> [Demo_Multithreaded_ProgressBar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_ProgressBar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Write_Event_Value.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Write_Event_Value.mp4" style="width:400px;"> [Demo_Multithreaded_Write_Event_Value.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Write_Event_Value.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Write_Event_Value_MultiWindow.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Multithreaded_Write_Event_Value_MultiWindow.mp4" style="width:400px;"> [Demo_Multithreaded_Write_Event_Value_MultiWindow.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Multithreaded_Write_Event_Value_MultiWindow.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Nice_Buttons.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Nice_Buttons.jpg" style="width:400px;"> [Demo_Nice_Buttons.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Nice_Buttons.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_NonBlocking_Form.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_NonBlocking_Form.mp4" style="width:400px;"> [Demo_NonBlocking_Form.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_NonBlocking_Form.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Notification_Window_Alpha_Channel.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Notification_Window_Alpha_Channel.jpg" style="width:400px;"> [Demo_Notification_Window_Alpha_Channel.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Notification_Window_Alpha_Channel.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Notification_Window_Fade_In_Out.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Notification_Window_Fade_In_Out.mp4" style="width:400px;"> [Demo_Notification_Window_Fade_In_Out.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Notification_Window_Fade_In_Out.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Notification_Window_Multiprocessing.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Notification_Window_Multiprocessing.mp4" style="width:400px;"> [Demo_Notification_Window_Multiprocessing.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Notification_Window_Multiprocessing.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_one_line_progress_meter.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_one_line_progress_meter.mp4" style="width:400px;"> [Demo_one_line_progress_meter.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_one_line_progress_meter.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_OpenCV.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_OpenCV.mp4" style="width:400px;"> [Demo_OpenCV.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_OpenCV.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_OpenCV_4_Line_Program.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_OpenCV_4_Line_Program.mp4" style="width:400px;"> [Demo_OpenCV_4_Line_Program.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_OpenCV_4_Line_Program.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_OpenCV_7_Line_Program.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_OpenCV_7_Line_Program.mp4" style="width:400px;"> [Demo_OpenCV_7_Line_Program.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_OpenCV_7_Line_Program.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_OpenCV_Draw_On_Webcam_Image.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_OpenCV_Draw_On_Webcam_Image.mp4" style="width:400px;"> [Demo_OpenCV_Draw_On_Webcam_Image.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_OpenCV_Draw_On_Webcam_Image.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_OpenCV_Simple_GUI.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_OpenCV_Simple_GUI.mp4" style="width:400px;"> [Demo_OpenCV_Simple_GUI.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_OpenCV_Simple_GUI.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_OpenCV_Webcam.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_OpenCV_Webcam.mp4" style="width:400px;"> [Demo_OpenCV_Webcam.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_OpenCV_Webcam.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_OpenCV_Webcam_ASCII.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_OpenCV_Webcam_ASCII.mp4" style="width:400px;"> [Demo_OpenCV_Webcam_ASCII.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_OpenCV_Webcam_ASCII.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_OpenCV_Webcam_Simple.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_OpenCV_Webcam_Simple.mp4" style="width:400px;"> [Demo_OpenCV_Webcam_Simple.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_OpenCV_Webcam_Simple.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Paned_Window.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Paned_Window.mp4" style="width:400px;"> [Demo_Paned_Window.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Paned_Window.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Password_Login.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Password_Login.mp4" style="width:400px;"> [Demo_Password_Login.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Password_Login.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PIL_Color_Picker.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PIL_Color_Picker.mp4" style="width:400px;"> [Demo_PIL_Color_Picker.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PIL_Color_Picker.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PIL_Rounded_Rectangle_Buttons.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PIL_Rounded_Rectangle_Buttons.jpg" style="width:400px;"> [Demo_PIL_Rounded_Rectangle_Buttons.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PIL_Rounded_Rectangle_Buttons.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PIL_Toggle_Button.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PIL_Toggle_Button.mp4" style="width:400px;"> [Demo_PIL_Toggle_Button.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PIL_Toggle_Button.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PIL_Use.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PIL_Use.mp4" style="width:400px;"> [Demo_PIL_Use.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PIL_Use.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PNG_Thumbnail_Viewer.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PNG_Thumbnail_Viewer.mp4" style="width:400px;"> [Demo_PNG_Thumbnail_Viewer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PNG_Thumbnail_Viewer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PNG_Viewer.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PNG_Viewer.mp4" style="width:400px;"> [Demo_PNG_Viewer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PNG_Viewer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Pong.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Pong.mp4" style="width:400px;"> [Demo_Pong.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pong.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Pong_Multiple_Platforms.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Pong_Multiple_Platforms.mp4" style="width:400px;"> [Demo_Pong_Multiple_Platforms.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pong_Multiple_Platforms.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Popups.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Popups.mp4" style="width:400px;"> [Demo_Popups.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Popups.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Popup_Custom.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Popup_Custom.mp4" style="width:400px;"> [Demo_Popup_Custom.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Popup_Custom.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Post_An_Issue.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Post_An_Issue.mp4" style="width:400px;"> [Demo_Post_An_Issue.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Post_An_Issue.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Progress_Meters.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Progress_Meters.mp4" style="width:400px;"> [Demo_Progress_Meters.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Progress_Meters.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Progress_Meter_Simulated.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Progress_Meter_Simulated.mp4" style="width:400px;"> [Demo_Progress_Meter_Simulated.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Progress_Meter_Simulated.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_psutil_Kill_Processes.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_psutil_Kill_Processes.mp4" style="width:400px;"> [Demo_psutil_Kill_Processes.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_psutil_Kill_Processes.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_psutil_Kill_Python_Processes.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_psutil_Kill_Python_Processes.mp4" style="width:400px;"> [Demo_psutil_Kill_Python_Processes.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_psutil_Kill_Python_Processes.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PyCharm_Diff_2_Files.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PyCharm_Diff_2_Files.mp4" style="width:400px;"> [Demo_PyCharm_Diff_2_Files.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PyCharm_Diff_2_Files.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PyCharm_Self_Edit.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PyCharm_Self_Edit.mp4" style="width:400px;"> [Demo_PyCharm_Self_Edit.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PyCharm_Self_Edit.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_pyfiglet.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_pyfiglet.mp4" style="width:400px;"> [Demo_pyfiglet.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_pyfiglet.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PyGame_Integration.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PyGame_Integration.mp4" style="width:400px;"> [Demo_PyGame_Integration.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PyGame_Integration.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PyGame_Snake_Game.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_PyGame_Snake_Game.mp4" style="width:400px;"> [Demo_PyGame_Snake_Game.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PyGame_Snake_Game.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Pyplot_Bar_Chart.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Pyplot_Bar_Chart.jpg" style="width:400px;"> [Demo_Pyplot_Bar_Chart.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pyplot_Bar_Chart.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Pyplot_Bar_Chart2.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Pyplot_Bar_Chart2.jpg" style="width:400px;"> [Demo_Pyplot_Bar_Chart2.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Pyplot_Bar_Chart2.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Radio_Buttons_Simulated.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Radio_Buttons_Simulated.mp4" style="width:400px;"> [Demo_Radio_Buttons_Simulated.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Radio_Buttons_Simulated.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Save_Any_Window_As_Image.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Save_Any_Window_As_Image.mp4" style="width:400px;"> [Demo_Save_Any_Window_As_Image.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Save_Any_Window_As_Image.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Save_Windows_As_Images.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Save_Windows_As_Images.mp4" style="width:400px;"> [Demo_Save_Windows_As_Images.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Save_Windows_As_Images.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Script_Launcher.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Script_Launcher.mp4" style="width:400px;"> [Demo_Script_Launcher.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Script_Launcher.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Script_Launcher_ANSI_Color_Output.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Script_Launcher_ANSI_Color_Output.mp4" style="width:400px;"> [Demo_Script_Launcher_ANSI_Color_Output.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Script_Launcher_ANSI_Color_Output.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Script_Launcher_Realtime_Output.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Script_Launcher_Realtime_Output.mp4" style="width:400px;"> [Demo_Script_Launcher_Realtime_Output.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Script_Launcher_Realtime_Output.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_SDK_Help_Func_Parms.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_SDK_Help_Func_Parms.mp4" style="width:400px;"> [Demo_SDK_Help_Func_Parms.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_SDK_Help_Func_Parms.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_SDK_Help_Init_Update_Parms.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_SDK_Help_Init_Update_Parms.mp4" style="width:400px;"> [Demo_SDK_Help_Init_Update_Parms.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_SDK_Help_Init_Update_Parms.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Separator_Elements.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Separator_Elements.jpg" style="width:400px;"> [Demo_Separator_Elements.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Separator_Elements.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Settings_Save_Load.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Settings_Save_Load.mp4" style="width:400px;"> [Demo_Settings_Save_Load.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Settings_Save_Load.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Simple_Material_Feel.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Simple_Material_Feel.mp4" style="width:400px;"> [Demo_Simple_Material_Feel.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Simple_Material_Feel.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Sort_Visualizer.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Sort_Visualizer.mp4" style="width:400px;"> [Demo_Sort_Visualizer.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Sort_Visualizer.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Spinner_Compound_Element.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Spinner_Compound_Element.mp4" style="width:400px;"> [Demo_Spinner_Compound_Element.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Spinner_Compound_Element.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Spin_Element_Wraps_Around.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Spin_Element_Wraps_Around.mp4" style="width:400px;"> [Demo_Spin_Element_Wraps_Around.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Spin_Element_Wraps_Around.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Status_Bar.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Status_Bar.mp4" style="width:400px;"> [Demo_Status_Bar.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Status_Bar.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Sudoku.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Sudoku.mp4" style="width:400px;"> [Demo_Sudoku.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Sudoku.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Sudoku_1_Line.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Sudoku_1_Line.jpg" style="width:400px;"> [Demo_Sudoku_1_Line.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Sudoku_1_Line.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Super_Simple_Form.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Super_Simple_Form.jpg" style="width:400px;"> [Demo_Super_Simple_Form.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Super_Simple_Form.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_System_Tray_GUI_Window_Design_Pattern.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_System_Tray_GUI_Window_Design_Pattern.mp4" style="width:400px;"> [Demo_System_Tray_GUI_Window_Design_Pattern.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_GUI_Window_Design_Pattern.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_System_Tray_Icon.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_System_Tray_Icon.mp4" style="width:400px;"> [Demo_System_Tray_Icon.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_Icon.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_System_Tray_Icon_Using_psgtray.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_System_Tray_Icon_Using_psgtray.mp4" style="width:400px;"> [Demo_System_Tray_Icon_Using_psgtray.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_Icon_Using_psgtray.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_System_Tray_Icon_Using_psgtray_No_Window.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_System_Tray_Icon_Using_psgtray_No_Window.mp4" style="width:400px;"> [Demo_System_Tray_Icon_Using_psgtray_No_Window.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_Icon_Using_psgtray_No_Window.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_System_Tray_Reminder.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_System_Tray_Reminder.mp4" style="width:400px;"> [Demo_System_Tray_Reminder.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_System_Tray_Reminder.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Table_CSV.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Table_CSV.mp4" style="width:400px;"> [Demo_Table_CSV.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_CSV.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Table_Element.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Table_Element.mp4" style="width:400px;"> [Demo_Table_Element.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Element.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Table_Element_Header_Or_Cell_Clicks.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Table_Element_Header_Or_Cell_Clicks.mp4" style="width:400px;"> [Demo_Table_Element_Header_Or_Cell_Clicks.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Element_Header_Or_Cell_Clicks.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Table_Pandas.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Table_Pandas.mp4" style="width:400px;"> [Demo_Table_Pandas.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Pandas.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Table_Simulation.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Table_Simulation.mp4" style="width:400px;"> [Demo_Table_Simulation.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Simulation.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Table_Simulation_Arrow_Keys.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Table_Simulation_Arrow_Keys.mp4" style="width:400px;"> [Demo_Table_Simulation_Arrow_Keys.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Table_Simulation_Arrow_Keys.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Tabs.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Tabs.mp4" style="width:400px;"> [Demo_Tabs.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tabs.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Tabs_Nested.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Tabs_Nested.mp4" style="width:400px;"> [Demo_Tabs_Nested.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tabs_Nested.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Tabs_Simple.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Tabs_Simple.mp4" style="width:400px;"> [Demo_Tabs_Simple.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tabs_Simple.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Text_Element_Autosize.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Text_Element_Autosize.mp4" style="width:400px;"> [Demo_Text_Element_Autosize.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Text_Element_Autosize.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Theme_Add_Your_Own.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Theme_Add_Your_Own.jpg" style="width:400px;"> [Demo_Theme_Add_Your_Own.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Add_Your_Own.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Theme_Browser.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Theme_Browser.mp4" style="width:400px;"> [Demo_Theme_Browser.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Browser.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Theme_Change_Your_Windows_Theme.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Theme_Change_Your_Windows_Theme.mp4" style="width:400px;"> [Demo_Theme_Change_Your_Windows_Theme.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Change_Your_Windows_Theme.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Theme_Color_Swatches.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Theme_Color_Swatches.mp4" style="width:400px;"> [Demo_Theme_Color_Swatches.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Color_Swatches.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Theme_Custom_Saved_In_UserSettings.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Theme_Custom_Saved_In_UserSettings.mp4" style="width:400px;"> [Demo_Theme_Custom_Saved_In_UserSettings.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Custom_Saved_In_UserSettings.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Theme_Previewer_Dark.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Theme_Previewer_Dark.jpg" style="width:400px;"> [Demo_Theme_Previewer_Dark.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Theme_Previewer_Dark.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Titlebar_Custom_Async.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Titlebar_Custom_Async.jpg" style="width:400px;"> [Demo_Titlebar_Custom_Async.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Titlebar_Custom_Async.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Titlebar_Custom_Dark_Theme.jpg" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Titlebar_Custom_Dark_Theme.jpg" style="width:400px;"> [Demo_Titlebar_Custom_Dark_Theme.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Titlebar_Custom_Dark_Theme.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Titlebar_Custom_Multiple_Combinations.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Titlebar_Custom_Multiple_Combinations.mp4" style="width:400px;"> [Demo_Titlebar_Custom_Multiple_Combinations.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Titlebar_Custom_Multiple_Combinations.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Titlebar_Element.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Titlebar_Element.mp4" style="width:400px;"> [Demo_Titlebar_Element.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Titlebar_Element.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Touch_Keyboard.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Touch_Keyboard.mp4" style="width:400px;"> [Demo_Touch_Keyboard.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Touch_Keyboard.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Tree_Element.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Tree_Element.mp4" style="width:400px;"> [Demo_Tree_Element.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Tree_Element.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_TTK_Scrollbars.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_TTK_Scrollbars.mp4" style="width:400px;"> [Demo_TTK_Scrollbars.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_TTK_Scrollbars.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Turtle.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Turtle.mp4" style="width:400px;"> [Demo_Turtle.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Turtle.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Unicode_Characters.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Unicode_Characters.mp4" style="width:400px;"> [Demo_Unicode_Characters.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Unicode_Characters.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Uno_Card_Game.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Uno_Card_Game.mp4" style="width:400px;"> [Demo_Uno_Card_Game.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Uno_Card_Game.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_User_Settings.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_User_Settings.mp4" style="width:400px;"> [Demo_User_Settings.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_User_Settings_As_Simple_Database.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_User_Settings_As_Simple_Database.mp4" style="width:400px;"> [Demo_User_Settings_As_Simple_Database.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings_As_Simple_Database.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_User_Settings_Browse_File_Folder.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_User_Settings_Browse_File_Folder.mp4" style="width:400px;"> [Demo_User_Settings_Browse_File_Folder.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings_Browse_File_Folder.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_User_Settings_Class.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_User_Settings_Class.mp4" style="width:400px;"> [Demo_User_Settings_Class.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings_Class.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_User_Settings_Class_Remember_Input_And_Combo.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_User_Settings_Class_Remember_Input_And_Combo.mp4" style="width:400px;"> [Demo_User_Settings_Class_Remember_Input_And_Combo.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Settings_Class_Remember_Input_And_Combo.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_User_Setting_Save_Window_Inputs.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_User_Setting_Save_Window_Inputs.mp4" style="width:400px;"> [Demo_User_Setting_Save_Window_Inputs.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_User_Setting_Save_Window_Inputs.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Window_Background_Image.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Window_Background_Image.mp4" style="width:400px;"> [Demo_Window_Background_Image.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Background_Image.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Window_Disappear.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Window_Disappear.mp4" style="width:400px;"> [Demo_Window_Disappear.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Disappear.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Window_Location_Finder.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Window_Location_Finder.mp4" style="width:400px;"> [Demo_Window_Location_Finder.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Location_Finder.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Window_Open_Multiple_Times.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Window_Open_Multiple_Times.mp4" style="width:400px;"> [Demo_Window_Open_Multiple_Times.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Open_Multiple_Times.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Window_Pin_On_Top.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Window_Pin_On_Top.mp4" style="width:400px;"> [Demo_Window_Pin_On_Top.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Pin_On_Top.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Window_Relative_Location.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Window_Relative_Location.mp4" style="width:400px;"> [Demo_Window_Relative_Location.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Window_Relative_Location.py) |
| <a href="https://github.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Youtube_Intro.mp4" > <img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI-Screenshots/blob/main/DemoScreenshots/Demo_Youtube_Intro.mp4" style="width:400px;"> [Demo_Youtube_Intro.py](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Youtube_Intro.py) |