├── .github ├── ISSUE_TEMPLATE │ ├── config.yml │ └── issue-form---must-fill-in-this-form-with-every-new-issue-submitted.md └── PULL_REQUEST_TEMPLATE │ └── pull_request_template.md ├── .gitignore ├── CONTRIBUTING.md ├── DemoPrograms ├── Browser_START_HERE_Demo_Programs_Browser.py ├── ButtonClick.wav ├── ButtonClick1.wav ├── Demo_All_Elements.py ├── Demo_All_Elements_Simple.py ├── Demo_Animated_GIFs.py ├── Demo_Animated_GIFs_Using_PIL.py ├── Demo_Auto_Save_Window_Position.py ├── Demo_Bar_Chart.py ├── Demo_Base64_Image_Encoder.py ├── Demo_Base64_Single_Image_Encoder.py ├── Demo_Borderless_Window.py ├── Demo_Button_Can_Button_Images.py ├── Demo_Button_Click.py ├── Demo_Button_Events_From_Browse.py ├── Demo_Button_Func_Calls.py ├── Demo_Button_Simulated_With_Highlighting_Using_Bind.py ├── Demo_Button_States.py ├── Demo_Button_Toggle.py ├── Demo_Button_Toggle2.py ├── Demo_Button_Toggle_Simple_Graphic.py ├── Demo_Buttons_Base64_Shaded.py ├── Demo_Buttons_Base64_Simple.py ├── Demo_Buttons_Base64_User_Settings.py ├── Demo_Buttons_Mac.py ├── Demo_Buttons_Nice_Graphics.py ├── Demo_Buttons_Realtime.py ├── Demo_CLI_or_GUI.py ├── Demo_Calendar.py ├── Demo_Canvas.py ├── Demo_Chat.py ├── Demo_Chat_With_History.py ├── Demo_Chatterbot.py ├── Demo_Chatterbot_With_TTS.py ├── Demo_Checkboxes_Custom.py ├── Demo_Class_Wrapper.py ├── Demo_Close_Attempted_Event.py ├── Demo_Color_Chooser_Custom.py ├── Demo_Color_Names.py ├── Demo_Color_Names_Smaller_List.py ├── Demo_Color_Swatches.py ├── Demo_Column_And_Frames.py ├── Demo_Column_Collapsible_Sections.py ├── Demo_Column_Elem_Swap_Entire_Window.py ├── Demo_Column_Fixed_Size_Justified_Elements.py ├── Demo_Columns.py ├── Demo_Combo_Filechooser_With_History_And_Clear.py ├── Demo_Compact_Layouts_Element_Renaming.py ├── Demo_Compare_Files.py ├── Demo_Control_Panel_Button_Grid.py ├── Demo_Conways_Game_of_Life.py ├── Demo_Crossword_Puzzle.py ├── Demo_Cursor_Previewer.py ├── Demo_Cursors.py ├── Demo_DOC_Viewer_PIL.py ├── Demo_Dashboard.py ├── Demo_Date_Chooser.py ├── Demo_Debugger_Built_Into_PSG.py ├── Demo_Debugger_Button.py ├── Demo_Debugger_ImWatchingYou.py ├── Demo_Demo_Programs_Browser.py ├── Demo_Design_Pattern_Multiple_Windows.py ├── Demo_Design_Pattern_Multiple_Windows1.py ├── Demo_Design_Pattern_Multiple_Windows2.py ├── Demo_Design_Pattern_Multiple_Windows3.py ├── Demo_Design_Pattern_Multiple_Windows_Both_Visible.py ├── Demo_Design_Pattern_Multiple_Windows_OLD METHOD.py ├── Demo_Design_Pattern_Persistent_Window.py ├── Demo_Design_Pattern_Save_Theme.py ├── Demo_Design_Patterns.py ├── Demo_Desktop_Floating_Toolbar.py ├── Demo_Desktop_Widget_CPU_Dashboard.py ├── Demo_Desktop_Widget_CPU_Gauge.py ├── Demo_Desktop_Widget_CPU_Graph.py ├── Demo_Desktop_Widget_CPU_Grid_Of_Gauges.py ├── Demo_Desktop_Widget_CPU_Square.py ├── Demo_Desktop_Widget_CPU_Top_Processes.py ├── Demo_Desktop_Widget_CPU_Utilization_Simple.py ├── Demo_Desktop_Widget_Count_To_A_Goal.py ├── Demo_Desktop_Widget_Date.py ├── Demo_Desktop_Widget_Date.pyw ├── Demo_Desktop_Widget_Days_Counter.py ├── Demo_Desktop_Widget_Days_Until_Date.pyw ├── Demo_Desktop_Widget_Digital_Picture_Frame.py ├── Demo_Desktop_Widget_Drive_Usage.py ├── Demo_Desktop_Widget_Drive_Usage_Gauges.py ├── Demo_Desktop_Widget_Email_Notification.py ├── Demo_Desktop_Widget_FedEx_Package_Tracking.py ├── Demo_Desktop_Widget_Launcher_Bar.py ├── Demo_Desktop_Widget_Launcher_Bar.pyw ├── Demo_Desktop_Widget_Manual_Counter.py ├── Demo_Desktop_Widget_Postit.py ├── Demo_Desktop_Widget_Postit_3_Lines.py ├── Demo_Desktop_Widget_RAM_Gauge.py ├── Demo_Desktop_Widget_RAM_Square.py ├── Demo_Desktop_Widget_Template.py ├── Demo_Desktop_Widget_Time_Handwritten.py ├── Demo_Desktop_Widget_Timer.py ├── Demo_Desktop_Widget_Timer_Using_Window_Timers.py ├── Demo_Desktop_Widget_Weather.py ├── Demo_Desktop_Widget_psutil_Dashboard.py ├── Demo_Disable_Elements.py ├── Demo_Dispatchers.py ├── Demo_DuplicateFileFinder.py ├── Demo_EXE_Maker.py ├── Demo_Edit_Me_Option.py ├── Demo_Email_Send.py ├── Demo_Emoji_Toolbar_PIL.py ├── Demo_Emojis.py ├── Demo_Event_Binding.py ├── Demo_Event_Callback_Simulation.py ├── Demo_Exception_Traceback_Popup.py ├── Demo_Execute_Py.py ├── Demo_Fill_Form.py ├── Demo_Floating_Toolbar.py ├── Demo_Focus_Navigation_Using_Arrow_Keys.py ├── Demo_Font_Previewer.py ├── Demo_Font_Sizer.py ├── Demo_Font_String.py ├── Demo_Fonts_Using_pyglet.py ├── Demo_Frame_Based_Dashboard.py ├── Demo_Frame_For_Screen_Captures.py ├── Demo_Game_Frontend_Battleship.py ├── Demo_Game_Frontend_Battleship_No_List_Comprehensions.py ├── Demo_Game_Frontend_Battleship_Single_List_Comprehension.py ├── Demo_Game_Wordle.py ├── Demo_GitHub_File_Copier.py ├── Demo_GoodColors.py ├── Demo_GoodColors_2.py ├── Demo_Google_TTS.py ├── Demo_Graph_Ball_Game.py ├── Demo_Graph_Bar_Chart_Dual_Axis.py ├── Demo_Graph_Custom_Progress_Meter.py ├── Demo_Graph_Drag_Rectangle.py ├── Demo_Graph_Drag_Rectangle_Super_Simple.py ├── Demo_Graph_Drawing.py ├── Demo_Graph_Drawing_And_Dragging_Figures.py ├── Demo_Graph_Drawing_And_Dragging_Figures_2_Windows.py ├── Demo_Graph_Elem_CPU_Meter.py ├── Demo_Graph_Elem_Image_Album.py ├── Demo_Graph_Elem_Image_Album_No_PIL.py ├── Demo_Graph_Element.py ├── Demo_Graph_Element_Sine_Wave.py ├── Demo_Graph_FourierTransform.py ├── Demo_Graph_Noise.py ├── Demo_Graph_Window_Resize.py ├── Demo_Graph_pymunk_2D_Graphics.py ├── Demo_Graph_pymunk_Desktop_Balls.py ├── Demo_Hello_World.py ├── Demo_Hotkey.py ├── Demo_HowDoI.py ├── Demo_IP_Address_Entry.py ├── Demo_Image_Elem_Image_Viewer_PIL_Based.py ├── Demo_Image_Elem_Splash_Screen.py ├── Demo_Image_From_URL.py ├── Demo_Image_Resize_and_Base64_Encode.pyw ├── Demo_Image_Viewer_Thumbnails.py ├── Demo_Img_Viewer.py ├── Demo_Input_Auto_Complete.py ├── Demo_Input_Save_Last_Used_Entry_In_User_Settings.py ├── Demo_Input_Validation.py ├── Demo_Invisible_Elements.py ├── Demo_Invisible_Elements_Pinning.py ├── Demo_Justification_Columns.py ├── Demo_Justification_Using_Stretch_Elements.py ├── Demo_Keyboard.py ├── Demo_Keyboard_ENTER_Presses_Button.py ├── Demo_Keyboard_Realtime.py ├── Demo_Keypad.py ├── Demo_LED_Clock_Weather.py ├── Demo_LED_Indicators.py ├── Demo_LED_Indicators_Text_Based.py ├── Demo_Layout_Add_and_Delete_Rows.py ├── Demo_Layout_Extend.py ├── Demo_Layout_Generation.py ├── Demo_Layout_Reuse_Effect.py ├── Demo_Layout_Vertical.py ├── Demo_Layout_Vertical_Centered.py ├── Demo_Layout_Vertical_Centered_Using_Sizer_Element.py ├── Demo_Layout_Vertical_Centered_Using_VPush_Element.py ├── Demo_Listbox_Search_Filter.py ├── Demo_Listbox_Using_Objects.py ├── Demo_Long_Operations.py ├── Demo_Look_And_Feel_Theme_Browser.py ├── Demo_Look_And_Feel_Theme_Dump.py ├── Demo_MIDI_Player.py ├── Demo_Machine_Learning.py ├── Demo_Main_Control_Test_Panel.py ├── Demo_Make_Windows_Shortcut.ico ├── Demo_Make_Windows_Shortcut.pyw ├── Demo_Matplotlib.py ├── Demo_Matplotlib_Animated.py ├── Demo_Matplotlib_Animated_Scatter.py ├── Demo_Matplotlib_Browser.py ├── Demo_Matplotlib_Browser_Paned.py ├── Demo_Matplotlib_Embedded_TEMPLATE.py ├── Demo_Matplotlib_Embedded_Toolbar.py ├── Demo_Matplotlib_Grid_of_Graphs_Using_PIL.py ├── Demo_Matplotlib_Image_Elem.py ├── Demo_Matplotlib_Image_Elem_Spetrogram_Animated.py ├── Demo_Matplotlib_Image_Elem_Spetrogram_Animated_Threaded.py ├── Demo_Matplotlib_Ping_Graph.py ├── Demo_Matplotlib_Ping_Graph_Large.py ├── Demo_Matplotlib_PyLab.py ├── Demo_Matplotlib_Styles.py ├── Demo_Matplotlib_Two_Windows.py ├── Demo_Media_Player.py ├── Demo_Media_Player_VLC_Based.py ├── Demo_Menu_With_Toolbar.py ├── Demo_Menubar_Custom.py ├── Demo_Menubar_Custom_and_Traditional.py ├── Demo_Menus.py ├── Demo_Multi_Window_read_all_windows.py ├── Demo_Multiline_Elem_Input_Justification.py ├── Demo_Multiline_Multicolored_Text.py ├── Demo_Multiline_Right_Click_Menu_Clipboard.py ├── Demo_Multiline_cprint_Printing.py ├── Demo_Multiple_Windows_Experimental.py ├── Demo_Multiple_Windows_read_all_windows_25_lines.py ├── Demo_Multithreaded_Animated_Shell_Command.py ├── Demo_Multithreaded_Calling_Popup.py ├── Demo_Multithreaded_DataPump.py ├── Demo_Multithreaded_Delegate_Appear_To_Make_PSG_Calls_From_Thread.py ├── Demo_Multithreaded_Different_Threads.py ├── Demo_Multithreaded_Logging.py ├── Demo_Multithreaded_Long_Shell_Operation_Animated.py ├── Demo_Multithreaded_Long_Task_Simple.py ├── Demo_Multithreaded_Long_Tasks.py ├── Demo_Multithreaded_Multiple_Threads.py ├── Demo_Multithreaded_ProgressBar.py ├── Demo_Multithreaded_Write_Event_Value.py ├── Demo_Multithreaded_Write_Event_Value_MultiWindow.py ├── Demo_Multithreaded_popup.py ├── Demo_Nice_Buttons.py ├── Demo_NonBlocking_Form.py ├── Demo_Notification_Window_Alpha_Channel.py ├── Demo_Notification_Window_Fade_In_Out.py ├── Demo_Notification_Window_Multiprocessing.py ├── Demo_Notify_Integration.py ├── Demo_OpenCV.py ├── Demo_OpenCV_4_Line_Program.py ├── Demo_OpenCV_7_Line_Program.py ├── Demo_OpenCV_Draw_On_Webcam_Image.py ├── Demo_OpenCV_Simple_GUI.py ├── Demo_OpenCV_Webcam.py ├── Demo_OpenCV_Webcam_ASCII.py ├── Demo_OpenCV_Webcam_Minimal.py ├── Demo_PDF_Viewer.py ├── Demo_PIL_Color_Picker.py ├── Demo_PIL_Rounded_Rectangle_Buttons.py ├── Demo_PIL_Toggle_Button.py ├── Demo_PIL_Use.py ├── Demo_PNG_Thumbnail_Viewer.py ├── Demo_PNG_Viewer.py ├── Demo_Paned_Window.py ├── Demo_Password_Login.py ├── Demo_Pi_LEDs.py ├── Demo_Ping_Line_Graph.py ├── Demo_Pong.py ├── Demo_Pong_Multiple_Platforms.py ├── Demo_Popup_Custom.py ├── Demo_Popups.py ├── Demo_Post_An_Issue.py ├── Demo_Progress_Meter_Simulated.py ├── Demo_Progress_Meters.py ├── Demo_PyCharm_Diff_2_Files.py ├── Demo_PyCharm_Launcher.py ├── Demo_PyCharm_Self_Edit.py ├── Demo_PyGame_Integration.py ├── Demo_PyGame_Snake_Game.py ├── Demo_Pyplot_Bar_Chart.py ├── Demo_Pyplot_Bar_Chart2.py ├── Demo_Radio_Buttons_Simulated.py ├── Demo_Reddit_Search.py ├── Demo_SDK_Help_Func_Parms.py ├── Demo_SDK_Help_Init_Update_Parms.py ├── Demo_Save_Any_Window_As_Image.py ├── Demo_Save_Window_As_Image.py ├── Demo_Save_Windows_As_Images.py ├── Demo_Script_Launcher.py ├── Demo_Script_Launcher_ANSI_Color_Output.py ├── Demo_Script_Launcher_Realtime_Output.py ├── Demo_Script_Parameters.py ├── Demo_Separator_Elements.py ├── Demo_Settings_Save_Load.py ├── Demo_Simple_Material_Feel.py ├── Demo_Sort_Visualizer.py ├── Demo_Spin_Element_Wraps_Around.py ├── Demo_Spinner_Compound_Element.py ├── Demo_Status_Bar.py ├── Demo_Stdout.py ├── Demo_Sudoku.py ├── Demo_Sudoku_1_Line.py ├── Demo_Super_Simple_Form.py ├── Demo_System_Tray_GUI_Window_Design_Pattern.py ├── Demo_System_Tray_Icon.py ├── Demo_System_Tray_Icon_Using_psgtray.py ├── Demo_System_Tray_Icon_psgtray_No_Window.py ├── Demo_System_Tray_Reminder.py ├── Demo_TTK_Scrollbars.py ├── Demo_Table_CSV.py ├── Demo_Table_CSV_Display.pyw ├── Demo_Table_Checkmark.py ├── Demo_Table_Element.py ├── Demo_Table_Element_Header_or_Cell_Clicks.py ├── Demo_Table_Pandas.py ├── Demo_Table_Simulation.py ├── Demo_Table_Simulation_Arrow_Keys.py ├── Demo_Tabs.py ├── Demo_Tabs_Nested.py ├── Demo_Tabs_Simple.py ├── Demo_Text_Element_Autosize.py ├── Demo_Theme_Add_Your_Own.py ├── Demo_Theme_Browser.py ├── Demo_Theme_Change_Your_Windows_Theme.py ├── Demo_Theme_Color_Swatches.py ├── Demo_Theme_Custom_Saved_In_UserSettings.py ├── Demo_Theme_Dark_Custom_Elements_Check_Toggle_Buttons.py ├── Demo_Theme_Previewer_Dark.py ├── Demo_Time_Chooser.py ├── Demo_Timer_API_State_Machine.py ├── Demo_Timer_Periodic.py ├── Demo_Titlebar_Custom_Async.py ├── Demo_Titlebar_Custom_Dark_Theme.py ├── Demo_Titlebar_Custom_Multiple_Combinations.py ├── Demo_Titlebar_Element.py ├── Demo_Touch_Keyboard.py ├── Demo_Tree_Element.py ├── Demo_Turtle.py ├── Demo_Unicode_Characters.py ├── Demo_Uno_Card_Game.py ├── Demo_User_Setting_Save_Window_Inputs.py ├── Demo_User_Settings.py ├── Demo_User_Settings_As_Simple_Database.py ├── Demo_User_Settings_Auto_Load_and_Save.py ├── Demo_User_Settings_Browse_File_Folder.py ├── Demo_User_Settings_Class.py ├── Demo_User_Settings_Class_Remember_Input_and_Combo.py ├── Demo_User_Settings_Config_INI_Format.ini ├── Demo_User_Settings_Config_INI_Format.py ├── Demo_User_Settings_Remember_Input_and_Combo.py ├── Demo_Watermark_Window.py ├── Demo_Window_Background_Image.py ├── Demo_Window_Config_Events.py ├── Demo_Window_Disappear.py ├── Demo_Window_Location_Finder.py ├── Demo_Window_Open_Multiple_Times.py ├── Demo_Window_Pin_On_Top.py ├── Demo_Window_Relative_Location.py ├── Demo_Window_Timer.py ├── Demo_YouTube_Intro.py ├── Demo_Youtube-dl_Frontend.py ├── Demo_one_line_progress_meter.py ├── Demo_psutil_Kill_Processes.py ├── Demo_psutil_Kill_Python_Processes.py ├── Demo_pyfiglet.pyw ├── OpenFlame.ttf ├── PyDroid3 │ ├── Demo_Game_Frontend_Battleship.py │ ├── Demo_OpenCV_4_Line_Program.py │ ├── Demo_OpenCV_Webcam_ASCII.py │ └── Demo_OpenCV_Webcam_Minimal.py ├── db.sqlite3 ├── default_icon.ico ├── exampleGIF.gif ├── logo200.png ├── ping.py ├── readme.md └── red_plus.ico ├── ProgrammingClassExamples ├── MacOS versions │ ├── 10a PSG Plot (Matplotlib numpy pyplot(y=sinx)) .py │ ├── 10b PSG Plot (axes moved).py │ ├── 10c PSG Plot (axes pi format).py │ ├── 10d PSG (Plots Tabs and sin cos options).py │ ├── 10e PSG (Same Window).py │ ├── 10f PSG (linear and quadratics).py │ ├── 1a PSG (Entry and PopUp).py │ ├── 1b PSG (Format).py │ ├── 1c PSG (persistent form and bind key).py │ ├── 1d PSG (named input keys and catch errors).py │ ├── 1e PSG (validation and Look and Feel).py │ ├── 1e PSG (validation).py │ ├── 2a. PSG (checkbox and radiobuttons) - Copy.py │ ├── 2b. PSG (Add logo).py │ ├── 3 PSG (multiline display).py │ ├── 4a PSG (Sliders and combo).py │ ├── 4b PSG (Spinner and combo) .py │ ├── 5a PSG (listboxes add remove).py │ ├── 6a PSG (search linear and binary).py │ ├── 6b PSG (search - disabled buttons).py │ ├── 6c PSG (search text preloaded).py │ ├── 6d PSG (sort and search with textbox.py │ ├── 6e PSG (sort and search with listbox).py │ ├── 6f PSG (data from text file).py │ ├── 7a PSG (Data entry calc using file save retrieve).py │ ├── 7b PSG (add validation and error trap).py │ ├── 7c PSG (add get pathname to save and retrieve files).py │ ├── 8a PSG (Data to plot from csv file).py │ ├── 8b PSG (Tables and calc from csv file).py │ ├── 8c PSG (Tables - add sort).py │ ├── 8d PSG (Tables - add logo).py │ ├── 9a PSG Windows(location hide).py │ ├── 9b PSG Tabs example.py │ ├── 9c PSG Tabs example plus.py │ ├── AFL.png │ ├── AFL2018 (sorted alpha teams).csv │ ├── AFL2018 (sorted pts and %).csv │ ├── Gym_Logo.png │ ├── Names(sorted).txt │ ├── Names.txt │ ├── Test.txt │ ├── TonyCrewe2.txt │ ├── default_icon.ico │ ├── results.txt │ └── weight 2018.csv └── Win10 versions │ ├── 10a PSG Plot (Matplotlib numpy pyplot(y=sinx)) .py │ ├── 10b PSG Plot (axes moved).py │ ├── 10c PSG Plot (axes pi format).py │ ├── 10d PSG (Plots Tabs and sin cos options).py │ ├── 10e PSG (Same Window).py │ ├── 10f PSG (linear and quadratics).py │ ├── 1a PSG (Entry and PopUp).py │ ├── 1b PSG (Format).py │ ├── 1c PSG (persistent form and bind key).py │ ├── 1d PSG (named input keys and catch errors).py │ ├── 1e PSG (validation and Look and Feel).py │ ├── 2a. PSG (checkbox and radiobuttons) - Copy.py │ ├── 2b. PSG (Add logo).py │ ├── 2b_makewinexe_file.py │ ├── 3 PSG (multiline display).py │ ├── 4a PSG (Sliders and combo).py │ ├── 4b PSG (Spinner and combo) .py │ ├── 5a PSG (listboxes add remove).py │ ├── 6a PSG (search linear and binary).py │ ├── 6b PSG (search - disabled buttons).py │ ├── 6c PSG (search text preloaded).py │ ├── 6d PSG (sort and search with textbox.py │ ├── 6e PSG (sort and search with listbox).py │ ├── 6f PSG (data from text file).py │ ├── 7a PSG (Data entry calc using file save retrieve).py │ ├── 7b PSG (add validation and error trap).py │ ├── 7c PSG (add get pathname to save and retrieve files).py │ ├── 8a PSG (Data to plot from csv file).py │ ├── 8b PSG (Tables and calc from csv file).py │ ├── 8c PSG (Tables - add sort).py │ ├── 8d PSG (Tables - add logo).py │ ├── 9a PSG Windows(location hide).py │ ├── 9b PSG Tabs example.py │ ├── 9c PSG Tabs example plus.py │ ├── AFL.png │ ├── AFL2018 (sorted alpha teams).csv │ ├── AFL2018 (sorted pts and %).csv │ ├── Gym_Logo.png │ ├── Names.txt │ ├── default_icon.ico │ └── weight 2018.csv ├── PySimpleGUI.png ├── PySimpleGUI.py ├── PySimpleGUIQt ├── Demo Programs │ ├── Demo_Color_Chooser_Custom.py │ ├── Demo_Design_Pattern_Multiple_Windows.py │ ├── Demo_Design_Pattern_Multiple_Windows1.py │ ├── Demo_Design_Pattern_Multiple_Windows2.py │ ├── Demo_HowDoI.py │ ├── Demo_Tree_Element.py │ ├── Qt_All_Widgets.py │ ├── Qt_Demo_Desktop_Widget_CPU_Dashboard.py │ ├── Qt_Demo_Desktop_Widget_CPU_Graph.py │ ├── Qt_Demo_Desktop_Widget_Timer.py │ ├── Qt_Demo_LED_Clock_Weather.py │ ├── Qt_Demo_Matplotlib_Two_Windows.py │ ├── Qt_Demo_OpenCV_Webcam.py │ ├── Qt_Demo_System_Tray_Icon.py │ ├── Qt_Demo_Table_Element.py │ ├── Qt_Demo_Touch_Keyboard.py │ ├── Qt_Demo_imwatchingyou.py │ ├── Qt_Dial.py │ ├── Qt_Scrape_GitHub_Issues.py │ ├── Qt_Scrape_GitHub_Issues_System_Tray.py │ ├── Qt_Test.py │ ├── Qt_Widget_Summary.py │ └── question.ico ├── PySimpleGUIQt.py └── readme.md ├── PySimpleGUIWeb ├── Demo Programs │ ├── Demo_Graph_pymunk_2D_Graphics.py │ ├── Web_Color_Names.py │ ├── Web_Color_Names_Smaller_List.py │ ├── Web_Demo_Font_Sizer.py │ ├── Web_Demo_HowDoI.py │ ├── Web_Desktop_Widget_CPU_Utilization.py │ ├── Web_Matplotlib.py │ ├── Web_Matplotlib_Browser.py │ ├── Web_Matplotlib_Simple.py │ ├── Web_Matplotlib_Simple_PyPlot.py │ ├── Web_Popup.py │ ├── Web_Simple.py │ ├── Web_Table_Element.py │ ├── Web_Timer.py │ ├── Web_Widget_Summary.py │ ├── Web_psutil_Kill_Processes.py │ ├── logo.jpg │ └── widgets_overview_app.py ├── PySimpleGUIWeb.py └── readme.md ├── PySimpleGUIWx ├── Demo Programs │ ├── Wx_Demo_Popups.py │ ├── Wx_Scrape_GitHub_Issues_System_Tray.py │ ├── Wx_System_Tray_Launcher.py │ ├── Wx_System_Tray_Simple.py │ └── Wx_Widget_Summary.py ├── PySimpleGUIWx.py └── readme.md ├── PySimpleGUI_Logo_640.png ├── UserCreatedPrograms ├── Code Counter.py ├── Klondike_Solitaire.py ├── Minesweeper.py ├── Minesweeper_Colored_Numbers.py └── jumpcutter │ ├── jumpcutter.py │ └── jumpcutter_gui.py ├── __init__.py ├── _config.yml ├── default_icon.ico ├── docs ├── Demos.md ├── PySimpleGUI 2020 Lesson.pdf ├── Screens.md ├── Screens2.md ├── YouTube_2020_Lesson - Source File 1.py ├── _config.yml ├── call reference.md ├── cookbook.md ├── extra.css ├── index.md ├── readme Japanese.md ├── readme.md ├── requirements.txt ├── screenshots_demos. tmp md └── screenshots_demos2. tmp md ├── docs_modification └── main.html ├── images ├── ButtonGraphics │ ├── Exit.png │ ├── Loop.png │ ├── Next.png │ ├── Pause.png │ ├── Play.png │ ├── Restart.png │ ├── Rewind.png │ ├── RobotBack.png │ ├── RobotForward.png │ ├── RobotLeft.png │ ├── RobotRight.png │ ├── Stop.png │ ├── green.png │ ├── green30.png │ ├── orange.png │ ├── orange30.png │ ├── red.png │ └── red30.png ├── GIFs │ ├── bar_striped.gif │ ├── blue_blocks.gif │ ├── blue_circle.gif │ ├── blue_dots.gif │ ├── dots_pulse.gif │ ├── dots_wave.gif │ ├── gray_circle.gif │ ├── gray_dots.gif │ ├── gray_spokes.gif │ ├── light_blue_circle.gif │ ├── line_boxes.gif │ ├── line_bubbles.gif │ ├── output.py │ ├── red_circle.gif │ ├── red_dots_ring.gif │ ├── ring_black_dots.gif │ ├── ring_blue.gif │ ├── ring_gray_segments.gif │ ├── ring_lines.gif │ └── squish.gif ├── emojis │ ├── OK_112.png │ ├── OK_28.png │ ├── OK_56.png │ ├── blank_stare_112.png │ ├── blank_stare_28.png │ ├── blank_stare_56.png │ ├── clap_112.png │ ├── clap_28.png │ ├── clap_56.png │ ├── cool_112.png │ ├── cool_28.png │ ├── cool_56.png │ ├── crazy_112.png │ ├── crazy_28.png │ ├── crazy_56.png │ ├── cry_112.png │ ├── cry_28.png │ ├── cry_56.png │ ├── dead_112.png │ ├── dead_28.png │ ├── dead_56.png │ ├── depressed_112.png │ ├── depressed_28.png │ ├── depressed_56.png │ ├── dream_112.png │ ├── dream_28.png │ ├── dream_56.png │ ├── eye_roll_112.png │ ├── eye_roll_28.png │ ├── eye_roll_56.png │ ├── eyebrow_112.png │ ├── eyebrow_28.png │ ├── eyebrow_56.png │ ├── fingers_crossed_112.png │ ├── fingers_crossed_28.png │ ├── fingers_crossed_56.png │ ├── frust_112.png │ ├── frust_28.png │ ├── frust_56.png │ ├── gasp_112.png │ ├── gasp_28.png │ ├── gasp_56.png │ ├── glasses_112.png │ ├── glasses_28.png │ ├── glasses_56.png │ ├── gold_star_112.png │ ├── gold_star_28.png │ ├── gold_star_56.png │ ├── grimace_112.png │ ├── grimace_28.png │ ├── grimace_56.png │ ├── guess_112.png │ ├── guess_28.png │ ├── guess_56.png │ ├── happy_112.png │ ├── happy_28.png │ ├── happy_56.png │ ├── head_explode_112.png │ ├── head_explode_28.png │ ├── head_explode_56.png │ ├── honest_112.png │ ├── honest_28.png │ ├── honest_56.png │ ├── idea_112.png │ ├── idea_28.png │ ├── idea_56.png │ ├── ill2_112.png │ ├── ill2_28.png │ ├── ill2_56.png │ ├── ill_112.png │ ├── ill_28.png │ ├── ill_56.png │ ├── jedi_112.png │ ├── jedi_28.png │ ├── jedi_56.png │ ├── joy_112.png │ ├── joy_28.png │ ├── joy_56.png │ ├── key_112.png │ ├── key_28.png │ ├── key_56.png │ ├── laptop_112.png │ ├── laptop_28.png │ ├── laptop_56.png │ ├── laugh_112.png │ ├── laugh_28.png │ ├── laugh_56.png │ ├── love_112.png │ ├── love_28.png │ ├── love_56.png │ ├── mask_-28.png │ ├── mask_112.png │ ├── mask_56.png │ ├── news_112.png │ ├── news_28.png │ ├── news_56.png │ ├── no_hear_112.png │ ├── no_hear_28.png │ ├── no_hear_56.png │ ├── no_see_112.png │ ├── no_see_28.png │ ├── no_see_56.png │ ├── no_speak_112.png │ ├── no_speak_28.png │ ├── no_speak_56.png │ ├── notunderstand_112.png │ ├── notunderstand_28.png │ ├── notunderstand_56.png │ ├── palm_112.png │ ├── palm_28.png │ ├── palm_56.png │ ├── party_112.png │ ├── party_28.png │ ├── party_56.png │ ├── ponder_112.png │ ├── ponder_28.png │ ├── ponder_56.png │ ├── pray_112.png │ ├── pray_28.png │ ├── pray_56.png │ ├── question_112.png │ ├── question_28.png │ ├── question_56.png │ ├── rainedon_112.png │ ├── rainedon_28.png │ ├── rainedon_56.png │ ├── reading_112.png │ ├── reading_28.png │ ├── reading_56.png │ ├── relief_112.png │ ├── relief_28.png │ ├── relief_56.png │ ├── salute_112.png │ ├── salute_28.png │ ├── salute_56.png │ ├── santa_112.png │ ├── santa_28.png │ ├── santa_56.png │ ├── scream_112.png │ ├── scream_28.png │ ├── scream_56.png │ ├── search_112.png │ ├── search_28.png │ ├── search_56.png │ ├── skeptic_112.png │ ├── skeptic_28.png │ ├── skeptic_56.png │ ├── sleeping_112.png │ ├── sleeping_28.png │ ├── sleeping_56.png │ ├── smile_112.png │ ├── smile_28.png │ ├── smile_56.png │ ├── smirking_112.png │ ├── smirking_28.png │ ├── smirking_56.png │ ├── stare_112.png │ ├── stare_28.png │ ├── stare_56.png │ ├── tear_112.png │ ├── tear_28.png │ ├── tear_56.png │ ├── think_112.png │ ├── think_28.png │ ├── think_56.png │ ├── thumb_112.png │ ├── thumb_28.png │ ├── thumb_56.png │ ├── upside_down_112.png │ ├── upside_down_28.png │ ├── upside_down_56.png │ ├── warning2_112.png │ ├── warning2_28.png │ ├── warning2_56.png │ ├── warning_112.png │ ├── warning_28.png │ ├── warning_56.png │ ├── wave_112.png │ ├── wave_28.png │ ├── wave_56.png │ ├── weary_112.png │ ├── weary_28.png │ ├── weary_56.png │ ├── wink_112.png │ ├── wink_28.png │ ├── wink_56.png │ ├── wizard_112.png │ ├── wizard_28.png │ ├── wizard_56.png │ ├── zipped_shut_112.png │ ├── zipped_shut_28.png │ └── zipped_shut_56.png ├── for_cookbook │ ├── Demo Browser Settings.jpg │ ├── Project Broser Advanced Mode.jpg │ ├── Project Broswer Multiple Matches - Choose which to edit.jpg │ ├── Project Broswer Multiple Matches.jpg │ ├── Project Broswer Only First Match.jpg │ ├── Project Browser Default Theme.jpg │ ├── Project Browser First Run.jpg │ ├── Project Browser Simple Mode.jpg │ ├── Project Browser Theme Setup.jpg │ ├── Project_Browser_In_Use.jpg │ ├── Project_Browser_Main_Window.jpg │ ├── Project_Browser_Main_Window_Explained.jpg │ ├── Project_Browser_Settings_Window.jpg │ ├── compound_element.jpg │ ├── download_demos.jpg │ ├── math_game.jpg │ ├── media_player.jpg │ ├── prog_bar.jpg │ └── script_launcher.jpg ├── for_demo_screenshots │ ├── Demo_All_Widgets.png │ ├── Demo_Animated_GIFs.png │ ├── Demo_Animated_GIFs_Using_PIL.png │ ├── Demo_Bar_Chart.png │ ├── Demo_Base64_Image_Encoder.png │ ├── Demo_Base64_Single_Image_Encoder.png │ ├── Demo_Borderless_Window.png │ ├── Demo_Button_Click.png │ ├── Demo_Button_Events_From_Browse.png │ ├── Demo_Button_Func_Calls.png │ ├── Demo_Button_States.png │ ├── Demo_Button_Toggle.gif │ ├── Demo_Button_Toggle.png │ ├── Demo_Buttons_Base64_Shaded.png │ ├── Demo_Buttons_Base64_Simple.png │ ├── Demo_Buttons_Base64_User_Settings.png │ ├── Demo_Buttons_Mac.png │ ├── Demo_Buttons_Nice_Graphics.png │ ├── Demo_Calendar.png │ ├── Demo_Canvas.png │ ├── Demo_Change_Submits_InputText.png │ ├── Demo_Chat.png │ ├── Demo_Chat_With_History.png │ ├── Demo_Chatterbot.png │ ├── Demo_Chatterbot_With_TTS.png │ ├── Demo_Color.png │ ├── Demo_Color_Chooser_Custom.png │ ├── Demo_Color_Names.png │ ├── Demo_Color_Names_Smaller_List.png │ ├── Demo_Color_Swatches.png │ ├── Demo_Column_And_Frames.png │ ├── Demo_Column_Collapsible_Sections.png │ ├── Demo_Column_Elem_Swap_Entire_Window.png │ ├── Demo_Columns.png │ ├── Demo_Compact_Layouts_Element_Renaming.png │ ├── Demo_Compare_Files.png │ ├── Demo_Control_Panel_Button_Grid.png │ ├── Demo_Conways_Game_of_Life.gif │ ├── Demo_Conways_Game_of_Life.png │ ├── Demo_Crossword_Puzzle.png │ ├── Demo_Cursor_Changed_To_Hand.gif │ ├── Demo_Cursor_Changed_To_Hand.png │ ├── Demo_Dashboard.png │ ├── Demo_Date_Chooser.png │ ├── Demo_Debugger_Built_Into_PSG.png │ ├── Demo_Debugger_ImWatchingYou.png │ ├── Demo_Design_Pattern_Multiple_Windows.png │ ├── Demo_Design_Pattern_Multiple_Windows1.png │ ├── Demo_Design_Pattern_Multiple_Windows2.png │ ├── Demo_Design_Pattern_Multiple_Windows3.png │ ├── Demo_Design_Pattern_Multiple_Windows_Both_Visible.png │ ├── Demo_Design_Pattern_Multiple_Windows_OLD METHOD.png │ ├── Demo_Design_Pattern_Persistent_Window.png │ ├── Demo_Design_Pattern_Save_Theme.png │ ├── Demo_Design_Patterns.png │ ├── Demo_Desktop_Floating_Toolbar.png │ ├── Demo_Desktop_Widget_CPU_Dashboard.gif │ ├── Demo_Desktop_Widget_CPU_Dashboard.png │ ├── Demo_Desktop_Widget_CPU_Gauge.gif │ ├── Demo_Desktop_Widget_CPU_Gauge.png │ ├── Demo_Desktop_Widget_CPU_Graph.png │ ├── Demo_Desktop_Widget_CPU_Grid_Of_Gauges.gif │ ├── Demo_Desktop_Widget_CPU_Grid_Of_Gauges.png │ ├── Demo_Desktop_Widget_CPU_Square.gif │ ├── Demo_Desktop_Widget_CPU_Square.png │ ├── Demo_Desktop_Widget_CPU_Top_Processes.gif │ ├── Demo_Desktop_Widget_CPU_Top_Processes.png │ ├── Demo_Desktop_Widget_CPU_Utilization_Simple.png │ ├── Demo_Desktop_Widget_Drive_Usage.png │ ├── Demo_Desktop_Widget_Email_Notification.png │ ├── Demo_Desktop_Widget_RAM_Gauge.png │ ├── Demo_Desktop_Widget_RAM_Square.png │ ├── Demo_Desktop_Widget_RAM_Used.png │ ├── Demo_Desktop_Widget_Timer.gif │ ├── Demo_Desktop_Widget_Timer.png │ ├── Demo_Desktop_Widget_Weather.png │ ├── Demo_Desktop_Widget_psutil_Dashboard.gif │ ├── Demo_Desktop_Widget_psutil_Dashboard.png │ ├── Demo_Disable_Elements.png │ ├── Demo_DuplicateFileFinder.png │ ├── Demo_EXE_Maker.png │ ├── Demo_Email_Send.png │ ├── Demo_Event_Binding.gif │ ├── Demo_Event_Binding.png │ ├── Demo_Event_Callback_Simulation.png │ ├── Demo_Fill_Form.png │ ├── Demo_Floating_Toolbar.png │ ├── Demo_Font_Previewer.png │ ├── Demo_Font_Sizer.png │ ├── Demo_Font_String.png │ ├── Demo_Game_Frontend_Battleship.png │ ├── Demo_Game_Frontend_Battleship_No_List_Comprehensions.png │ ├── Demo_Game_Frontend_Battleship_Single_List_Comprehension.png │ ├── Demo_GitHub_File_Copier.png │ ├── Demo_GoodColors.png │ ├── Demo_GoodColors_2.png │ ├── Demo_Google_TTS.png │ ├── Demo_Graph_Ball_Game.png │ ├── Demo_Graph_Drawing.gif │ ├── Demo_Graph_Drawing.png │ ├── Demo_Graph_Drawing_And_Dragging_Figures.png │ ├── Demo_Graph_Drawing_And_Dragging_Figures_2_Windows.png │ ├── Demo_Graph_Elem_Image_Album.png │ ├── Demo_Graph_Element.png │ ├── Demo_Graph_Element_Sine_Wave.png │ ├── Demo_Graph_FourierTransform.png │ ├── Demo_Graph_Noise.gif │ ├── Demo_Graph_Noise.png │ ├── Demo_Graph_pymunk_2D_Graphics.png │ ├── Demo_Graph_pymunk_Desktop_Balls.png │ ├── Demo_Hello_World.png │ ├── Demo_HowDoI.png │ ├── Demo_IP_Address_Entry.png │ ├── Demo_Image_Elem_Image_Viewer_PIL_Based.png │ ├── Demo_Image_Elem_Splash_Screen.png │ ├── Demo_Image_Viewer_Thumbnails.png │ ├── Demo_Img_Viewer.png │ ├── Demo_Input_Auto_Complete.png │ ├── Demo_Input_Validation.png │ ├── Demo_Invisible_Elements.png │ ├── Demo_Invisible_Elements_Pinning.png │ ├── Demo_Keyboard.png │ ├── Demo_Keyboard_ENTER_Presses_Button.png │ ├── Demo_Keyboard_Realtime.png │ ├── Demo_Keypad.png │ ├── Demo_LED_Clock_Weather.png │ ├── Demo_LED_Indicators.png │ ├── Demo_LED_Indicators_Text_Based.png │ ├── Demo_Layout_Extend.png │ ├── Demo_Layout_Generation.png │ ├── Demo_Layout_Vertical.png │ ├── Demo_Layout_Vertical_Centered.png │ ├── Demo_Listbox_Search_Filter.png │ ├── Demo_Look_And_Feel_Theme_Browser.png │ ├── Demo_Look_And_Feel_Theme_Dump.png │ ├── Demo_Machine_Learning.png │ ├── Demo_Main_Control_Test_Panel.png │ ├── Demo_Matplotlib.png │ ├── Demo_Matplotlib_Animated.png │ ├── Demo_Matplotlib_Animated_Scatter.png │ ├── Demo_Matplotlib_Browser.png │ ├── Demo_Matplotlib_Browser_Paned.png │ ├── Demo_Matplotlib_Embedded_TEMPLATE.png │ ├── Demo_Matplotlib_Embedded_Toolbar.png │ ├── Demo_Matplotlib_Grid_of_Graphs_Using_PIL.png │ ├── Demo_Matplotlib_PyLab.png │ ├── Demo_Matplotlib_Styles.png │ ├── Demo_Matplotlib_Two_Windows.png │ ├── Demo_Media_Player.png │ ├── Demo_Media_Player_VLC_Based.png │ ├── Demo_Menu_With_Toolbar.png │ ├── Demo_Menus.png │ ├── Demo_Multiline_Multicolored_Text.png │ ├── Demo_Multiline_cprint_Printing.png │ ├── Demo_Multiple_Windows_Experimental.png │ ├── Demo_Multithreaded_Animated_Shell_Command.png │ ├── Demo_Multithreaded_Different_Threads.gif │ ├── Demo_Multithreaded_Different_Threads.png │ ├── Demo_Multithreaded_Logging.png │ ├── Demo_Multithreaded_Long_Shell_Operation_Animated.png │ ├── Demo_Multithreaded_Long_Task_Simple.png │ ├── Demo_Multithreaded_Long_Tasks.png │ ├── Demo_Multithreaded_Multiple_Threads.png │ ├── Demo_Multithreaded_Write_Event_Value.png │ ├── Demo_Multithreaded_Write_Event_Value_MultiWindow.png │ ├── Demo_Nice_Buttons.png │ ├── Demo_NonBlocking_Form.png │ ├── Demo_Notification_Window_Alpha_Channel.png │ ├── Demo_Notification_Window_Fade_In_Out.png │ ├── Demo_Notification_Window_Multiprocessing.png │ ├── Demo_OpenCV.png │ ├── Demo_OpenCV_4_Line_Program.png │ ├── Demo_OpenCV_7_Line_Program.png │ ├── Demo_OpenCV_Draw_On_Webcam_Image.png │ ├── Demo_OpenCV_Simple_GUI.png │ ├── Demo_OpenCV_Webcam.png │ ├── Demo_OpenCV_Webcam_ASCII.png │ ├── Demo_OpenCV_Webcam_Minimal.png │ ├── Demo_PNG_Thumbnail_Viewer.png │ ├── Demo_PNG_Viewer.png │ ├── Demo_Paned_Window.png │ ├── Demo_Password_Login.png │ ├── Demo_Pi_LEDs.png │ ├── Demo_Pi_Robotics.png │ ├── Demo_Ping_Line_Graph.png │ ├── Demo_Pong.gif │ ├── Demo_Pong.png │ ├── Demo_Pong_Multiple_Platforms.png │ ├── Demo_Popup_Custom.png │ ├── Demo_Popups.png │ ├── Demo_Progress_Meters.png │ ├── Demo_PyCharm_Launcher.png │ ├── Demo_PyCharm_Self_Edit.png │ ├── Demo_PyGame_Snake_Game.gif │ ├── Demo_PyGame_Snake_Game.png │ ├── Demo_Pyplot_Bar_Chart.png │ ├── Demo_Pyplot_Bar_Chart2.png │ ├── Demo_Radio_Buttons_Simulated.png │ ├── Demo_Reddit_Search.png │ ├── Demo_Save_Any_Window_As_Image.png │ ├── Demo_Save_Window_As_Image.png │ ├── Demo_Script_Launcher.png │ ├── Demo_Script_Launcher_ANSI_Color_Output.png │ ├── Demo_Script_Launcher_Realtime_Output.png │ ├── Demo_Script_Parameters.png │ ├── Demo_Separator_Elements.png │ ├── Demo_Settings_Save_Load.png │ ├── Demo_Sort_Visualizer.png │ ├── Demo_Spinner_Compound_Element.png │ ├── Demo_Status_Bar.png │ ├── Demo_Stdout.png │ ├── Demo_Sudoku.png │ ├── Demo_Super_Simple_Form.png │ ├── Demo_System_Tray_GUI_Window_Design_Pattern.png │ ├── Demo_System_Tray_Icon.png │ ├── Demo_System_Tray_Reminder.png │ ├── Demo_Table_CSV.png │ ├── Demo_Table_Element.png │ ├── Demo_Table_Pandas.png │ ├── Demo_Table_Simulation.png │ ├── Demo_Table_Simulation_Arrow_Keys.png │ ├── Demo_Tabs.png │ ├── Demo_Tabs_Nested.png │ ├── Demo_Tabs_Simple.png │ ├── Demo_Theme_Browser.png │ ├── Demo_Theme_Color_Swatches.png │ ├── Demo_Theme_Previewer_Dark.png │ ├── Demo_Timer.png │ ├── Demo_Titlebar_Custom_Async.png │ ├── Demo_Titlebar_Custom_Dark_Theme.png │ ├── Demo_Titlebar_Custom_Multiple_Combinations.png │ ├── Demo_Touch_Keyboard.png │ ├── Demo_Tree_Element.png │ ├── Demo_Turtle.png │ ├── Demo_Unicode_Characters.png │ ├── Demo_Uno_Card_Game.png │ ├── Demo_User_Settings.png │ ├── Demo_User_Settings_Browse_File_Folder.png │ ├── Demo_User_Settings_Class_Remember_Input_and_Combo.png │ ├── Demo_User_Settings_Remember_Input_and_Combo.png │ ├── Demo_Window_Background_Image.png │ ├── Demo_Window_Disappear.png │ ├── Demo_Window_Open_Multiple_Times.png │ ├── Demo_YouTube_Intro.png │ ├── Demo_Youtube-dl_Frontend.png │ ├── Demo_psutil_Kill_Processes.png │ ├── Demo_psutil_Kill_Python_Processes.png │ └── ping.png ├── for_docs │ ├── CustomTitlebar0.jpg │ ├── CustomTitlebar1.jpg │ ├── CustomTitlebar2.jpg │ ├── CustomTitlebar3.jpg │ ├── GetFileExample.jpg │ ├── HelloWorld.jpg │ ├── NormalTitlebar.jpg │ ├── Simple.jpg │ ├── psgcompiler.jpg │ ├── psgdemo2.jpg │ ├── psgdemos.jpg │ ├── psgfiglet.jpg │ ├── psghelp.jpg │ ├── psgissue.jpg │ ├── psgmain.jpg │ ├── psgresizer.jpg │ ├── psgsettings.jpg │ ├── psgshortcut.jpg │ ├── psgtest.jpg │ ├── psgtest_filtered.jpg │ ├── psgtest_gif.gif │ ├── psgtest_multiple_python_versions.gif │ ├── psgtest_running.jpg │ ├── psgtest_toggle_test.gif │ ├── psgupgrade.jpg │ └── psgver.jpg └── for_readme │ ├── 4x4grid.jpg │ ├── CPU Cores Dashboard 2.gif │ ├── Chess.png │ ├── Colorizer.jpg │ ├── Customized Titlebar.gif │ ├── DarkGrey.jpg │ ├── DarkGreyJapanese.jpg │ ├── Demo Browser Search Close Attempted.jpg │ ├── Desktop Bouncing Balls.gif │ ├── Example2-1.jpg │ ├── Example2-2.jpg │ ├── Example2-3.jpg │ ├── First_GUI1.jpg │ ├── First_GUI2.jpg │ ├── GUI Gap 2020.png │ ├── GettingOverThe GUILearningBar.jpg │ ├── HelloWorld1.jpg │ ├── HelloWorldYellow.jpg │ ├── JumpCutter.png │ ├── Logo with text for GitHub Top.png │ ├── Matplotlib.jpg │ ├── Matplotlib2.jpg │ ├── Minesweeper.gif │ ├── OpenCV.jpg │ ├── PSGSuperHero.png │ ├── PySimpleGUI+ Logo GitHub Top.png │ ├── RainmeterStyleWidgets.jpg │ ├── Raspberry Pi.jpg │ ├── Solitaire.gif │ ├── TextUpdate.jpg │ ├── ThemePreview.jpg │ ├── WhatsYourName.jpg │ ├── WhatsYourNameBlank.jpg │ ├── WhatsYourNameBlank1.jpg │ ├── Window Closed Confirmation.gif │ ├── YOLO Object Detection.jpg │ ├── YOLO_GIF.gif │ ├── ex1-Qt.jpg │ ├── ex1-Remi.jpg │ ├── ex1-WxPython.jpg │ ├── ex1-tkinter.jpg │ ├── github-48x48.png │ ├── layout-with-rows.jpg │ ├── minesweeper_israel_dryer.png │ ├── popupgetfilename.jpg │ ├── popupyouentered.jpg │ ├── rows.jpg │ ├── semi-transparent.jpg │ ├── twitter-48x48.png │ └── youtube-48x48.png ├── license.txt ├── mkdocs.yml ├── psgtray.py ├── readme.ja.md ├── readme.md ├── readme_creator ├── RUN_ME and START_HERE.py ├── app_configs.json ├── etc │ ├── LoG_call_ref_.py │ ├── Makefile │ ├── __some_tags.txt │ ├── dump_stuff.py │ ├── listbox_goto.py │ ├── params.txt │ ├── pep8ify.py │ └── psg_gui.py ├── make_real_readme.py ├── markdown input files │ ├── 1_HEADER_top_part.md │ ├── 2_readme.md │ ├── 3_FOOTER.md │ ├── 4_Release_notes.md │ └── 5_call_reference.md ├── output │ ├── call reference.md │ ├── demolist.md │ └── index.md ├── readme.md ├── show_all_tags.py └── start.bat ├── readthedocs.yml └── setup.py /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE/pull_request_template.md: -------------------------------------------------------------------------------- 1 | ## Pull Request Instructions 2 | 3 | **Pull requests are not currently accepted for the project including the core PySimpleGUI code, the Demo Programs and documentation ** 4 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | readme_creator/psg_gui.py 3 | -------------------------------------------------------------------------------- /DemoPrograms/ButtonClick.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/DemoPrograms/ButtonClick.wav -------------------------------------------------------------------------------- /DemoPrograms/ButtonClick1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/DemoPrograms/ButtonClick1.wav -------------------------------------------------------------------------------- /DemoPrograms/Demo_CLI_or_GUI.py: -------------------------------------------------------------------------------- 1 | """ 2 | Demo Command Line Application or GUI Application 3 | 4 | If your program is run with arguments, then a command line version is used. 5 | If no arguments are given, then a GUI is shown that asks for a filename. 6 | 7 | http://www.PySimpleGUI.org 8 | Copyright 2022 PySimpleGUI 9 | """ 10 | 11 | import PySimpleGUI as sg 12 | import sys 13 | 14 | def main_cli(filename): 15 | print(f'Your filename = {filename}') 16 | 17 | 18 | def main_gui(): 19 | filename = sg.popup_get_file('Please enter a filename:') 20 | main_cli(filename) 21 | 22 | if __name__ == '__main__': 23 | if len(sys.argv) < 2: 24 | main_gui() 25 | else: 26 | main_cli(sys.argv[1]) 27 | -------------------------------------------------------------------------------- /DemoPrograms/Demo_Canvas.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | import PySimpleGUI as sg 3 | 4 | layout = [ 5 | [sg.Canvas(size=(150, 150), background_color='red', key='canvas')], 6 | [sg.Text('Change circle color to:'), sg.Button('Red'), sg.Button('Blue')] 7 | ] 8 | 9 | window = sg.Window('Canvas test', layout, finalize=True) 10 | 11 | cir = window['canvas'].TKCanvas.create_oval(50, 50, 100, 100) 12 | 13 | while True: 14 | event, values = window.read() 15 | if event == sg.WIN_CLOSED: 16 | break 17 | if event in ('Blue', 'Red'): 18 | window['canvas'].TKCanvas.itemconfig(cir, fill=event) 19 | -------------------------------------------------------------------------------- /DemoPrograms/Demo_Close_Attempted_Event.py: -------------------------------------------------------------------------------- 1 | """ 2 | Demo_Close_Attempted_Event 3 | 4 | Catches if a window close was tried by user (click "X") and confirms with a popup. 5 | Requires PySimpleGUI 4.33.0 and later 6 | 7 | Copyright 2021 PySimpleGUI Inc. 8 | """ 9 | 10 | import PySimpleGUI as sg 11 | 12 | layout = [[sg.Text('Close confirmation demo')], 13 | [sg.Text('Try closing window with the "X"')], 14 | [sg.Button('Go'), sg.Button('Exit')]] 15 | 16 | window = sg.Window('Window Title', layout, enable_close_attempted_event=True) 17 | 18 | while True: 19 | event, values = window.read() 20 | print(event, values) 21 | if (event == sg.WINDOW_CLOSE_ATTEMPTED_EVENT or event == 'Exit') and sg.popup_yes_no('Do you really want to exit?') == 'Yes': 22 | break 23 | 24 | window.close() 25 | -------------------------------------------------------------------------------- /DemoPrograms/Demo_Design_Pattern_Persistent_Window.py: -------------------------------------------------------------------------------- 1 | import PySimpleGUI as sg 2 | 3 | """ 4 | The basic PySimpleGUI design pattern for a persistent window that is 5 | updated using data input from one of the elements. 6 | 7 | Copyright 2020 PySimpleGUI.org 8 | """ 9 | 10 | layout = [[sg.Text('Your typed chars appear here:'), sg.Text(size=(20, 1), key='-OUTPUT-')], 11 | [sg.Input(key='-IN-')], 12 | [sg.Button('Show'), sg.Button('Exit')]] 13 | 14 | window = sg.Window('Window Title', layout) 15 | 16 | while True: 17 | event, values = window.read() 18 | print(event, values) 19 | if event == sg.WIN_CLOSED or event == 'Exit': 20 | break 21 | if event == 'Show': 22 | # change the "output" element to be the value of "input" element 23 | window['-OUTPUT-'].update(values['-IN-']) 24 | 25 | window.close() 26 | -------------------------------------------------------------------------------- /DemoPrograms/Demo_Exception_Traceback_Popup.py: -------------------------------------------------------------------------------- 1 | import PySimpleGUI as sg 2 | 3 | """ 4 | Demo - Show an error popup with traceback information 5 | 6 | Copyright 2022 PySimpleGUI 7 | """ 8 | 9 | 10 | layout = [ [sg.Text('Choose the type of error to generate')], 11 | [sg.Button('Go'), sg.B('Key Error'), sg.B('Div 0'), sg.Button('Exit')] ] 12 | 13 | window = sg.Window('Exception Handling and Error Information Display', layout) 14 | 15 | while True: # Event Loop 16 | try: 17 | event, values = window.read() 18 | if event in (sg.WIN_CLOSED, 'Exit'): 19 | break 20 | # When choice has been made, then fill in the listbox with the choices 21 | if event == 'Key Error': 22 | window['bad key'] 23 | elif event == 'Div 0': 24 | a = 1/0 25 | except Exception as e: 26 | sg.popup_error_with_traceback('Error in the event loop', e, emoji=sg.EMOJI_BASE64_SCREAM) 27 | window.close() 28 | -------------------------------------------------------------------------------- /DemoPrograms/Demo_Hello_World.py: -------------------------------------------------------------------------------- 1 | import PySimpleGUI as sg 2 | 3 | """ 4 | Oh yes, the classic "Hello World". The problem is that you 5 | can do it so many ways using PySimpleGUI 6 | """ 7 | 8 | sg.popup_no_buttons('Hello World') # the single line 9 | 10 | # single line using a real window 11 | sg.Window('Hello world', [[sg.Text('Hello World')]]).read() 12 | 13 | # This is a "Traditional" PySimpleGUI window code. First make a layout, then a window, the read it 14 | layout = [[sg.Text('Hello World')]] 15 | window = sg.Window('Hello world', layout) 16 | event, values = window.read() 17 | 18 | window.close() 19 | -------------------------------------------------------------------------------- /DemoPrograms/Demo_Hotkey.py: -------------------------------------------------------------------------------- 1 | import PySimpleGUI as sg 2 | """ 3 | Demo Hotkey 4 | 5 | Want a keyboard hotkey to cause your program to take some action 6 | that's identical to a button being clicked? 7 | 8 | Well... that's 1 line of code that's needed. 9 | 10 | This line binds the F10 keybaord key to the window. It produces a "Go" event: 11 | window.bind('', 'Go') 12 | 13 | Copyright 2021 PySimpleGUI 14 | """ 15 | 16 | layout = [ [sg.Text('Press F10 to get same result as clicking "Go" button')], 17 | [sg.Input(key='-IN-')], 18 | [sg.Output(size=(30,8))], 19 | [sg.Button('Go'), sg.Button('Exit')] ] 20 | 21 | window = sg.Window('Window Title', layout, finalize=True) 22 | 23 | window.bind('', 'Go') # Make sure your window is finalized first 24 | 25 | while True: # Event Loop 26 | event, values = window.read() 27 | print(event, values) 28 | if event in (sg.WIN_CLOSED, 'Exit'): 29 | break 30 | window.close() -------------------------------------------------------------------------------- /DemoPrograms/Demo_Input_Validation.py: -------------------------------------------------------------------------------- 1 | import PySimpleGUI as sg 2 | 3 | """ 4 | Simple field validation 5 | Input field should only accept digits 0-9. 6 | If non-digit entered, it is deleted from the field 7 | 8 | Copyright 2022 PySimpleGUI 9 | """ 10 | 11 | layout = [[sg.Text('Enter digits:')], 12 | [sg.Input('', enable_events=True, key='-INPUT-')], 13 | [sg.Button('Ok', key='-OK-'), sg.Button('Exit')]] 14 | 15 | window = sg.Window('Window Title', layout) 16 | 17 | while True: # Event Loop 18 | event, values = window.read() 19 | print(event, values) 20 | if event == sg.WIN_CLOSED or event == 'Exit': 21 | break 22 | # if last char entered not a digit 23 | if event == '-INPUT-' and len(values['-INPUT-']) and values['-INPUT-'][-1] not in ('0123456789'): 24 | # delete last char from input 25 | window['-INPUT-'].update(values['-INPUT-'][:-1]) 26 | 27 | window.close() -------------------------------------------------------------------------------- /DemoPrograms/Demo_Keyboard.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | import sys 3 | import PySimpleGUI as sg 4 | 5 | # Recipe for getting keys, one at a time as they are released 6 | # If want to use the space bar, then be sure and disable the "default focus" 7 | 8 | layout = [[sg.Text("Press a key or scroll mouse")], 9 | [sg.Text("", size=(18, 1), key='text')], 10 | [sg.Button("OK", key='OK')]] 11 | 12 | window = sg.Window("Keyboard Test", layout, 13 | return_keyboard_events=True, use_default_focus=False) 14 | 15 | # ---===--- Loop taking in user input --- # 16 | while True: 17 | event, values = window.read() 18 | text_elem = window['text'] 19 | if event in ("OK", None): 20 | print(event, "exiting") 21 | break 22 | if len(event) == 1: 23 | text_elem.update(value='%s - %s' % (event, ord(event))) 24 | if event is not None: 25 | text_elem.update(event) 26 | 27 | 28 | window.close() 29 | -------------------------------------------------------------------------------- /DemoPrograms/Demo_Keyboard_Realtime.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | import PySimpleGUI as sg 3 | 4 | layout = [[sg.Text("Hold down a key")], 5 | [sg.Button("OK")]] 6 | 7 | window = sg.Window("Realtime Keyboard Test", layout, return_keyboard_events=True, 8 | use_default_focus=False) 9 | 10 | while True: 11 | event, values = window.read(timeout=0) 12 | 13 | if event == "OK": 14 | print(event, values, "exiting") 15 | break 16 | if event is not sg.TIMEOUT_KEY: 17 | if len(event) == 1: 18 | print('%s - %s' % (event, ord(event))) 19 | else: 20 | print(event) 21 | elif event == sg.WIN_CLOSED: 22 | break 23 | 24 | window.close() 25 | -------------------------------------------------------------------------------- /DemoPrograms/Demo_Main_Control_Test_Panel.py: -------------------------------------------------------------------------------- 1 | import PySimpleGUI as sg 2 | 3 | """ 4 | This is a simple as it gets. Calls the "main" function which is the PySimpleGUI Test Harness 5 | or Control Panel of sorts. Use it to view themes, upgrade your PySimpleGUI to the GitHub version, etc. 6 | """ 7 | 8 | sg.main() 9 | 10 | -------------------------------------------------------------------------------- /DemoPrograms/Demo_Make_Windows_Shortcut.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/DemoPrograms/Demo_Make_Windows_Shortcut.ico -------------------------------------------------------------------------------- /DemoPrograms/Demo_OpenCV_4_Line_Program.py: -------------------------------------------------------------------------------- 1 | import cv2, PySimpleGUI as sg 2 | # Make the window 3 | window, cap = sg.Window('Demo Application - OpenCV Integration', [[sg.Image(filename='', key='image')], ], location=(800, 400)), cv2.VideoCapture(0) 4 | # Loop reading video frames 5 | while window(timeout=20)[0] is not None: 6 | # Read a video frame and write it to the window 7 | window['image'](data=cv2.imencode('.png', cap.read()[1])[1].tobytes()) -------------------------------------------------------------------------------- /DemoPrograms/Demo_Progress_Meter_Simulated.py: -------------------------------------------------------------------------------- 1 | """ 2 | Demo Program - Progress Meter using a Text Element 3 | 4 | This program was written by @jason990420 5 | 6 | This is a clever use of a Text Element to create the same look 7 | and feel of a progress bar in PySimpleGUI using only a Text Element. 8 | 9 | Copyright 2020 PySimpleGUI.org 10 | """ 11 | 12 | import PySimpleGUI as sg 13 | 14 | sg.theme('DarkBlue') 15 | 16 | layout = [[sg.Text('', size=(50, 1), relief='sunken', 17 | text_color='yellow', background_color='black',key='-TEXT-', metadata=0)]] 18 | 19 | window = sg.Window('Title', layout, finalize=True) 20 | 21 | text = window['-TEXT-'] 22 | 23 | while True: 24 | 25 | event, values = window.read(timeout=100) 26 | 27 | if event == sg.WINDOW_CLOSED: 28 | break 29 | text.metadata = (text.metadata + 1) % 51 30 | text.update(sg.SYMBOL_SQUARE * text.metadata) 31 | 32 | window.close() -------------------------------------------------------------------------------- /DemoPrograms/Demo_Stdout.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | import PySimpleGUI as sg 3 | 4 | """ 5 | Demo program that reroutes stdout and stderr. 6 | Type something in the input box and click Print 7 | Whatever you typed is "printed" using a standard print statement 8 | Use the Output Element in your window layout to reroute stdout 9 | You will see the output of the print in the Output Element in the center of the window 10 | 11 | """ 12 | 13 | 14 | layout = [ 15 | [sg.Text('Type something in input field and click print')], 16 | [sg.Input()], 17 | [sg.Output()], 18 | [sg.Button('Print')] 19 | ] 20 | 21 | window = sg.Window('Reroute stdout', layout) 22 | 23 | while True: # Event Loop 24 | event, values = window.read() 25 | if event == sg.WIN_CLOSED: 26 | break 27 | print('You typed: ', values[0]) 28 | window.close() 29 | -------------------------------------------------------------------------------- /DemoPrograms/Demo_Sudoku_1_Line.py: -------------------------------------------------------------------------------- 1 | import PySimpleGUI as sg 2 | 3 | """ 4 | Demo 1-line Sudoku Board 5 | 6 | A silly display of what 1 line of PySimpleGUI is capable of producing by 7 | utilizing the power of Python. The power isn't a PySimpleGUI trick. 8 | The power is Python List Comprehensions and using them in your layout. 9 | 10 | Copyright 2021 PySimpleGUI 11 | """ 12 | 13 | sg.Window('Sudoku', [[sg.Frame('', [[sg.Input(justification='r', size=(3,1)) for col in range(3)] for row in range(3)]) for frame_col in range(3)] for frame_row in range(3)], use_custom_titlebar=True).read() 14 | -------------------------------------------------------------------------------- /DemoPrograms/Demo_Super_Simple_Form.py: -------------------------------------------------------------------------------- 1 | import PySimpleGUI as sg 2 | 3 | """ 4 | Simple Form (a one-shot data entry window) 5 | Use this design pattern to show a form one time to a user that is "submitted" 6 | """ 7 | 8 | layout = [[sg.Text('Please enter your Name, Address, Phone')], 9 | [sg.Text('Name', size=(10, 1)), sg.InputText(key='-NAME-')], 10 | [sg.Text('Address', size=(10, 1)), sg.InputText(key='-ADDRESS-')], 11 | [sg.Text('Phone', size=(10, 1)), sg.InputText(key='-PHONE-')], 12 | [sg.Button('Submit'), sg.Button('Cancel')]] 13 | 14 | window = sg.Window('Simple Data Entry Window', layout) 15 | event, values = window.read(close=True) 16 | 17 | if event == 'Submit': 18 | print('The events was ', event, 'You input', values['-NAME-'], values['-ADDRESS-'], values['-PHONE-']) 19 | else: 20 | print('User cancelled') 21 | -------------------------------------------------------------------------------- /DemoPrograms/Demo_User_Settings_Config_INI_Format.ini: -------------------------------------------------------------------------------- 1 | [My Section] 2 | filename = test1234 3 | filename2 = number 2 4 | filename3 = number 3 5 | 6 | [Section 2] 7 | var = New Value 8 | var1 = Default 9 | 10 | [Empty] 11 | 12 | [last section] 13 | bool = True 14 | 15 | -------------------------------------------------------------------------------- /DemoPrograms/Demo_Window_Disappear.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | import PySimpleGUI as sg 3 | 4 | # Example .disappear() .reappear() methods in window 5 | 6 | 7 | layout = [[ sg.Text('My Window') ], 8 | [ sg.Button('Disappear')]] 9 | 10 | window = sg.Window('My window', layout) 11 | 12 | while True: 13 | event, values = window.read() 14 | if event == sg.WIN_CLOSED: 15 | break 16 | if event == 'Disappear': 17 | window.disappear() 18 | sg.popup('Click OK to make window reappear') 19 | window.reappear() 20 | 21 | window.close() -------------------------------------------------------------------------------- /DemoPrograms/Demo_YouTube_Intro.py: -------------------------------------------------------------------------------- 1 | import PySimpleGUI as sg 2 | 3 | layout = [[sg.Text('What is your name?')], 4 | [sg.InputText()], 5 | [sg.Button('Ok')]] 6 | 7 | window = sg.Window('Title of Window', layout) 8 | event, values = window.read() 9 | window.close() 10 | 11 | sg.popup('Hello {}'.format(values[0])) -------------------------------------------------------------------------------- /DemoPrograms/OpenFlame.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/DemoPrograms/OpenFlame.ttf -------------------------------------------------------------------------------- /DemoPrograms/PyDroid3/Demo_OpenCV_4_Line_Program.py: -------------------------------------------------------------------------------- 1 | import tkinter 2 | import cv2, PySimpleGUI as sg 3 | USE_CAMERA = 0 # change to 1 for front facing camera 4 | window, cap = sg.Window('Demo Application - OpenCV Integration', [[sg.Image(filename='', key='image')], ], location=(0, 0), grab_anywhere=True), cv2.VideoCapture(USE_CAMERA) 5 | while window(timeout=20)[0] is not None: 6 | window['image'](data=cv2.imencode('.png', cap.read()[1])[1].tobytes()) 7 | -------------------------------------------------------------------------------- /DemoPrograms/db.sqlite3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/DemoPrograms/db.sqlite3 -------------------------------------------------------------------------------- /DemoPrograms/default_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/DemoPrograms/default_icon.ico -------------------------------------------------------------------------------- /DemoPrograms/exampleGIF.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/DemoPrograms/exampleGIF.gif -------------------------------------------------------------------------------- /DemoPrograms/logo200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/DemoPrograms/logo200.png -------------------------------------------------------------------------------- /DemoPrograms/red_plus.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/DemoPrograms/red_plus.ico -------------------------------------------------------------------------------- /ProgrammingClassExamples/MacOS versions/1a PSG (Entry and PopUp).py: -------------------------------------------------------------------------------- 1 | #PySimple examples (v 3.8) 2 | #Tony Crewe 3 | #Oct 2018 MacOs 4 | 5 | import PySimpleGUI as sg 6 | 7 | #layout, Text, Input,button on line below 8 | layout = [ 9 | [sg.Text('Celcius'), sg.InputText()], 10 | [sg.Submit()], 11 | ] 12 | 13 | #setup window with Title 14 | window = sg.Window('Temperature Converter').Layout(layout) 15 | 16 | #get value (part of a list) 17 | button, value = window.Read() 18 | if button is None: 19 | #windows was closed without button being pressed 20 | exit(0) 21 | 22 | #convert and create string 23 | fahrenheit = round(9/5*float(value[0]) +32, 1) 24 | result = 'Temperature in Fahrenheit is: ' + str(fahrenheit) 25 | #display in Popup 26 | sg.Popup('Result', result) 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /ProgrammingClassExamples/MacOS versions/9b PSG Tabs example.py: -------------------------------------------------------------------------------- 1 | #PySimple examples (v 3.9) 2 | #Tony Crewe 3 | #Oct 2018 MacOs 4 | 5 | import PySimpleGUI as sg 6 | 7 | tab1_layout = [[sg.Text('This is inside tab 1')]] 8 | 9 | tab2_layout = [[sg.Text('This is inside tab 2')]] 10 | 11 | layout = [[sg.TabGroup([[sg.Tab('Tab 1', tab1_layout), 12 | sg.Tab('Tab 2', tab2_layout)]])], 13 | [sg.ReadButton('Read')]] 14 | 15 | window = sg.Window('Main Window').Layout(layout) 16 | 17 | while True: 18 | b, v = window.Read() 19 | if b is not None: 20 | print(b,v) 21 | else: 22 | break 23 | -------------------------------------------------------------------------------- /ProgrammingClassExamples/MacOS versions/AFL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/ProgrammingClassExamples/MacOS versions/AFL.png -------------------------------------------------------------------------------- /ProgrammingClassExamples/MacOS versions/AFL2018 (sorted alpha teams).csv: -------------------------------------------------------------------------------- 1 | Team,P,W,L,D,F,A 2 | Adelaide Crows,22,12,10,0,1941,1865 3 | Brisbane Lions,22,5,17,0,1825,2049 4 | Carlton,22,2,20,0,1353,2282 5 | Collingwood,22,15,7,0,2046,1699 6 | Essendon,22,12,10,0,1932,1838 7 | Fremantle,22,8,14,0,1556,2041 8 | Geelong Cats,22,13,9,0,2045,1554 9 | Gold Coast Suns,22,4,18,0,1308,2182 10 | GWS Giants,22,13,8,1,1898,1661 11 | Hawthorn,22,15,7,0,1972,1642 12 | Melbourne,22,14,8,0,2299,1749 13 | North Melbourne,22,12,10,0,1950,1790 14 | Port Adelaide,22,12,10,0,1780,1654 15 | Richmond,22,18,4,0,2143,1574 16 | St Kilda,22,4,17,1,1606,2125 17 | Sydney Swans,22,14,8,0,1822,1664 18 | West Coast Eagles,22,16,6,0,2012,1657 19 | Western Bulldogs,22,8,14,0,1575,2037 20 | -------------------------------------------------------------------------------- /ProgrammingClassExamples/MacOS versions/AFL2018 (sorted pts and %).csv: -------------------------------------------------------------------------------- 1 | Team,P,W,L,D,F,A 2 | Richmond,22,18,4,0,2143,1574 3 | West Coast Eagles,22,16,6,0,2012,1657 4 | Collingwood,22,15,7,0,2046,1699 5 | Hawthorn,22,15,7,0,1972,1642 6 | Melbourne,22,14,8,0,2299,1749 7 | Sydney Swans,22,14,8,0,1822,1664 8 | GWS Giants,22,13,8,1,1898,1661 9 | Geelong Cats,22,13,9,0,2045,1554 10 | North Melbourne,22,12,10,0,1950,1790 11 | Port Adelaide,22,12,10,0,1780,1654 12 | Essendon,22,12,10,0,1932,1838 13 | Adelaide Crows,22,12,10,0,1941,1865 14 | Western Bulldogs,22,8,14,0,1575,2037 15 | Fremantle,22,8,14,0,1556,2041 16 | Brisbane Lions,22,5,17,0,1825,2049 17 | St Kilda,22,4,17,1,1606,2125 18 | Gold Coast Suns,22,4,18,0,1308,2182 19 | Carlton,22,2,20,0,1353,2282 20 | -------------------------------------------------------------------------------- /ProgrammingClassExamples/MacOS versions/Gym_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/ProgrammingClassExamples/MacOS versions/Gym_Logo.png -------------------------------------------------------------------------------- /ProgrammingClassExamples/MacOS versions/Names(sorted).txt: -------------------------------------------------------------------------------- 1 | Andrea 2 | Belinda 3 | Deborah 4 | Helen 5 | Jenny 6 | Kylie 7 | Meredith 8 | Pauline 9 | Roberta 10 | Wendy 11 | -------------------------------------------------------------------------------- /ProgrammingClassExamples/MacOS versions/Names.txt: -------------------------------------------------------------------------------- 1 | Roberta 2 | Kylie 3 | Jenny 4 | Helen 5 | Andrea 6 | Meredith 7 | Deborah 8 | Pauline 9 | Belinda 10 | Wendy -------------------------------------------------------------------------------- /ProgrammingClassExamples/MacOS versions/Test.txt: -------------------------------------------------------------------------------- 1 | T 2 | 202.0 3 | 50.5 4 | -------------------------------------------------------------------------------- /ProgrammingClassExamples/MacOS versions/TonyCrewe2.txt: -------------------------------------------------------------------------------- 1 | Tony 2 | 158.0 3 | 39.5 4 | -------------------------------------------------------------------------------- /ProgrammingClassExamples/MacOS versions/default_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/ProgrammingClassExamples/MacOS versions/default_icon.ico -------------------------------------------------------------------------------- /ProgrammingClassExamples/MacOS versions/results.txt: -------------------------------------------------------------------------------- 1 | Tony 2 | 224.0 3 | 56.0 4 | -------------------------------------------------------------------------------- /ProgrammingClassExamples/Win10 versions/1a PSG (Entry and PopUp).py: -------------------------------------------------------------------------------- 1 | #PySimple examples (v 3.8) 2 | #Tony Crewe 3 | #Sep 2018 4 | 5 | import PySimpleGUI as sg 6 | 7 | #layout, Text, Input,button on line below 8 | layout = [ 9 | [sg.Text('Celcius'), sg.InputText()], 10 | [sg.Submit()], 11 | ] 12 | 13 | #setup window with Title 14 | window = sg.Window('Temperature Converter').Layout(layout) 15 | 16 | #get value (part of a list) 17 | button, value = window.Read() 18 | if button is None: 19 | #windows was closed without button being pressed 20 | exit(0) 21 | 22 | #convert and create string 23 | fahrenheit = round(9/5*float(value[0]) +32, 1) 24 | result = 'Temperature in Fahrenheit is: ' + str(fahrenheit) 25 | #display in Popup 26 | sg.Popup('Result', result) 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /ProgrammingClassExamples/Win10 versions/9b PSG Tabs example.py: -------------------------------------------------------------------------------- 1 | #PySimple examples (v 3.9) 2 | #Tony Crewe 3 | #Oct 2018 4 | 5 | import PySimpleGUI as sg 6 | 7 | tab1_layout = [[sg.Text('This is inside tab 1')]] 8 | 9 | tab2_layout = [[sg.Text('This is inside tab 2')]] 10 | 11 | layout = [[sg.TabGroup([[sg.Tab('Tab 1', tab1_layout), 12 | sg.Tab('Tab 2', tab2_layout)]])], 13 | [sg.ReadButton('Read')]] 14 | 15 | window = sg.Window('Main Window').Layout(layout) 16 | 17 | while True: 18 | b, v = window.Read() 19 | if b is not None: 20 | print(b,v) 21 | else: 22 | break 23 | -------------------------------------------------------------------------------- /ProgrammingClassExamples/Win10 versions/AFL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/ProgrammingClassExamples/Win10 versions/AFL.png -------------------------------------------------------------------------------- /ProgrammingClassExamples/Win10 versions/AFL2018 (sorted alpha teams).csv: -------------------------------------------------------------------------------- 1 | Team,P,W,L,D,F,A 2 | Adelaide Crows,22,12,10,0,1941,1865 3 | Brisbane Lions,22,5,17,0,1825,2049 4 | Carlton,22,2,20,0,1353,2282 5 | Collingwood,22,15,7,0,2046,1699 6 | Essendon,22,12,10,0,1932,1838 7 | Fremantle,22,8,14,0,1556,2041 8 | Geelong Cats,22,13,9,0,2045,1554 9 | Gold Coast Suns,22,4,18,0,1308,2182 10 | GWS Giants,22,13,8,1,1898,1661 11 | Hawthorn,22,15,7,0,1972,1642 12 | Melbourne,22,14,8,0,2299,1749 13 | North Melbourne,22,12,10,0,1950,1790 14 | Port Adelaide,22,12,10,0,1780,1654 15 | Richmond,22,18,4,0,2143,1574 16 | St Kilda,22,4,17,1,1606,2125 17 | Sydney Swans,22,14,8,0,1822,1664 18 | West Coast Eagles,22,16,6,0,2012,1657 19 | Western Bulldogs,22,8,14,0,1575,2037 20 | -------------------------------------------------------------------------------- /ProgrammingClassExamples/Win10 versions/AFL2018 (sorted pts and %).csv: -------------------------------------------------------------------------------- 1 | Team,P,W,L,D,F,A 2 | Richmond,22,18,4,0,2143,1574 3 | West Coast Eagles,22,16,6,0,2012,1657 4 | Collingwood,22,15,7,0,2046,1699 5 | Hawthorn,22,15,7,0,1972,1642 6 | Melbourne,22,14,8,0,2299,1749 7 | Sydney Swans,22,14,8,0,1822,1664 8 | GWS Giants,22,13,8,1,1898,1661 9 | Geelong Cats,22,13,9,0,2045,1554 10 | North Melbourne,22,12,10,0,1950,1790 11 | Port Adelaide,22,12,10,0,1780,1654 12 | Essendon,22,12,10,0,1932,1838 13 | Adelaide Crows,22,12,10,0,1941,1865 14 | Western Bulldogs,22,8,14,0,1575,2037 15 | Fremantle,22,8,14,0,1556,2041 16 | Brisbane Lions,22,5,17,0,1825,2049 17 | St Kilda,22,4,17,1,1606,2125 18 | Gold Coast Suns,22,4,18,0,1308,2182 19 | Carlton,22,2,20,0,1353,2282 20 | -------------------------------------------------------------------------------- /ProgrammingClassExamples/Win10 versions/Gym_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/ProgrammingClassExamples/Win10 versions/Gym_Logo.png -------------------------------------------------------------------------------- /ProgrammingClassExamples/Win10 versions/Names.txt: -------------------------------------------------------------------------------- 1 | Roberta 2 | Kylie 3 | Jenny 4 | Helen 5 | Andrea 6 | Meredith 7 | Deborah 8 | Pauline 9 | Belinda 10 | Wendy -------------------------------------------------------------------------------- /ProgrammingClassExamples/Win10 versions/default_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/ProgrammingClassExamples/Win10 versions/default_icon.ico -------------------------------------------------------------------------------- /PySimpleGUI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/PySimpleGUI.png -------------------------------------------------------------------------------- /PySimpleGUIQt/Demo Programs/Qt_Demo_imwatchingyou.py: -------------------------------------------------------------------------------- 1 | import PySimpleGUIQt as sg 2 | import imwatchingyou 3 | 4 | """ 5 | Combining the imwatchingyou debugger package with PySimpleGUIQt 6 | This enables you to have a live debugger / REPL in a running PySimpleGUIQt program 7 | """ 8 | layout = [[sg.Text('My PySimpleGUIQt layout')], 9 | [sg.B('OK'), sg.B('Debugger'), sg.B('Popout')]] 10 | 11 | window = sg.Window('My window', layout) 12 | 13 | counter = 0 # something to see updating in the popout window 14 | while True: 15 | event, values = window.read(timeout=100) 16 | if event is None: 17 | break 18 | if event == 'Debugger': 19 | imwatchingyou.show_debugger_window() 20 | elif event == 'Popout': 21 | imwatchingyou.show_debugger_popout_window() 22 | imwatchingyou.refresh_debugger() 23 | counter += 1 24 | -------------------------------------------------------------------------------- /PySimpleGUIQt/Demo Programs/Qt_Dial.py: -------------------------------------------------------------------------------- 1 | import PySimpleGUIQt as sg 2 | 3 | layout = [ 4 | [sg.Text('This is the new Dial Element!')], 5 | [sg.T(' ', size=(70,10)), sg.T('0', key='+DIAL_VALUE+', font=('Helvetica', 15))], 6 | [sg.Dial(range=(1,100), key='_DIAL_', change_submits=True)], 7 | [sg.Slider((1,100), orientation='h', key='_SLIDER_', change_submits=True), 8 | sg.T(' 1', key='+SLIDER_VALUE+', font=('Helvetica', 15))], 9 | [sg.T('1' + 30*' ' + '100')], 10 | [sg.Button('Show'), sg.Button('Exit')] 11 | ] 12 | 13 | window = sg.Window('Window Title').Layout(layout) 14 | 15 | while True: # Event Loop 16 | event, values = window.Read() 17 | if event is None or event == 'Exit': 18 | break 19 | window.FindElement('+DIAL_VALUE+').Update(values['_DIAL_']) 20 | window.FindElement('+SLIDER_VALUE+').Update(values['_SLIDER_']) 21 | 22 | window.Close() 23 | -------------------------------------------------------------------------------- /PySimpleGUIQt/Demo Programs/question.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/PySimpleGUIQt/Demo Programs/question.ico -------------------------------------------------------------------------------- /PySimpleGUIWeb/Demo Programs/Web_Simple.py: -------------------------------------------------------------------------------- 1 | import PySimpleGUIWeb as sg 2 | 3 | # Basic example of PSGWeb 4 | 5 | def main(): 6 | layout = [ 7 | [sg.Text('This is a text element')], 8 | [sg.Input()], 9 | [sg.Combo(['Combo 1'])], 10 | [sg.Text('If you close the browser tab, the app will exit gracefully')], 11 | [sg.InputText('Source')], 12 | [sg.InputText('Dest')], 13 | [sg.Ok(), sg.Cancel()] 14 | ] 15 | 16 | window = sg.Window('Demo window..', layout) 17 | i = 0 18 | while True: 19 | event, values = window.read(timeout=1) 20 | if event != sg.TIMEOUT_KEY: 21 | print(event, values) 22 | if event is None: 23 | break 24 | i += 1 25 | window.close() 26 | 27 | main() 28 | print('Program terminating normally') 29 | -------------------------------------------------------------------------------- /PySimpleGUIWeb/Demo Programs/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/PySimpleGUIWeb/Demo Programs/logo.jpg -------------------------------------------------------------------------------- /PySimpleGUI_Logo_640.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/PySimpleGUI_Logo_640.png -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | name = "PySimpleGUI" 2 | from .PySimpleGUI import * 3 | from .PySimpleGUI import __version__ 4 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-hacker -------------------------------------------------------------------------------- /default_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/default_icon.ico -------------------------------------------------------------------------------- /docs/PySimpleGUI 2020 Lesson.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/docs/PySimpleGUI 2020 Lesson.pdf -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-modernist -------------------------------------------------------------------------------- /docs/extra.css: -------------------------------------------------------------------------------- 1 | .bs-sidebar { 2 | padding: 0; 3 | max-height:90vh; 4 | overflow-y: auto; 5 | } -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- 1 | mkdocs==1.3.1 2 | -------------------------------------------------------------------------------- /docs_modification/main.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | 3 | {% block site_meta %} 4 | {{ super() }} 5 | 6 | 7 | 8 | 9 | 14 | 15 | 16 | 17 | {% endblock site_meta %} 18 | -------------------------------------------------------------------------------- /images/ButtonGraphics/Exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/Exit.png -------------------------------------------------------------------------------- /images/ButtonGraphics/Loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/Loop.png -------------------------------------------------------------------------------- /images/ButtonGraphics/Next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/Next.png -------------------------------------------------------------------------------- /images/ButtonGraphics/Pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/Pause.png -------------------------------------------------------------------------------- /images/ButtonGraphics/Play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/Play.png -------------------------------------------------------------------------------- /images/ButtonGraphics/Restart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/Restart.png -------------------------------------------------------------------------------- /images/ButtonGraphics/Rewind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/Rewind.png -------------------------------------------------------------------------------- /images/ButtonGraphics/RobotBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/RobotBack.png -------------------------------------------------------------------------------- /images/ButtonGraphics/RobotForward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/RobotForward.png -------------------------------------------------------------------------------- /images/ButtonGraphics/RobotLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/RobotLeft.png -------------------------------------------------------------------------------- /images/ButtonGraphics/RobotRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/RobotRight.png -------------------------------------------------------------------------------- /images/ButtonGraphics/Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/Stop.png -------------------------------------------------------------------------------- /images/ButtonGraphics/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/green.png -------------------------------------------------------------------------------- /images/ButtonGraphics/green30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/green30.png -------------------------------------------------------------------------------- /images/ButtonGraphics/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/orange.png -------------------------------------------------------------------------------- /images/ButtonGraphics/orange30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/orange30.png -------------------------------------------------------------------------------- /images/ButtonGraphics/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/red.png -------------------------------------------------------------------------------- /images/ButtonGraphics/red30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/ButtonGraphics/red30.png -------------------------------------------------------------------------------- /images/GIFs/bar_striped.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/bar_striped.gif -------------------------------------------------------------------------------- /images/GIFs/blue_blocks.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/blue_blocks.gif -------------------------------------------------------------------------------- /images/GIFs/blue_circle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/blue_circle.gif -------------------------------------------------------------------------------- /images/GIFs/blue_dots.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/blue_dots.gif -------------------------------------------------------------------------------- /images/GIFs/dots_pulse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/dots_pulse.gif -------------------------------------------------------------------------------- /images/GIFs/dots_wave.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/dots_wave.gif -------------------------------------------------------------------------------- /images/GIFs/gray_circle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/gray_circle.gif -------------------------------------------------------------------------------- /images/GIFs/gray_dots.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/gray_dots.gif -------------------------------------------------------------------------------- /images/GIFs/gray_spokes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/gray_spokes.gif -------------------------------------------------------------------------------- /images/GIFs/light_blue_circle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/light_blue_circle.gif -------------------------------------------------------------------------------- /images/GIFs/line_boxes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/line_boxes.gif -------------------------------------------------------------------------------- /images/GIFs/line_bubbles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/line_bubbles.gif -------------------------------------------------------------------------------- /images/GIFs/red_circle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/red_circle.gif -------------------------------------------------------------------------------- /images/GIFs/red_dots_ring.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/red_dots_ring.gif -------------------------------------------------------------------------------- /images/GIFs/ring_black_dots.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/ring_black_dots.gif -------------------------------------------------------------------------------- /images/GIFs/ring_blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/ring_blue.gif -------------------------------------------------------------------------------- /images/GIFs/ring_gray_segments.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/ring_gray_segments.gif -------------------------------------------------------------------------------- /images/GIFs/ring_lines.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/ring_lines.gif -------------------------------------------------------------------------------- /images/GIFs/squish.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/GIFs/squish.gif -------------------------------------------------------------------------------- /images/emojis/OK_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/OK_112.png -------------------------------------------------------------------------------- /images/emojis/OK_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/OK_28.png -------------------------------------------------------------------------------- /images/emojis/OK_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/OK_56.png -------------------------------------------------------------------------------- /images/emojis/blank_stare_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/blank_stare_112.png -------------------------------------------------------------------------------- /images/emojis/blank_stare_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/blank_stare_28.png -------------------------------------------------------------------------------- /images/emojis/blank_stare_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/blank_stare_56.png -------------------------------------------------------------------------------- /images/emojis/clap_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/clap_112.png -------------------------------------------------------------------------------- /images/emojis/clap_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/clap_28.png -------------------------------------------------------------------------------- /images/emojis/clap_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/clap_56.png -------------------------------------------------------------------------------- /images/emojis/cool_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/cool_112.png -------------------------------------------------------------------------------- /images/emojis/cool_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/cool_28.png -------------------------------------------------------------------------------- /images/emojis/cool_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/cool_56.png -------------------------------------------------------------------------------- /images/emojis/crazy_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/crazy_112.png -------------------------------------------------------------------------------- /images/emojis/crazy_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/crazy_28.png -------------------------------------------------------------------------------- /images/emojis/crazy_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/crazy_56.png -------------------------------------------------------------------------------- /images/emojis/cry_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/cry_112.png -------------------------------------------------------------------------------- /images/emojis/cry_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/cry_28.png -------------------------------------------------------------------------------- /images/emojis/cry_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/cry_56.png -------------------------------------------------------------------------------- /images/emojis/dead_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/dead_112.png -------------------------------------------------------------------------------- /images/emojis/dead_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/dead_28.png -------------------------------------------------------------------------------- /images/emojis/dead_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/dead_56.png -------------------------------------------------------------------------------- /images/emojis/depressed_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/depressed_112.png -------------------------------------------------------------------------------- /images/emojis/depressed_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/depressed_28.png -------------------------------------------------------------------------------- /images/emojis/depressed_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/depressed_56.png -------------------------------------------------------------------------------- /images/emojis/dream_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/dream_112.png -------------------------------------------------------------------------------- /images/emojis/dream_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/dream_28.png -------------------------------------------------------------------------------- /images/emojis/dream_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/dream_56.png -------------------------------------------------------------------------------- /images/emojis/eye_roll_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/eye_roll_112.png -------------------------------------------------------------------------------- /images/emojis/eye_roll_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/eye_roll_28.png -------------------------------------------------------------------------------- /images/emojis/eye_roll_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/eye_roll_56.png -------------------------------------------------------------------------------- /images/emojis/eyebrow_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/eyebrow_112.png -------------------------------------------------------------------------------- /images/emojis/eyebrow_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/eyebrow_28.png -------------------------------------------------------------------------------- /images/emojis/eyebrow_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/eyebrow_56.png -------------------------------------------------------------------------------- /images/emojis/fingers_crossed_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/fingers_crossed_112.png -------------------------------------------------------------------------------- /images/emojis/fingers_crossed_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/fingers_crossed_28.png -------------------------------------------------------------------------------- /images/emojis/fingers_crossed_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/fingers_crossed_56.png -------------------------------------------------------------------------------- /images/emojis/frust_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/frust_112.png -------------------------------------------------------------------------------- /images/emojis/frust_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/frust_28.png -------------------------------------------------------------------------------- /images/emojis/frust_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/frust_56.png -------------------------------------------------------------------------------- /images/emojis/gasp_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/gasp_112.png -------------------------------------------------------------------------------- /images/emojis/gasp_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/gasp_28.png -------------------------------------------------------------------------------- /images/emojis/gasp_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/gasp_56.png -------------------------------------------------------------------------------- /images/emojis/glasses_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/glasses_112.png -------------------------------------------------------------------------------- /images/emojis/glasses_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/glasses_28.png -------------------------------------------------------------------------------- /images/emojis/glasses_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/glasses_56.png -------------------------------------------------------------------------------- /images/emojis/gold_star_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/gold_star_112.png -------------------------------------------------------------------------------- /images/emojis/gold_star_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/gold_star_28.png -------------------------------------------------------------------------------- /images/emojis/gold_star_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/gold_star_56.png -------------------------------------------------------------------------------- /images/emojis/grimace_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/grimace_112.png -------------------------------------------------------------------------------- /images/emojis/grimace_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/grimace_28.png -------------------------------------------------------------------------------- /images/emojis/grimace_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/grimace_56.png -------------------------------------------------------------------------------- /images/emojis/guess_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/guess_112.png -------------------------------------------------------------------------------- /images/emojis/guess_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/guess_28.png -------------------------------------------------------------------------------- /images/emojis/guess_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/guess_56.png -------------------------------------------------------------------------------- /images/emojis/happy_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/happy_112.png -------------------------------------------------------------------------------- /images/emojis/happy_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/happy_28.png -------------------------------------------------------------------------------- /images/emojis/happy_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/happy_56.png -------------------------------------------------------------------------------- /images/emojis/head_explode_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/head_explode_112.png -------------------------------------------------------------------------------- /images/emojis/head_explode_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/head_explode_28.png -------------------------------------------------------------------------------- /images/emojis/head_explode_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/head_explode_56.png -------------------------------------------------------------------------------- /images/emojis/honest_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/honest_112.png -------------------------------------------------------------------------------- /images/emojis/honest_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/honest_28.png -------------------------------------------------------------------------------- /images/emojis/honest_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/honest_56.png -------------------------------------------------------------------------------- /images/emojis/idea_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/idea_112.png -------------------------------------------------------------------------------- /images/emojis/idea_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/idea_28.png -------------------------------------------------------------------------------- /images/emojis/idea_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/idea_56.png -------------------------------------------------------------------------------- /images/emojis/ill2_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/ill2_112.png -------------------------------------------------------------------------------- /images/emojis/ill2_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/ill2_28.png -------------------------------------------------------------------------------- /images/emojis/ill2_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/ill2_56.png -------------------------------------------------------------------------------- /images/emojis/ill_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/ill_112.png -------------------------------------------------------------------------------- /images/emojis/ill_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/ill_28.png -------------------------------------------------------------------------------- /images/emojis/ill_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/ill_56.png -------------------------------------------------------------------------------- /images/emojis/jedi_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/jedi_112.png -------------------------------------------------------------------------------- /images/emojis/jedi_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/jedi_28.png -------------------------------------------------------------------------------- /images/emojis/jedi_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/jedi_56.png -------------------------------------------------------------------------------- /images/emojis/joy_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/joy_112.png -------------------------------------------------------------------------------- /images/emojis/joy_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/joy_28.png -------------------------------------------------------------------------------- /images/emojis/joy_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/joy_56.png -------------------------------------------------------------------------------- /images/emojis/key_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/key_112.png -------------------------------------------------------------------------------- /images/emojis/key_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/key_28.png -------------------------------------------------------------------------------- /images/emojis/key_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/key_56.png -------------------------------------------------------------------------------- /images/emojis/laptop_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/laptop_112.png -------------------------------------------------------------------------------- /images/emojis/laptop_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/laptop_28.png -------------------------------------------------------------------------------- /images/emojis/laptop_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/laptop_56.png -------------------------------------------------------------------------------- /images/emojis/laugh_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/laugh_112.png -------------------------------------------------------------------------------- /images/emojis/laugh_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/laugh_28.png -------------------------------------------------------------------------------- /images/emojis/laugh_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/laugh_56.png -------------------------------------------------------------------------------- /images/emojis/love_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/love_112.png -------------------------------------------------------------------------------- /images/emojis/love_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/love_28.png -------------------------------------------------------------------------------- /images/emojis/love_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/love_56.png -------------------------------------------------------------------------------- /images/emojis/mask_-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/mask_-28.png -------------------------------------------------------------------------------- /images/emojis/mask_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/mask_112.png -------------------------------------------------------------------------------- /images/emojis/mask_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/mask_56.png -------------------------------------------------------------------------------- /images/emojis/news_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/news_112.png -------------------------------------------------------------------------------- /images/emojis/news_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/news_28.png -------------------------------------------------------------------------------- /images/emojis/news_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/news_56.png -------------------------------------------------------------------------------- /images/emojis/no_hear_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/no_hear_112.png -------------------------------------------------------------------------------- /images/emojis/no_hear_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/no_hear_28.png -------------------------------------------------------------------------------- /images/emojis/no_hear_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/no_hear_56.png -------------------------------------------------------------------------------- /images/emojis/no_see_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/no_see_112.png -------------------------------------------------------------------------------- /images/emojis/no_see_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/no_see_28.png -------------------------------------------------------------------------------- /images/emojis/no_see_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/no_see_56.png -------------------------------------------------------------------------------- /images/emojis/no_speak_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/no_speak_112.png -------------------------------------------------------------------------------- /images/emojis/no_speak_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/no_speak_28.png -------------------------------------------------------------------------------- /images/emojis/no_speak_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/no_speak_56.png -------------------------------------------------------------------------------- /images/emojis/notunderstand_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/notunderstand_112.png -------------------------------------------------------------------------------- /images/emojis/notunderstand_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/notunderstand_28.png -------------------------------------------------------------------------------- /images/emojis/notunderstand_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/notunderstand_56.png -------------------------------------------------------------------------------- /images/emojis/palm_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/palm_112.png -------------------------------------------------------------------------------- /images/emojis/palm_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/palm_28.png -------------------------------------------------------------------------------- /images/emojis/palm_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/palm_56.png -------------------------------------------------------------------------------- /images/emojis/party_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/party_112.png -------------------------------------------------------------------------------- /images/emojis/party_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/party_28.png -------------------------------------------------------------------------------- /images/emojis/party_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/party_56.png -------------------------------------------------------------------------------- /images/emojis/ponder_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/ponder_112.png -------------------------------------------------------------------------------- /images/emojis/ponder_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/ponder_28.png -------------------------------------------------------------------------------- /images/emojis/ponder_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/ponder_56.png -------------------------------------------------------------------------------- /images/emojis/pray_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/pray_112.png -------------------------------------------------------------------------------- /images/emojis/pray_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/pray_28.png -------------------------------------------------------------------------------- /images/emojis/pray_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/pray_56.png -------------------------------------------------------------------------------- /images/emojis/question_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/question_112.png -------------------------------------------------------------------------------- /images/emojis/question_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/question_28.png -------------------------------------------------------------------------------- /images/emojis/question_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/question_56.png -------------------------------------------------------------------------------- /images/emojis/rainedon_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/rainedon_112.png -------------------------------------------------------------------------------- /images/emojis/rainedon_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/rainedon_28.png -------------------------------------------------------------------------------- /images/emojis/rainedon_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/rainedon_56.png -------------------------------------------------------------------------------- /images/emojis/reading_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/reading_112.png -------------------------------------------------------------------------------- /images/emojis/reading_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/reading_28.png -------------------------------------------------------------------------------- /images/emojis/reading_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/reading_56.png -------------------------------------------------------------------------------- /images/emojis/relief_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/relief_112.png -------------------------------------------------------------------------------- /images/emojis/relief_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/relief_28.png -------------------------------------------------------------------------------- /images/emojis/relief_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/relief_56.png -------------------------------------------------------------------------------- /images/emojis/salute_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/salute_112.png -------------------------------------------------------------------------------- /images/emojis/salute_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/salute_28.png -------------------------------------------------------------------------------- /images/emojis/salute_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/salute_56.png -------------------------------------------------------------------------------- /images/emojis/santa_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/santa_112.png -------------------------------------------------------------------------------- /images/emojis/santa_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/santa_28.png -------------------------------------------------------------------------------- /images/emojis/santa_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/santa_56.png -------------------------------------------------------------------------------- /images/emojis/scream_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/scream_112.png -------------------------------------------------------------------------------- /images/emojis/scream_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/scream_28.png -------------------------------------------------------------------------------- /images/emojis/scream_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/scream_56.png -------------------------------------------------------------------------------- /images/emojis/search_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/search_112.png -------------------------------------------------------------------------------- /images/emojis/search_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/search_28.png -------------------------------------------------------------------------------- /images/emojis/search_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/search_56.png -------------------------------------------------------------------------------- /images/emojis/skeptic_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/skeptic_112.png -------------------------------------------------------------------------------- /images/emojis/skeptic_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/skeptic_28.png -------------------------------------------------------------------------------- /images/emojis/skeptic_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/skeptic_56.png -------------------------------------------------------------------------------- /images/emojis/sleeping_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/sleeping_112.png -------------------------------------------------------------------------------- /images/emojis/sleeping_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/sleeping_28.png -------------------------------------------------------------------------------- /images/emojis/sleeping_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/sleeping_56.png -------------------------------------------------------------------------------- /images/emojis/smile_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/smile_112.png -------------------------------------------------------------------------------- /images/emojis/smile_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/smile_28.png -------------------------------------------------------------------------------- /images/emojis/smile_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/smile_56.png -------------------------------------------------------------------------------- /images/emojis/smirking_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/smirking_112.png -------------------------------------------------------------------------------- /images/emojis/smirking_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/smirking_28.png -------------------------------------------------------------------------------- /images/emojis/smirking_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/smirking_56.png -------------------------------------------------------------------------------- /images/emojis/stare_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/stare_112.png -------------------------------------------------------------------------------- /images/emojis/stare_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/stare_28.png -------------------------------------------------------------------------------- /images/emojis/stare_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/stare_56.png -------------------------------------------------------------------------------- /images/emojis/tear_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/tear_112.png -------------------------------------------------------------------------------- /images/emojis/tear_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/tear_28.png -------------------------------------------------------------------------------- /images/emojis/tear_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/tear_56.png -------------------------------------------------------------------------------- /images/emojis/think_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/think_112.png -------------------------------------------------------------------------------- /images/emojis/think_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/think_28.png -------------------------------------------------------------------------------- /images/emojis/think_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/think_56.png -------------------------------------------------------------------------------- /images/emojis/thumb_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/thumb_112.png -------------------------------------------------------------------------------- /images/emojis/thumb_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/thumb_28.png -------------------------------------------------------------------------------- /images/emojis/thumb_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/thumb_56.png -------------------------------------------------------------------------------- /images/emojis/upside_down_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/upside_down_112.png -------------------------------------------------------------------------------- /images/emojis/upside_down_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/upside_down_28.png -------------------------------------------------------------------------------- /images/emojis/upside_down_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/upside_down_56.png -------------------------------------------------------------------------------- /images/emojis/warning2_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/warning2_112.png -------------------------------------------------------------------------------- /images/emojis/warning2_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/warning2_28.png -------------------------------------------------------------------------------- /images/emojis/warning2_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/warning2_56.png -------------------------------------------------------------------------------- /images/emojis/warning_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/warning_112.png -------------------------------------------------------------------------------- /images/emojis/warning_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/warning_28.png -------------------------------------------------------------------------------- /images/emojis/warning_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/warning_56.png -------------------------------------------------------------------------------- /images/emojis/wave_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/wave_112.png -------------------------------------------------------------------------------- /images/emojis/wave_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/wave_28.png -------------------------------------------------------------------------------- /images/emojis/wave_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/wave_56.png -------------------------------------------------------------------------------- /images/emojis/weary_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/weary_112.png -------------------------------------------------------------------------------- /images/emojis/weary_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/weary_28.png -------------------------------------------------------------------------------- /images/emojis/weary_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/weary_56.png -------------------------------------------------------------------------------- /images/emojis/wink_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/wink_112.png -------------------------------------------------------------------------------- /images/emojis/wink_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/wink_28.png -------------------------------------------------------------------------------- /images/emojis/wink_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/wink_56.png -------------------------------------------------------------------------------- /images/emojis/wizard_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/wizard_112.png -------------------------------------------------------------------------------- /images/emojis/wizard_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/wizard_28.png -------------------------------------------------------------------------------- /images/emojis/wizard_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/wizard_56.png -------------------------------------------------------------------------------- /images/emojis/zipped_shut_112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/zipped_shut_112.png -------------------------------------------------------------------------------- /images/emojis/zipped_shut_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/zipped_shut_28.png -------------------------------------------------------------------------------- /images/emojis/zipped_shut_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/emojis/zipped_shut_56.png -------------------------------------------------------------------------------- /images/for_cookbook/Demo Browser Settings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/Demo Browser Settings.jpg -------------------------------------------------------------------------------- /images/for_cookbook/Project Broser Advanced Mode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/Project Broser Advanced Mode.jpg -------------------------------------------------------------------------------- /images/for_cookbook/Project Broswer Multiple Matches - Choose which to edit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/Project Broswer Multiple Matches - Choose which to edit.jpg -------------------------------------------------------------------------------- /images/for_cookbook/Project Broswer Multiple Matches.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/Project Broswer Multiple Matches.jpg -------------------------------------------------------------------------------- /images/for_cookbook/Project Broswer Only First Match.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/Project Broswer Only First Match.jpg -------------------------------------------------------------------------------- /images/for_cookbook/Project Browser Default Theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/Project Browser Default Theme.jpg -------------------------------------------------------------------------------- /images/for_cookbook/Project Browser First Run.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/Project Browser First Run.jpg -------------------------------------------------------------------------------- /images/for_cookbook/Project Browser Simple Mode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/Project Browser Simple Mode.jpg -------------------------------------------------------------------------------- /images/for_cookbook/Project Browser Theme Setup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/Project Browser Theme Setup.jpg -------------------------------------------------------------------------------- /images/for_cookbook/Project_Browser_In_Use.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/Project_Browser_In_Use.jpg -------------------------------------------------------------------------------- /images/for_cookbook/Project_Browser_Main_Window.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/Project_Browser_Main_Window.jpg -------------------------------------------------------------------------------- /images/for_cookbook/Project_Browser_Main_Window_Explained.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/Project_Browser_Main_Window_Explained.jpg -------------------------------------------------------------------------------- /images/for_cookbook/Project_Browser_Settings_Window.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/Project_Browser_Settings_Window.jpg -------------------------------------------------------------------------------- /images/for_cookbook/compound_element.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/compound_element.jpg -------------------------------------------------------------------------------- /images/for_cookbook/download_demos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/download_demos.jpg -------------------------------------------------------------------------------- /images/for_cookbook/math_game.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/math_game.jpg -------------------------------------------------------------------------------- /images/for_cookbook/media_player.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/media_player.jpg -------------------------------------------------------------------------------- /images/for_cookbook/prog_bar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/prog_bar.jpg -------------------------------------------------------------------------------- /images/for_cookbook/script_launcher.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_cookbook/script_launcher.jpg -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_All_Widgets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_All_Widgets.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Animated_GIFs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Animated_GIFs.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Animated_GIFs_Using_PIL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Animated_GIFs_Using_PIL.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Bar_Chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Bar_Chart.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Base64_Image_Encoder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Base64_Image_Encoder.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Base64_Single_Image_Encoder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Base64_Single_Image_Encoder.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Borderless_Window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Borderless_Window.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Button_Click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Button_Click.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Button_Events_From_Browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Button_Events_From_Browse.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Button_Func_Calls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Button_Func_Calls.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Button_States.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Button_States.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Button_Toggle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Button_Toggle.gif -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Button_Toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Button_Toggle.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Buttons_Base64_Shaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Buttons_Base64_Shaded.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Buttons_Base64_Simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Buttons_Base64_Simple.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Buttons_Base64_User_Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Buttons_Base64_User_Settings.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Buttons_Mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Buttons_Mac.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Buttons_Nice_Graphics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Buttons_Nice_Graphics.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Calendar.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Canvas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Canvas.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Change_Submits_InputText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Change_Submits_InputText.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Chat.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Chat_With_History.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Chat_With_History.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Chatterbot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Chatterbot.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Chatterbot_With_TTS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Chatterbot_With_TTS.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Color.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Color_Chooser_Custom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Color_Chooser_Custom.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Color_Names.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Color_Names.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Color_Names_Smaller_List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Color_Names_Smaller_List.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Color_Swatches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Color_Swatches.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Column_And_Frames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Column_And_Frames.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Column_Collapsible_Sections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Column_Collapsible_Sections.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Column_Elem_Swap_Entire_Window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Column_Elem_Swap_Entire_Window.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Columns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Columns.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Compact_Layouts_Element_Renaming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Compact_Layouts_Element_Renaming.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Compare_Files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Compare_Files.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Control_Panel_Button_Grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Control_Panel_Button_Grid.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Conways_Game_of_Life.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Conways_Game_of_Life.gif -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Conways_Game_of_Life.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Conways_Game_of_Life.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Crossword_Puzzle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Crossword_Puzzle.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Cursor_Changed_To_Hand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Cursor_Changed_To_Hand.gif -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Cursor_Changed_To_Hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Cursor_Changed_To_Hand.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Dashboard.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Date_Chooser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Date_Chooser.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Debugger_Built_Into_PSG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Debugger_Built_Into_PSG.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Debugger_ImWatchingYou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Debugger_ImWatchingYou.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows1.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows2.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows3.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows_Both_Visible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows_Both_Visible.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows_OLD METHOD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Design_Pattern_Multiple_Windows_OLD METHOD.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Design_Pattern_Persistent_Window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Design_Pattern_Persistent_Window.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Design_Pattern_Save_Theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Design_Pattern_Save_Theme.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Design_Patterns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Design_Patterns.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Floating_Toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Floating_Toolbar.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Dashboard.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Dashboard.gif -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Dashboard.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Gauge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Gauge.gif -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Gauge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Gauge.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Graph.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Grid_Of_Gauges.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Grid_Of_Gauges.gif -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Grid_Of_Gauges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Grid_Of_Gauges.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Square.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Square.gif -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Square.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Top_Processes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Top_Processes.gif -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Top_Processes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Top_Processes.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Utilization_Simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_CPU_Utilization_Simple.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_Drive_Usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_Drive_Usage.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_Email_Notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_Email_Notification.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_RAM_Gauge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_RAM_Gauge.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_RAM_Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_RAM_Square.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_RAM_Used.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_RAM_Used.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_Timer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_Timer.gif -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_Timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_Timer.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_Weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_Weather.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_psutil_Dashboard.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_psutil_Dashboard.gif -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Desktop_Widget_psutil_Dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Desktop_Widget_psutil_Dashboard.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Disable_Elements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Disable_Elements.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_DuplicateFileFinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_DuplicateFileFinder.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_EXE_Maker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_EXE_Maker.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Email_Send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Email_Send.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Event_Binding.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Event_Binding.gif -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Event_Binding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Event_Binding.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Event_Callback_Simulation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Event_Callback_Simulation.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Fill_Form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Fill_Form.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Floating_Toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Floating_Toolbar.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Font_Previewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Font_Previewer.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Font_Sizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Font_Sizer.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Font_String.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Font_String.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Game_Frontend_Battleship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Game_Frontend_Battleship.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Game_Frontend_Battleship_No_List_Comprehensions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Game_Frontend_Battleship_No_List_Comprehensions.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Game_Frontend_Battleship_Single_List_Comprehension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Game_Frontend_Battleship_Single_List_Comprehension.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_GitHub_File_Copier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_GitHub_File_Copier.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_GoodColors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_GoodColors.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_GoodColors_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_GoodColors_2.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Google_TTS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Google_TTS.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Graph_Ball_Game.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Graph_Ball_Game.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Graph_Drawing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Graph_Drawing.gif -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Graph_Drawing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Graph_Drawing.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Graph_Drawing_And_Dragging_Figures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Graph_Drawing_And_Dragging_Figures.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Graph_Drawing_And_Dragging_Figures_2_Windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Graph_Drawing_And_Dragging_Figures_2_Windows.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Graph_Elem_Image_Album.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Graph_Elem_Image_Album.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Graph_Element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Graph_Element.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Graph_Element_Sine_Wave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Graph_Element_Sine_Wave.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Graph_FourierTransform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Graph_FourierTransform.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Graph_Noise.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Graph_Noise.gif -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Graph_Noise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Graph_Noise.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Graph_pymunk_2D_Graphics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Graph_pymunk_2D_Graphics.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Graph_pymunk_Desktop_Balls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Graph_pymunk_Desktop_Balls.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Hello_World.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Hello_World.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_HowDoI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_HowDoI.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_IP_Address_Entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_IP_Address_Entry.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Image_Elem_Image_Viewer_PIL_Based.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Image_Elem_Image_Viewer_PIL_Based.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Image_Elem_Splash_Screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Image_Elem_Splash_Screen.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Image_Viewer_Thumbnails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Image_Viewer_Thumbnails.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Img_Viewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Img_Viewer.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Input_Auto_Complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Input_Auto_Complete.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Input_Validation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Input_Validation.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Invisible_Elements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Invisible_Elements.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Invisible_Elements_Pinning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Invisible_Elements_Pinning.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Keyboard.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Keyboard_ENTER_Presses_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Keyboard_ENTER_Presses_Button.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Keyboard_Realtime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Keyboard_Realtime.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Keypad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Keypad.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_LED_Clock_Weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_LED_Clock_Weather.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_LED_Indicators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_LED_Indicators.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_LED_Indicators_Text_Based.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_LED_Indicators_Text_Based.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Layout_Extend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Layout_Extend.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Layout_Generation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Layout_Generation.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Layout_Vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Layout_Vertical.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Layout_Vertical_Centered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Layout_Vertical_Centered.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Listbox_Search_Filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Listbox_Search_Filter.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Look_And_Feel_Theme_Browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Look_And_Feel_Theme_Browser.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Look_And_Feel_Theme_Dump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Look_And_Feel_Theme_Dump.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Machine_Learning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Machine_Learning.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Main_Control_Test_Panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Main_Control_Test_Panel.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Matplotlib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Matplotlib.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Matplotlib_Animated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Matplotlib_Animated.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Matplotlib_Animated_Scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Matplotlib_Animated_Scatter.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Matplotlib_Browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Matplotlib_Browser.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Matplotlib_Browser_Paned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Matplotlib_Browser_Paned.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Matplotlib_Embedded_TEMPLATE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Matplotlib_Embedded_TEMPLATE.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Matplotlib_Embedded_Toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Matplotlib_Embedded_Toolbar.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Matplotlib_Grid_of_Graphs_Using_PIL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Matplotlib_Grid_of_Graphs_Using_PIL.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Matplotlib_PyLab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Matplotlib_PyLab.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Matplotlib_Styles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Matplotlib_Styles.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Matplotlib_Two_Windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Matplotlib_Two_Windows.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Media_Player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Media_Player.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Media_Player_VLC_Based.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Media_Player_VLC_Based.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Menu_With_Toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Menu_With_Toolbar.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Menus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Menus.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Multiline_Multicolored_Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Multiline_Multicolored_Text.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Multiline_cprint_Printing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Multiline_cprint_Printing.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Multiple_Windows_Experimental.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Multiple_Windows_Experimental.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Multithreaded_Animated_Shell_Command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Multithreaded_Animated_Shell_Command.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Multithreaded_Different_Threads.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Multithreaded_Different_Threads.gif -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Multithreaded_Different_Threads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Multithreaded_Different_Threads.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Multithreaded_Logging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Multithreaded_Logging.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Multithreaded_Long_Shell_Operation_Animated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Multithreaded_Long_Shell_Operation_Animated.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Multithreaded_Long_Task_Simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Multithreaded_Long_Task_Simple.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Multithreaded_Long_Tasks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Multithreaded_Long_Tasks.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Multithreaded_Multiple_Threads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Multithreaded_Multiple_Threads.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Multithreaded_Write_Event_Value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Multithreaded_Write_Event_Value.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Multithreaded_Write_Event_Value_MultiWindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Multithreaded_Write_Event_Value_MultiWindow.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Nice_Buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Nice_Buttons.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_NonBlocking_Form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_NonBlocking_Form.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Notification_Window_Alpha_Channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Notification_Window_Alpha_Channel.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Notification_Window_Fade_In_Out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Notification_Window_Fade_In_Out.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Notification_Window_Multiprocessing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Notification_Window_Multiprocessing.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_OpenCV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_OpenCV.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_OpenCV_4_Line_Program.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_OpenCV_4_Line_Program.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_OpenCV_7_Line_Program.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_OpenCV_7_Line_Program.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_OpenCV_Draw_On_Webcam_Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_OpenCV_Draw_On_Webcam_Image.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_OpenCV_Simple_GUI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_OpenCV_Simple_GUI.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_OpenCV_Webcam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_OpenCV_Webcam.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_OpenCV_Webcam_ASCII.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_OpenCV_Webcam_ASCII.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_OpenCV_Webcam_Minimal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_OpenCV_Webcam_Minimal.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_PNG_Thumbnail_Viewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_PNG_Thumbnail_Viewer.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_PNG_Viewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_PNG_Viewer.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Paned_Window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Paned_Window.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Password_Login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Password_Login.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Pi_LEDs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Pi_LEDs.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Pi_Robotics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Pi_Robotics.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Ping_Line_Graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Ping_Line_Graph.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Pong.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Pong.gif -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Pong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Pong.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Pong_Multiple_Platforms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Pong_Multiple_Platforms.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Popup_Custom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Popup_Custom.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Popups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Popups.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Progress_Meters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Progress_Meters.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_PyCharm_Launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_PyCharm_Launcher.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_PyCharm_Self_Edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_PyCharm_Self_Edit.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_PyGame_Snake_Game.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_PyGame_Snake_Game.gif -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_PyGame_Snake_Game.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_PyGame_Snake_Game.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Pyplot_Bar_Chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Pyplot_Bar_Chart.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Pyplot_Bar_Chart2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Pyplot_Bar_Chart2.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Radio_Buttons_Simulated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Radio_Buttons_Simulated.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Reddit_Search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Reddit_Search.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Save_Any_Window_As_Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Save_Any_Window_As_Image.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Save_Window_As_Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Save_Window_As_Image.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Script_Launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Script_Launcher.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Script_Launcher_ANSI_Color_Output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Script_Launcher_ANSI_Color_Output.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Script_Launcher_Realtime_Output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Script_Launcher_Realtime_Output.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Script_Parameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Script_Parameters.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Separator_Elements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Separator_Elements.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Settings_Save_Load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Settings_Save_Load.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Sort_Visualizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Sort_Visualizer.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Spinner_Compound_Element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Spinner_Compound_Element.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Status_Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Status_Bar.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Stdout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Stdout.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Sudoku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Sudoku.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Super_Simple_Form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Super_Simple_Form.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_System_Tray_GUI_Window_Design_Pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_System_Tray_GUI_Window_Design_Pattern.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_System_Tray_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_System_Tray_Icon.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_System_Tray_Reminder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_System_Tray_Reminder.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Table_CSV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Table_CSV.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Table_Element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Table_Element.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Table_Pandas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Table_Pandas.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Table_Simulation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Table_Simulation.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Table_Simulation_Arrow_Keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Table_Simulation_Arrow_Keys.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Tabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Tabs.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Tabs_Nested.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Tabs_Nested.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Tabs_Simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Tabs_Simple.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Theme_Browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Theme_Browser.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Theme_Color_Swatches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Theme_Color_Swatches.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Theme_Previewer_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Theme_Previewer_Dark.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Timer.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Titlebar_Custom_Async.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Titlebar_Custom_Async.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Titlebar_Custom_Dark_Theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Titlebar_Custom_Dark_Theme.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Titlebar_Custom_Multiple_Combinations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Titlebar_Custom_Multiple_Combinations.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Touch_Keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Touch_Keyboard.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Tree_Element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Tree_Element.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Turtle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Turtle.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Unicode_Characters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Unicode_Characters.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Uno_Card_Game.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Uno_Card_Game.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_User_Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_User_Settings.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_User_Settings_Browse_File_Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_User_Settings_Browse_File_Folder.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_User_Settings_Class_Remember_Input_and_Combo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_User_Settings_Class_Remember_Input_and_Combo.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_User_Settings_Remember_Input_and_Combo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_User_Settings_Remember_Input_and_Combo.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Window_Background_Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Window_Background_Image.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Window_Disappear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Window_Disappear.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Window_Open_Multiple_Times.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Window_Open_Multiple_Times.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_YouTube_Intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_YouTube_Intro.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_Youtube-dl_Frontend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_Youtube-dl_Frontend.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_psutil_Kill_Processes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_psutil_Kill_Processes.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/Demo_psutil_Kill_Python_Processes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/Demo_psutil_Kill_Python_Processes.png -------------------------------------------------------------------------------- /images/for_demo_screenshots/ping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_demo_screenshots/ping.png -------------------------------------------------------------------------------- /images/for_docs/CustomTitlebar0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/CustomTitlebar0.jpg -------------------------------------------------------------------------------- /images/for_docs/CustomTitlebar1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/CustomTitlebar1.jpg -------------------------------------------------------------------------------- /images/for_docs/CustomTitlebar2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/CustomTitlebar2.jpg -------------------------------------------------------------------------------- /images/for_docs/CustomTitlebar3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/CustomTitlebar3.jpg -------------------------------------------------------------------------------- /images/for_docs/GetFileExample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/GetFileExample.jpg -------------------------------------------------------------------------------- /images/for_docs/HelloWorld.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/HelloWorld.jpg -------------------------------------------------------------------------------- /images/for_docs/NormalTitlebar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/NormalTitlebar.jpg -------------------------------------------------------------------------------- /images/for_docs/Simple.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/Simple.jpg -------------------------------------------------------------------------------- /images/for_docs/psgcompiler.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgcompiler.jpg -------------------------------------------------------------------------------- /images/for_docs/psgdemo2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgdemo2.jpg -------------------------------------------------------------------------------- /images/for_docs/psgdemos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgdemos.jpg -------------------------------------------------------------------------------- /images/for_docs/psgfiglet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgfiglet.jpg -------------------------------------------------------------------------------- /images/for_docs/psghelp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psghelp.jpg -------------------------------------------------------------------------------- /images/for_docs/psgissue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgissue.jpg -------------------------------------------------------------------------------- /images/for_docs/psgmain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgmain.jpg -------------------------------------------------------------------------------- /images/for_docs/psgresizer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgresizer.jpg -------------------------------------------------------------------------------- /images/for_docs/psgsettings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgsettings.jpg -------------------------------------------------------------------------------- /images/for_docs/psgshortcut.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgshortcut.jpg -------------------------------------------------------------------------------- /images/for_docs/psgtest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgtest.jpg -------------------------------------------------------------------------------- /images/for_docs/psgtest_filtered.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgtest_filtered.jpg -------------------------------------------------------------------------------- /images/for_docs/psgtest_gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgtest_gif.gif -------------------------------------------------------------------------------- /images/for_docs/psgtest_multiple_python_versions.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgtest_multiple_python_versions.gif -------------------------------------------------------------------------------- /images/for_docs/psgtest_running.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgtest_running.jpg -------------------------------------------------------------------------------- /images/for_docs/psgtest_toggle_test.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgtest_toggle_test.gif -------------------------------------------------------------------------------- /images/for_docs/psgupgrade.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgupgrade.jpg -------------------------------------------------------------------------------- /images/for_docs/psgver.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_docs/psgver.jpg -------------------------------------------------------------------------------- /images/for_readme/4x4grid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/4x4grid.jpg -------------------------------------------------------------------------------- /images/for_readme/CPU Cores Dashboard 2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/CPU Cores Dashboard 2.gif -------------------------------------------------------------------------------- /images/for_readme/Chess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/Chess.png -------------------------------------------------------------------------------- /images/for_readme/Colorizer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/Colorizer.jpg -------------------------------------------------------------------------------- /images/for_readme/Customized Titlebar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/Customized Titlebar.gif -------------------------------------------------------------------------------- /images/for_readme/DarkGrey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/DarkGrey.jpg -------------------------------------------------------------------------------- /images/for_readme/DarkGreyJapanese.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/DarkGreyJapanese.jpg -------------------------------------------------------------------------------- /images/for_readme/Demo Browser Search Close Attempted.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/Demo Browser Search Close Attempted.jpg -------------------------------------------------------------------------------- /images/for_readme/Desktop Bouncing Balls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/Desktop Bouncing Balls.gif -------------------------------------------------------------------------------- /images/for_readme/Example2-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/Example2-1.jpg -------------------------------------------------------------------------------- /images/for_readme/Example2-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/Example2-2.jpg -------------------------------------------------------------------------------- /images/for_readme/Example2-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/Example2-3.jpg -------------------------------------------------------------------------------- /images/for_readme/First_GUI1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/First_GUI1.jpg -------------------------------------------------------------------------------- /images/for_readme/First_GUI2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/First_GUI2.jpg -------------------------------------------------------------------------------- /images/for_readme/GUI Gap 2020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/GUI Gap 2020.png -------------------------------------------------------------------------------- /images/for_readme/GettingOverThe GUILearningBar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/GettingOverThe GUILearningBar.jpg -------------------------------------------------------------------------------- /images/for_readme/HelloWorld1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/HelloWorld1.jpg -------------------------------------------------------------------------------- /images/for_readme/HelloWorldYellow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/HelloWorldYellow.jpg -------------------------------------------------------------------------------- /images/for_readme/JumpCutter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/JumpCutter.png -------------------------------------------------------------------------------- /images/for_readme/Logo with text for GitHub Top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/Logo with text for GitHub Top.png -------------------------------------------------------------------------------- /images/for_readme/Matplotlib.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/Matplotlib.jpg -------------------------------------------------------------------------------- /images/for_readme/Matplotlib2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/Matplotlib2.jpg -------------------------------------------------------------------------------- /images/for_readme/Minesweeper.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/Minesweeper.gif -------------------------------------------------------------------------------- /images/for_readme/OpenCV.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/OpenCV.jpg -------------------------------------------------------------------------------- /images/for_readme/PSGSuperHero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/PSGSuperHero.png -------------------------------------------------------------------------------- /images/for_readme/PySimpleGUI+ Logo GitHub Top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/PySimpleGUI+ Logo GitHub Top.png -------------------------------------------------------------------------------- /images/for_readme/RainmeterStyleWidgets.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/RainmeterStyleWidgets.jpg -------------------------------------------------------------------------------- /images/for_readme/Raspberry Pi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/Raspberry Pi.jpg -------------------------------------------------------------------------------- /images/for_readme/Solitaire.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/Solitaire.gif -------------------------------------------------------------------------------- /images/for_readme/TextUpdate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/TextUpdate.jpg -------------------------------------------------------------------------------- /images/for_readme/ThemePreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/ThemePreview.jpg -------------------------------------------------------------------------------- /images/for_readme/WhatsYourName.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/WhatsYourName.jpg -------------------------------------------------------------------------------- /images/for_readme/WhatsYourNameBlank.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/WhatsYourNameBlank.jpg -------------------------------------------------------------------------------- /images/for_readme/WhatsYourNameBlank1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/WhatsYourNameBlank1.jpg -------------------------------------------------------------------------------- /images/for_readme/Window Closed Confirmation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/Window Closed Confirmation.gif -------------------------------------------------------------------------------- /images/for_readme/YOLO Object Detection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/YOLO Object Detection.jpg -------------------------------------------------------------------------------- /images/for_readme/YOLO_GIF.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/YOLO_GIF.gif -------------------------------------------------------------------------------- /images/for_readme/ex1-Qt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/ex1-Qt.jpg -------------------------------------------------------------------------------- /images/for_readme/ex1-Remi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/ex1-Remi.jpg -------------------------------------------------------------------------------- /images/for_readme/ex1-WxPython.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/ex1-WxPython.jpg -------------------------------------------------------------------------------- /images/for_readme/ex1-tkinter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/ex1-tkinter.jpg -------------------------------------------------------------------------------- /images/for_readme/github-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/github-48x48.png -------------------------------------------------------------------------------- /images/for_readme/layout-with-rows.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/layout-with-rows.jpg -------------------------------------------------------------------------------- /images/for_readme/minesweeper_israel_dryer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/minesweeper_israel_dryer.png -------------------------------------------------------------------------------- /images/for_readme/popupgetfilename.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/popupgetfilename.jpg -------------------------------------------------------------------------------- /images/for_readme/popupyouentered.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/popupyouentered.jpg -------------------------------------------------------------------------------- /images/for_readme/rows.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/rows.jpg -------------------------------------------------------------------------------- /images/for_readme/semi-transparent.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/semi-transparent.jpg -------------------------------------------------------------------------------- /images/for_readme/twitter-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/twitter-48x48.png -------------------------------------------------------------------------------- /images/for_readme/youtube-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csm10495/PySimpleGUI-4-foss/99b6c8a9c540a6ac3b739849bf02f25a97f735b9/images/for_readme/youtube-48x48.png -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- 1 | site_name: PySimpleGUI 2 | theme: 3 | name: mkdocs 4 | custom_dir: docs_modification/ 5 | plugins: 6 | - search: 7 | prebuild_index: true 8 | extra_css: [extra.css] -------------------------------------------------------------------------------- /readme_creator/app_configs.json: -------------------------------------------------------------------------------- 1 | { 2 | "show_time": false, 3 | "use_psg_color": true, 4 | "README_OFILE": "output/index.md", 5 | "CALL_REF_OFILE": "output/call reference.md", 6 | "_PyCharm_path_": "C:/Program Files/JetBrains/PyCharm Community Edition 2019.1.1/bin/pycharm.bat", 7 | "_text_editor_combo_": 0, 8 | "toggle_progressbar": false, 9 | "_filter_empty_tables_ml_": "PrintClose\nEasyPrintClose\nmain\ntheme\nRead\n\n\n", 10 | "_filter_tkinter_class_methods_": "SetFocus\nSetTooltip\nUpdate\n__init__\nbind\nexpand\nset_cursor\nset_size\n\n\n", 11 | "checkbox_enable_empty_tables_filter": true, 12 | "checkbox_enable_filter_tkinter_class_methods": true 13 | } -------------------------------------------------------------------------------- /readme_creator/etc/LoG_call_ref_.py: -------------------------------------------------------------------------------- 1 | readfile = lambda fpath: open(fpath, 'r', encoding='utf-8').read() 2 | writefile = lambda fpath, x: open(fpath, 'w', encoding='utf-8').write(x) 3 | 4 | from collections import Counter 5 | asd = Counter(readfile('LoG_call_ref.json').split('\n')) 6 | import pdb; pdb.set_trace(); 7 | -------------------------------------------------------------------------------- /readme_creator/etc/Makefile: -------------------------------------------------------------------------------- 1 | build: 2 | python3 make_real_readme.py 3 | rm usage.log.txt 4 | 5 | build2: 6 | python3 make_real_readme.py 7 | 8 | clean: 9 | rm usage.log.txt 10 | -------------------------------------------------------------------------------- /readme_creator/etc/dump_stuff.py: -------------------------------------------------------------------------------- 1 | import inspect 2 | import PySimpleGUI as sg 3 | 4 | psg_members = inspect.getmembers(PySimpleGUI) 5 | 6 | psg_funcs = [o for o in psg_members if inspect.isfunction(o[1])] 7 | psg_classes = [o for o in psg_members if inspect.isclass(o[1])] 8 | psg_classes_ = list(set([i[1] for i in psg_classes])) # filtering 9 | psg_classes = list(zip([i.__name__ for i in psg_classes_], psg_classes_)) 10 | 11 | for i in psg_funcs: 12 | if 'Tk' in i[0] or 'TK' in i[0] or 'Element' == i[0]: # or 'Window' == i[0]: 13 | continue 14 | print('') 15 | print(f'') 16 | print('\n'.join(['\t' + j[0] for j in inspect.getmembers(i[1]) if not j[0].startswith('_')])) 17 | 18 | sg.Popup() 19 | sg.Button() -------------------------------------------------------------------------------- /readme_creator/readme.md: -------------------------------------------------------------------------------- 1 | 2 |

3 | Python GUIs for Humans 4 |

Python GUIs for Humans

5 |

6 | 7 | The files in this folder are not meant to be used by PySimpleGUI users. These are the files used to create the documentation. They're stored in this Repo so that these tools and documents are backed up, have their history tracked, etc. They are not meant to be used by PySimpleGUI users but are used in the creation of the PySimpleGUI documentation. 8 | 9 | Please visit http://www.PySimpleGUI.org for the PySimpleGUI documentation. 10 | 11 | 12 | © Copyright 2021 PySimpleGUI -------------------------------------------------------------------------------- /readme_creator/start.bat: -------------------------------------------------------------------------------- 1 | py 'RUN_ME and START_HERE.py' 2 | -------------------------------------------------------------------------------- /readthedocs.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | 3 | version: 2 4 | build: 5 | os: "ubuntu-22.04" 6 | tools: 7 | python: "3.11" 8 | 9 | python: 10 | install: 11 | - requirements: docs/requirements.txt 12 | 13 | mkdocs: 14 | configuration: mkdocs.yml --------------------------------------------------------------------------------