Commit Graph

476 Commits

Author SHA1 Message Date
PySimpleGUI 2974a2353e Demo one_line_progress_meter - a standalone demo for this capability 2021-02-20 07:51:57 -05:00
PySimpleGUI 0295d6d761 Added multiple thread window locations 2021-02-19 22:29:25 -05:00
PySimpleGUI 4daa0a6a52 New Demo - indirectly call sg.popup from a thread 2021-02-19 22:20:20 -05:00
PySimpleGUI 95b2d104e6 Super Simple 2-windows in 25 lines of code 2021-02-19 21:40:49 -05:00
PySimpleGUI fb861d2b0c New Demo - Progress meter simulation 2021-02-19 15:06:54 -05:00
PySimpleGUI a6560f0cea Demo showing how to generate a popup from a thread 2021-02-17 09:43:49 -05:00
PySimpleGUI 0a85cda909 Demo - Change your window's theme 2021-02-14 23:25:19 -05:00
PySimpleGUI 4b4eca79ae New Demo - Changing Window theme on the fly 2021-02-14 23:21:52 -05:00
PySimpleGUI d19c92ef83 Moved global into a function property, changed the verbose output. 2021-02-11 16:35:49 -05:00
PySimpleGUI c35c626953 Regular expression searching, verbose mode to see the matches. It's a SOLID tool now! 2021-02-10 11:01:07 -05:00
PySimpleGUI a9bb73ece7 Regular expression searching, faster find in file. GREAT tool now! 2021-02-09 07:26:45 -05:00
PySimpleGUI 5381042d48 Turned off ehcoing stdout. Was slowing things down a bit too much. 2021-02-05 19:46:55 -05:00
PySimpleGUI 3e4b1a73b3 Out with the old, in with the new! Thanks to a new PySimpleGUI team member, Tanay, for help with this one! 2021-02-05 18:50:53 -05:00
PySimpleGUI 8a859c9e37 Custom icon added 2021-02-05 10:48:00 -05:00
PySimpleGUI a9d6d5913a Added a right click menu that has an "Erase" item. When selected will erase all figures under mouse 2021-02-04 13:33:13 -05:00
PySimpleGUI 14b868caf2 Corrected key name to use coding conventions. Added right click info. Display the mouse position in text for all graph events. 2021-02-03 15:48:59 -05:00
PySimpleGUI 04a2825854 New demo to show how to make Multline element input justification correct 2021-02-03 13:17:51 -05:00
PySimpleGUI 9d4e56dd3b More clear instructions 2021-02-03 13:04:06 -05:00
PySimpleGUI 2c68c2fc55 Fixed a number of things with changing the list of files. Includes .pyw files now 2021-02-02 11:29:26 -05:00
PySimpleGUI 56640fc11d Fixed bad call 2021-02-01 20:37:56 -05:00
PySimpleGUI 763347ea15 Faster search within files, keep history of previously chosen folders. 2021-02-01 18:20:46 -05:00
PySimpleGUI 5332b056fe Added missing make_square function... big ooops. 2021-02-01 15:08:13 -05:00
PySimpleGUI 921bed7832 Make backwards compatible with older PySimpleGUI versions 2021-01-30 19:09:20 -05:00
PySimpleGUI f9b3c9aa49 NEW demo - Project File Searcher Launcher - point to the top of a project tree and it'll find all py files, can search the names and the contents, edit and run. 2021-01-30 18:28:09 -05:00
PySimpleGUI 9b656d35e7 set encoding="utf8" so that can have special chars in files. ..otherwhise reads fail, Added quotes around strings to run, 2021-01-30 18:24:45 -05:00
PySimpleGUI 2b6ce7590e set encoding="utf8" so that can have special chars in files. ..otherwhise reads fail 2021-01-30 18:23:56 -05:00
PySimpleGUI c1f0f558b6 Refactor... get defaults for theme and editor from global PySimpleGUI settings 2021-01-28 14:37:14 -05:00
PySimpleGUI 6366e1f0ed Clear fileter, find fields 2021-01-27 11:57:36 -05:00
PySimpleGUI 0a1f515937 Remove unused program 2021-01-27 11:57:18 -05:00
PySimpleGUI b59c52029f Added message that window will take a few moments to create. 2021-01-24 13:34:00 -05:00
PySimpleGUI 30af17a137 New icon so can tell diff between the "Demo Copy" from the "Demo Browse" 2021-01-24 13:24:45 -05:00
PySimpleGUI 9e3837cb86 Display number of files found 2021-01-24 13:08:24 -05:00
PySimpleGUI 58687eded9 Initial checkin of PIL Demo 2021-01-24 11:20:11 -05:00
PySimpleGUI f56b1e7fd1 Set the default demo programs path to "." since likely running from the folder with all the demos in it 2021-01-18 15:08:34 -05:00
PySimpleGUI 020532c8fb New demo program - Demo Program Browser - Browser, launch, edit demo programs 2021-01-17 16:30:27 -05:00
PySimpleGUI 8c8a0504ad Fix so that it updates font correctly 2021-01-10 11:39:56 -05:00
PySimpleGUI bddfac2745 Close attempted demo 2021-01-04 10:01:54 -05:00
PySimpleGUI b54c6dd8ec Added code and comments to show all 3 ways to create a custom titlebar 2021-01-02 13:21:08 -05:00
PySimpleGUI 92e78ba665 Demo for the Titlebar element 2020-12-26 10:29:28 -05:00
PySimpleGUI 225eada259 Coimment about installing pymunk 2020-12-20 17:45:16 -05:00
PySimpleGUI 3717b318b0 needed for demo 2020-12-20 17:42:42 -05:00
PySimpleGUI 9c5d49d7b4 Fixed to work with latest PySimpleGUI. Used really old code! Still needs version 0.8.7 of Chatterbot 2020-12-20 17:15:37 -05:00
PySimpleGUI a013ad6f14 Settings window location. Moved settings file to OS settings folder, right click menu 2020-11-28 07:18:18 -05:00
PySimpleGUI dac6b73045 Make gauge update immediately in 1 jump 2020-11-23 16:43:26 -05:00
PySimpleGUI 1b4c63e15c Initial Checkin - A desktop widget that is the same as grid of bar graphs but done with Gauges 2020-11-23 15:39:00 -05:00
PySimpleGUI e6ba93e3a8 Demos using Gauge class 2020-11-23 09:49:41 -05:00
PySimpleGUI dcc557c642 Added "Register" button to setup window. Will open a browser so you can register 2020-11-18 16:15:32 -05:00
PySimpleGUI b9a28a74b7 Weather Widget released as a demo (previously only available in another Repo) 2020-11-18 15:25:54 -05:00
PySimpleGUI 4b79837cb7 Fix for case-mismatch. Made search string all lower. Changed how Linux python command is launched. Added defaults to User Settings. 2020-11-15 15:19:17 -05:00
PySimpleGUI 382cfc4157 Changed (significantly) to use the new User Settings API to store all of the credentials and search history 2020-11-13 14:47:41 -05:00