Commit Graph

305 Commits

Author SHA1 Message Date
PySimpleGUI 4f3566915c New Demo - Playback animated GIFs using PIL 2020-05-15 07:20:23 -04:00
PySimpleGUI 8d5b59af66 Simplified 2020-05-14 22:45:21 -04:00
PySimpleGUI cb38f818e1 Cleanup of EXE Maker. Biggest potential impact is the --clean flag when calling pyinstaller 2020-05-13 08:19:43 -04:00
PySimpleGUI 1c74af8d5d Super simple System Tray Icon demo program 2020-05-12 12:13:55 -04:00
PySimpleGUI 6f55c367db Fixed layout undefined error due to window created at wrong location in file. 2020-05-12 10:39:17 -04:00
PySimpleGUI 0076b461f5 WIN_CLOSED bulk update. No more test for event is None, use WIN_CLOSED instead 2020-05-07 06:22:59 -04:00
PySimpleGUI 6174b355a6 Updated to latest coding conventions 2020-05-07 05:49:44 -04:00
PySimpleGUI 91697164e2 Changed theme to Dark Red for testing 2020-04-25 23:13:01 -04:00
PySimpleGUI 3ec092696c Initial Checkin - Demo of the date chooser now user internally 2020-04-25 14:48:38 -04:00
PySimpleGUI 0ef13e6a6d New demo - Base64 single image encode 2020-04-18 20:49:53 -04:00
PySimpleGUI 5a6d35d590 Enabled window to be resized. When it does, the image also resizes! Very nice!! 2020-04-17 11:34:07 -04:00
PySimpleGUI 3fc153229b New Demo - Sudoku 2020-04-16 19:06:43 -04:00
PySimpleGUI a487610c56 Better window management. Show popup when exiting so doesn't appear to crash. 2020-04-15 19:36:48 -04:00
PySimpleGUI b190c364d4 typo 2020-04-14 12:57:26 -04:00
PySimpleGUI fe4e39171a Slider default value set to 100 2020-04-14 12:42:44 -04:00
PySimpleGUI 314d6e42b0 New Demo - System Tray reminder. Shows a reminder message every X minutes 2020-04-13 11:29:57 -04:00
PySimpleGUI f7f3fc915a Made import use PySimpleGUI instead of web, removed the shortcut from menus for easier reading 2020-04-06 14:59:23 -04:00
PySimpleGUI 0c9b691780 Added a menubar with a setting item 2020-04-06 10:41:53 -04:00
PySimpleGUI 08387b91e3 Initial settings demo program check-in 2020-04-05 15:33:57 -04:00
PySimpleGUI 2fe3c047fe Removed finalize... not needejd 2020-03-31 18:50:45 -04:00
PySimpleGUI 3c7525dd3b NEW demo program - Fourier Transform. Updated Calendar demo 2020-03-31 18:16:37 -04:00
PySimpleGUI dd4aabf61c Added an icon for testing 2020-03-30 19:13:08 -04:00
PySimpleGUI a29d8488c7 Location parameter added to CalendarButton 2020-03-30 10:23:22 -04:00
PySimpleGUI 8fd075f21e Updated Calendar Demo to use new calendar chooser 2020-03-30 10:13:06 -04:00
PySimpleGUI d480899721 More docstring fixes. no_titlebar parameter for one_line_progress_meter, renamed demo file 2020-03-23 23:17:04 -04:00
PySimpleGUI 4f7fd7b643 Simplified the code. Removed need for at a flag. Shortened quite a bit. 2020-03-05 16:18:28 -05:00
PySimpleGUI 136ac37d42 Changed how the parameter list works 2020-02-24 14:56:53 -05:00
PySimpleGUI 8406758d1c Demo program to show how shell_with_animation works 2020-02-24 14:15:48 -05:00
PySimpleGUI 5b89f08714 New multithreaded demo 2020-02-24 09:10:42 -05:00
PySimpleGUI 9308bb3504 Added test to show using Tab.select() 2020-02-10 12:06:15 -05:00
PySimpleGUI 1bf54c3d27 Demo - Matplotlib with toolbar embedded into GUI 2020-01-27 06:46:54 -05:00
PySimpleGUI 094622e5be New Demo showing using invisble input elements as target 2020-01-27 06:19:32 -05:00
PySimpleGUI 7a7513e00d Fixed wasn't returning window when creating popup. Made a main func instead of a flat program structure 2020-01-22 16:21:46 -05:00
PySimpleGUI 576c453e3e Added a new line/wall with caused some interesting interactions 2020-01-18 08:21:01 -05:00
PySimpleGUI 0e0a6c437c Made fade-in-duration a parameter. Added docstrings 2020-01-17 15:28:28 -05:00
PySimpleGUI b0cf64d485 Multiprocessing version of notification window demo 2020-01-17 13:17:52 -05:00
PySimpleGUI 9093da4795 Updated to use newest methods such as setting cursor and removing all sleeps. 2020-01-17 12:48:51 -05:00
PySimpleGUI 80b1f5fc4d Demo showing how to extend a layout 2020-01-10 10:43:09 -05:00
PySimpleGUI 962cd61fdc Updated to use actual arrows. Much cleaner looking now. 2020-01-02 19:07:59 -05:00
PySimpleGUI 1504cb8d44 NEW DEMO - PyLab integration 2020-01-02 13:28:28 -05:00
PySimpleGUI 090c850eff NEW DEMO! Reddit Searcher 2020-01-02 13:09:25 -05:00
PySimpleGUI 3d7b6227fb New Column Element Demo - "Swap In/Out" entire window 2019-12-28 19:08:47 -05:00
PySimpleGUI abe4451709 Removed dictionary of parms for "user defined element" instead 2019-12-25 10:50:19 -05:00
PySimpleGUI 5aeead54a6 Removed the css variable. 2019-12-25 09:55:22 -05:00
PySimpleGUI 5484b047c0 Demo updates with new theme calls 2019-12-24 18:52:47 -05:00
PySimpleGUI 9be47c5df5 New demo program using new function save_element_as_file . Added save to the Graph drawing demo 2019-12-24 11:33:06 -05:00
PySimpleGUI 4727781614 Addition of Save feature 2019-12-24 09:52:26 -05:00
PySimpleGUI c1e171d681 Lots of new features! 2019-12-19 11:00:17 -05:00
PySimpleGUI 8420ac99fb Added a bunch more options for drawing stuff and move abililties to move things around 2019-12-18 22:43:45 -05:00
PySimpleGUI 73516abfb1 Demo of binding tkinter events to extend PySimpleGUI 2019-12-18 16:27:59 -05:00