Commit Graph

833 Commits

Author SHA1 Message Date
PySimpleGUI 5458b64f08 Macs can force buttons to be tk buttons rather than ttk only (use with care and good luck.. hope it works out for you!), listbbox now has highlight controls exposed, Element.block_focus method added but needs to be renamed before final release 2021-03-31 09:47:48 -04:00
PySimpleGUI a51bca66b7 Much more up to date Demo of Autocomplete. Based on program by @bonklers 2021-03-30 17:55:20 -04:00
PySimpleGUI 06579d678e Updated to use WIN_CLOSED constant 2021-03-26 20:19:23 -04:00
PySimpleGUI d18b7e6ca1 Better theme previewing. Better window ordering on Linux 2021-03-23 17:15:33 -04:00
PySimpleGUI 567c4c124d Quotes around filename needed 2021-03-23 16:09:32 -04:00
PySimpleGUI 294d37e4c7 Added keep_on_top to windows and popups. Needed for Linux version 2021-03-23 16:09:11 -04:00
PySimpleGUI 3d95bc52e9 Added versioning info. Added button to global settings 2021-03-22 16:46:13 -04:00
PySimpleGUI 58b9f79d33 Demo that uses PyCharm's diff utility to compare 2 files. Keeps a history of previously selected files 2021-03-22 15:44:38 -04:00
PySimpleGUI 91ab3a9596 New Demo - how to "reuse" a layout (but not by actually reusing it) 2021-03-22 13:33:31 -04:00
PySimpleGUI 9caa3b3bdb New Demo - A template for Rainmater-style Desktop Widgets - has the majority of the features a widget would need is in this template. 2021-03-22 09:54:27 -04:00
PySimpleGUI b453207c05 Updated demo to confirm both the Exit button and "X" for closing window. 2021-03-21 09:59:44 -04:00
PySimpleGUI 819468129d New 3-window demo. Side by side compare of traditional and custom titlebar and menubar 2021-03-20 19:06:28 -04:00
PySimpleGUI b3f870da93 Dark Green theme 2021-03-20 19:06:00 -04:00
PySimpleGUI e30c80e9f9 Removed the no_scrollbar parm 2021-03-20 10:22:23 -04:00
PySimpleGUI 7114bc00ad Added shortcut char 2021-03-20 10:18:56 -04:00
PySimpleGUI 6652082c51 New Demo - a custom Menubar Element 2021-03-20 10:04:22 -04:00
PySimpleGUI 9d5ee5f18f Better theme previewing. Storing font for later use or manual editing 2021-03-19 15:47:12 -04:00
PySimpleGUI 88ed763023 Open get title and get date windows at same location as the main window 2021-03-18 21:34:19 -04:00
PySimpleGUI 799ce7c9c1 Most complete "Desktop Widget" design pattern. Can choose the theme, alpha channel, location, and it's all saved in the settings file for the future sessions. 99 lines... not bad for 99 lines..... 2021-03-18 21:31:11 -04:00
PySimpleGUI ebae350c1f New demo - Desktop Widget that counts days since some date. Use it as a motivational tool 2021-03-18 11:02:31 -04:00
PySimpleGUI 04379b930d Added ability to use older versions of PySimpleGUI by trying sg.execute_editor and launching manually if it fails. Added quotes around __file__ when self-editing 2021-03-17 10:31:53 -04:00
PySimpleGUI 160ce5d1ff Multiline scrollbar renamed to no_scrollbar to match the Listbox element 2021-03-16 15:37:00 -04:00
PySimpleGUI e44943ccee Addition of command line used to launch the process. Updated keys to be compliant with coding guidelines 2021-03-16 08:06:24 -04:00
PySimpleGUI 3e411d9853 Runs on 4.32.1 now. Added support for the launching of subprocesses using functions local to the program in case the user has an older PySimpleGUI. 2021-03-15 16:26:10 -04:00
PySimpleGUI 968cd8af6c Removed the re-routing of stdout 2021-03-14 13:58:01 -04:00
PySimpleGUI 8336c444c3 New Figlet Demo 2021-03-14 13:53:09 -04:00
PySimpleGUI 1d662e5530 Added python version to list of version numbers shown 2021-03-13 11:54:11 -05:00
PySimpleGUI 01af23431c Added a window-level bind 2021-03-12 13:08:20 -05:00
PySimpleGUI 9d4d6d42cc New demo to show how to use 1 line of code to add a hotkey to your program 2021-03-12 13:07:57 -05:00
PySimpleGUI 8a3e33c70e Added a custom titlebar 2021-03-11 09:07:42 -05:00
PySimpleGUI eb0ec49ef4 Added ability to change light/dark. Image changed to be nothing when animation isn't playing. Made the buttons 1/2 the size using subsample. 2021-03-11 08:57:00 -05:00
PySimpleGUI 6a546330f8 New Demo - Material "feel". Very simple window that's has elements centered 2021-03-10 11:55:09 -05:00
PySimpleGUI 369f6d9818 Removed note about ignore case not working... it is working now. Added code to enable user to Cancel from choosing a line to edit 2021-03-09 09:14:40 -05:00
PySimpleGUI 2301652dd9 Renaming the demo browser to be more obvious 2021-03-09 07:12:31 -05:00
PySimpleGUI d27b337902 Better global theme support. Moved the line number to the front of the output 2021-03-07 18:48:26 -05:00
PySimpleGUI 923723f7a7 Updated demo to use newer coding guidelines, better key format 2021-03-07 13:01:42 -05:00
PySimpleGUI 62fbb19bbd Emojis 2021-03-07 02:49:26 -05:00
PySimpleGUI 55424278ba Removed the importing of individual elements. Simplified and added more comments 2021-03-06 23:53:21 -05:00
PySimpleGUI 8dcfed8bc9 New demo on how to add your own custom theme and then use it 2021-03-04 12:31:42 -05:00
PySimpleGUI 6401ef34dd New Demo with the PySimpleGUI Helpers 2021-03-03 16:07:08 -05:00
PySimpleGUI e096a2f0fb Fix for leaving settings blank 2021-03-03 07:00:37 -05:00
PySimpleGUI 1927caafd8 Use global settings for the editor and the explorer if set. Also has the latest searching code for faster searches. 2021-03-03 06:54:33 -05:00
PySimpleGUI f435629d9a Simple change to test git 2021-03-01 15:25:54 -05:00
PySimpleGUI 0ec79ce4b4 Cleaning up demos so local changes get rolled in. Old demos removed. There is a significant effort underway 2021-03-01 06:59:36 -05:00
PySimpleGUI 724d6ae7a9 Added OptionMenu element, cleaned up TabGroup layout. 2021-03-01 05:44:40 -05:00
PySimpleGUI 4491798db2 Removed extra read 2021-03-01 04:27:26 -05:00
PySimpleGUI 47069358b3 Addition of the execute_editor code but not used at this point. 2021-02-27 13:16:54 -05:00
PySimpleGUI aadcf3a772 Make backwards compatible (again) 2021-02-27 08:18:20 -05:00
PySimpleGUI 8c653861f7 Cleanup demo browser 2021-02-27 07:34:00 -05:00
PySimpleGUI d627c2246d Unified Demo & Project Browsers - now uses the new PySimpleGUI Exec APIs to launch everything 2021-02-27 07:32:51 -05:00
PySimpleGUI 7fc79d8470 Demo of the IGNORE setting when disabling buttons. 2021-02-25 19:25:34 -05:00
PySimpleGUI a2598828a1 Merged with the "Project Browser" so now only 1 program. 2021-02-24 12:59:02 -05:00
PySimpleGUI c88fdc8d2c Advanced mode so will have a single demo browser now. Will delete this one shortly. 2021-02-24 12:54:36 -05:00
PySimpleGUI 375dba6071 One more Linux change.... invoke using python3 rather than python 2021-02-21 10:51:01 -05:00
PySimpleGUI bfee78a127 Fixes for Linux, Addition of "Open Folder" feature. GUI for a couple of other features added but not yet fully implemented, use full path for default demo programs location 2021-02-21 10:02:23 -05:00
PySimpleGUI 208eb55e3f Fixes for Linux. Uses full path for demo folder default now 2021-02-21 10:01:10 -05:00
PySimpleGUI 645dda81ed Fixes so runs correctly on Linux 2021-02-21 08:51:41 -05:00
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
PySimpleGUI 9e4bf95b33 Added last value chosen for combo, popup with dictionary info. 2020-11-13 11:54:39 -05:00
PySimpleGUI 3ef927cdfe New Demo showing class interface for User Settings 2020-11-13 11:54:04 -05:00
PySimpleGUI 3f9a296987 Initial check-in of multi-threaded & multi-window write_event_value call. 2020-11-11 09:43:59 -05:00
PySimpleGUI 81daafb613 New demo - center a column in the window 2020-11-03 11:11:22 -05:00
PySimpleGUI 977bc66196 Changed so that Linux version works the same as Windows 2020-10-30 18:18:26 -04:00
PySimpleGUI b957d3e757 Removed default value parameter from several user_settings_get_entry to simplify. 2020-10-25 14:49:37 -04:00
PySimpleGUI 63ecca6a2f Replaced all globals with user settings 2020-10-25 11:05:40 -04:00
PySimpleGUI 9a4cbbccf8 Added theme to settings 2020-10-24 19:54:18 -04:00
PySimpleGUI 71f121b949 Make everything "settings driven". Has a settings window to set the folders and the programs information 2020-10-24 19:42:37 -04:00
PySimpleGUI 4ed30d1a0a A new "silent" command line option will kill all python programs with no window opened except for an auto-closing popup at the end. 2020-10-24 11:24:03 -04:00
PySimpleGUI 645ab655a5 New user settings coding convention 2020-10-20 09:50:02 -04:00
PySimpleGUI 88564dcb67 Replaced combo user settings demo with one that uses input and combobox 2020-10-20 09:34:42 -04:00
PySimpleGUI f7d2ac04f3 New Demo Program! Tkinter colors as swatches 2020-10-18 15:26:02 -04:00
PySimpleGUI 159f8cc92b New Demo - users settings to save prior selections 2020-10-17 10:35:22 -04:00
PySimpleGUI 2652701540 Window title change, sorted the entries before displaying 2020-10-16 14:28:31 -04:00
PySimpleGUI 5843f33d28 Demo - Saving previously entered Combobox entries 2020-10-16 14:06:34 -04:00
PySimpleGUI dbf0bfc297 New Demo - Design pattern for main func, window create, and saving theme from one run to the next 2020-10-16 10:07:10 -04:00
PySimpleGUI 6aad056e0f New Demo Program - Theme Color Swatches 2020-10-14 09:10:19 -04:00
PySimpleGUI 28eafd6a1a Added a "Pause/Resume" button. 2020-10-13 12:03:25 -04:00
PySimpleGUI 930747a324 New Demo Program - GitHub file copier 2020-10-12 17:24:29 -04:00
PySimpleGUI ea03abb6d0 Changed demo to directly call user_settings within the layout 2020-10-12 17:24:14 -04:00
PySimpleGUI 8a85024080 Added simple filename save example 2020-10-11 15:49:07 -04:00
PySimpleGUI dc2f55dc96 Moved Example 5B inside of Try/Except block in case unpacking isn't supported. 2020-10-10 12:51:44 -04:00
PySimpleGUI 52c8dbf034 New User Settings Demo 2020-10-10 11:17:12 -04:00
PySimpleGUI b90c6baa5d Added examples of combining layout helper function with other elements on a single row 2020-10-10 11:17:00 -04:00
PySimpleGUI f061422898 New vertical layout demo program 2020-10-09 16:15:36 -04:00
PySimpleGUI 7d2644ef1a Quick little demo of buttons and user_settings to store theme 2020-10-08 09:27:23 -04:00
PySimpleGUI adce90b322 New Matplotlib demo based on Template that allows changing Matplotlib Style and PySimpleGUI Theme to see what matches 2020-09-26 12:39:21 -04:00
PySimpleGUI 957fd84055 Added ability to change Matplotlib Style 2020-09-26 12:38:49 -04:00
PySimpleGUI 6f9a92ba75 Spelling errors. Changed to dark theme 2020-09-25 18:12:21 -04:00
PySimpleGUI 8d987a7d3d New Demo - Base64 Shaded Buttons 2020-09-25 14:11:14 -04:00
PySimpleGUI 7232fd2337 Added a tuple example for button right click 2020-09-20 15:54:37 -04:00
PySimpleGUI e48dabe7f2 Dark Grey 9 theme, slight change to error display when trying to kill self. 2020-09-18 13:04:01 -04:00
PySimpleGUI 7e4af56bdf Demo of "PyCharm Me" Button 2020-08-27 18:16:11 -04:00
PySimpleGUI 2bd81e5d9f Removed f-strings so can run on the Pi (3.4) 2020-08-25 17:25:40 -04:00
PySimpleGUI c97234af84 Uses new grab and expand parameters. Requires 4.28.0.20 and later 2020-08-22 16:16:31 -04:00
PySimpleGUI b8344a5778 Added the custom titlebar so that the window can be moved by that titlebar. 2020-08-21 13:11:36 -04:00
PySimpleGUI 4806dacf48 New Custom Titlebar showing multiple color combinations 2020-08-20 07:41:52 -04:00
PySimpleGUI e4781e2a6f Added a "Kill All & Exit" so you can click once and all Python programs go away, including this one. 2020-08-18 06:37:59 -04:00
PySimpleGUI d051a22a89 New statusbar demo to accompany change to StatusBar element. 2020-08-17 11:48:56 -04:00
PySimpleGUI 4f2ec52c26 New demo - custom titlebar running as async 2020-08-14 12:57:10 -04:00
PySimpleGUI 3261b96d46 Changed use of keyword "k" to key for better portability to older versions of PySimpleGUI. More example titlebar color setups 2020-08-13 19:58:48 -04:00
PySimpleGUI 1b1ca99275 New demo - restart a window(recreates a window) 2020-08-13 15:00:08 -04:00
PySimpleGUI 07c56e9ada Changed titlebar to use the theme's button colors 2020-08-13 09:26:52 -04:00
PySimpleGUI 7a5cfcd251 Docstrings, comments 2020-08-12 11:02:17 -04:00
PySimpleGUI 005c18f775 Support for titles in the taskbar icon 2020-08-12 10:58:09 -04:00
PySimpleGUI 29fb6fc76d Addition of minimize 2020-08-12 10:28:03 -04:00
PySimpleGUI 091b42fcd8 New demo showing a custom titlebar, uses new dark grey 9 theme 2020-08-12 07:57:24 -04:00
PySimpleGUI 27be46ecab Set button background colors correctly so they blend with theme. 2020-08-11 09:12:51 -04:00
PySimpleGUI 15dce8d14b New demo - Image Viewer 2020-08-10 08:37:57 -04:00
PySimpleGUI b30ab55d97 More options and feedback. 2020-08-09 09:14:55 -04:00
PySimpleGUI e785dc79a4 Fixed comment about checking for window closed 2020-08-07 07:34:51 -04:00
PySimpleGUI f0b590098e Added ablity to re-open window 2 if closed. Also made windows use input events so updates are made as soon as characters entered 2020-08-07 07:32:28 -04:00
PySimpleGUI 54924e017d Multiple windows active & visible at the same time 2020-08-07 07:14:58 -04:00
PySimpleGUI 9f1d609bd6 Fixed crash when Window2 is closed. 2020-08-07 06:48:14 -04:00
PySimpleGUI 68f99f6bae Cleanup selection collapse demo 2020-08-05 08:43:19 -04:00
PySimpleGUI 32f1e46b0c Renamed Collapsible Section Demo 2020-08-04 12:17:32 -04:00
PySimpleGUI faf62e136c New demo - collapsable sections 2020-08-04 12:14:50 -04:00
PySimpleGUI 82baa86150 Pin demo update 2020-08-03 16:01:05 -04:00
PySimpleGUI 92c15169ca Demo of element pinning capability 2020-08-03 15:59:10 -04:00
PySimpleGUI 00c9e37300 NEW Technique... add a 1 pixel size(0,0) canvas to a row and the row will shrink when others made invisible 2020-08-03 15:24:07 -04:00
PySimpleGUI a93e600b4f New Demo that shows bouncing balls on your desktop. Uses the latest GitHub release of PySimpleGUI 2020-08-02 08:17:55 -04:00
PySimpleGUI e20cbab042 New version of the drawing and dragging demo that uses 2 windows. One is a floating palette of operations 2020-08-01 11:13:45 -04:00
PySimpleGUI a72c48ecc2 New Python-only process killer demo program 2020-07-30 14:02:05 -04:00
PySimpleGUI b8289c7360 All multi-window design patterns updated to use the new read_all_windows() call. 2020-07-30 08:13:54 -04:00
PySimpleGUI 102e61cdab Added PySimpleGUIQt as the secondary (commented out) import 2020-07-29 10:21:02 -04:00
PySimpleGUI d2102c8b17 Added location parameter so that launchers can place these widgets at any location on multiple screens 2020-07-28 04:11:25 -04:00
PySimpleGUI 8fc47b964a Replaced one multi-window design pattern with new read_all_windows 2020-07-27 06:58:17 -04:00
PySimpleGUI c89fbc271f New demo showing multiple windows to achieve a background image effect 2020-07-25 22:37:41 -04:00
PySimpleGUI 7731b07f1f changed convert_to_bytes function to use a context manager for better memory management 2020-07-25 17:45:19 -04:00
PySimpleGUI c2eda23948 Replaced file with in-file base64 image 2020-07-24 19:19:41 -04:00
PySimpleGUI f6e60b31b3 Simple demo to launch the "sg.main()" function. Good for getting to the upgrade and other utilities 2020-07-24 06:01:48 -04:00
PySimpleGUI 5a2d1a6c77 Renamed the dark theme previewer demo 2020-07-23 17:25:38 -04:00
PySimpleGUI 432603bd82 Updated the Toggle-Button demo to use new color formats 2020-07-23 16:14:24 -04:00
PySimpleGUI 110e5a0daf Removed cprint from thread. Added dummy button 2020-07-18 15:36:12 -04:00
PySimpleGUI 04dfa364d5 Changed multi-threaded demos to use new Window.write_event_value method 2020-07-18 13:42:32 -04:00
PySimpleGUI d7f062f77c New Multi-threaded demo - requires GitHub version of PySimpleGUI.py 2020-07-16 16:21:40 -04:00
PySimpleGUI 78917db9bc New PIL Image Viewer that will also resize images and runs on Qt too 2020-07-09 05:46:41 -04:00
PySimpleGUI e89f479125 shortcut for cprint rather than using sg.cprint. 2020-07-09 05:31:15 -04:00
PySimpleGUI c724cf9d63 A new way to generate Matplotlib graphs. Uses PIL to resize drawings so a grid of graphs can be displayed easily. 2020-07-08 09:01:13 -04:00
PySimpleGUI c48dd18d5e Updated Matplotlib Template Program 2020-07-07 17:52:39 -04:00
PySimpleGUI 871f601e10 NMew Matplotlib demo that's universal. It works on 3 PySimpleGUI port without any changes 2020-07-07 14:41:57 -04:00
PySimpleGUI a148751404 Changed window title to be more descriptive 2020-07-05 10:50:12 -04:00
PySimpleGUI 1f8ad01942 Renamed demo 2020-07-05 10:49:54 -04:00
PySimpleGUI 8c3676b7be NEW demo that saves screenshot of one or more windows 2020-07-05 10:49:24 -04:00
PySimpleGUI 6fcb4293ee New Demo - Saves any window as an image file 2020-07-04 18:20:20 -04:00
PySimpleGUI 46c030875e Upated cprint demo with more options 2020-06-28 10:33:45 -04:00
PySimpleGUI a33be3f99d Added button to demonstrate the "on" string 2020-06-27 16:00:33 -04:00
PySimpleGUI a63d274b91 Demo of new color format "fg on bg" 2020-06-27 12:40:03 -04:00
PySimpleGUI baf339ad4e cprint - c / colors parameter can be tuple or a string with format "text on text" 2020-06-27 12:38:21 -04:00
PySimpleGUI d8149cd817 New demo program that shows how to use the new cprint function 2020-06-27 11:55:35 -04:00
PySimpleGUI 3092388b36 Made an LED User Defined Element, compated the code for updating to a single line 2020-06-27 06:49:10 -04:00
PySimpleGUI 4d4e256a79 Simplified demo by removing sizes 2020-06-26 16:59:05 -04:00
PySimpleGUI 223002f804 New Demo - LED Inidicators using Unicode Text 2020-06-26 15:49:28 -04:00
PySimpleGUI 4442970aab New PyCharm launcher demo 2020-06-26 08:35:16 -04:00
PySimpleGUI 57b95d3ab6 New Demo that shows how to "pin" a location of an element in a layout so that it can be returned to the correct location when changing from invisible to visible 2020-06-25 12:53:22 -04:00
PySimpleGUI 91a813f5f4 New Demo that displays any image format in the GUI window. Uses PIL 2020-06-24 05:44:04 -04:00
PySimpleGUI bf9b702770 Replaced button click demo. It seems to have been overwritten by something completely different so found an old version and updated it a bit. 2020-06-22 04:28:29 -04:00
PySimpleGUI ed0fd5fbbb Code cleanup 2020-06-21 08:51:42 -04:00
PySimpleGUI bf687f114d Make sure bar is behind the text 2020-06-21 08:48:56 -04:00
PySimpleGUI 6a357ffbdb New Desktop Widget - CPU Square (like the RAM square that shades showing %) 2020-06-21 06:56:54 -04:00
PySimpleGUI 0af8ecf283 Acciently checked in a version importing the wrong PySimpleGUI 2020-06-19 08:08:00 -04:00
PySimpleGUI 9f8404ffd3 New Demo for the Vertical and (new) Horizontal separator elements 2020-06-19 07:25:59 -04:00
PySimpleGUI de8e29f1cf Removed very old template because it used the CloseButton that's not something suggested to use now. 2020-06-18 11:17:12 -04:00
PySimpleGUI 98ed25fb04 New Demo - simulated radio buttons. Get the same behavior of radio buttons but using real buttons instead of RadioButtons 2020-06-16 13:30:21 -04:00
PySimpleGUI 6b9d616839 Changed the exit button to use clickable text for a cleaner look 2020-06-16 12:38:56 -04:00
PySimpleGUI 3da7c7b0da Created a single convert_to_bytes function that will take both filename and bytes as input 2020-06-16 10:54:40 -04:00
PySimpleGUI 0cfd770b1a New Widget Added! 2020-06-16 10:54:13 -04:00
PySimpleGUI e3185a22ae Fix for image resizing algorithm. Was only resizing to square images. 2020-06-16 07:58:24 -04:00
PySimpleGUI ac6623b6e5 Switched to clickable Text X 2020-06-15 18:00:14 -04:00
PySimpleGUI f566bba0cb New Demo - Desktop widget - disk usage 2020-06-15 11:19:17 -04:00
PySimpleGUI de689acdfc New Demo to display images using Graph Element 2020-06-14 20:37:08 -04:00
PySimpleGUI 012702429a Removed requirement of new theme_add_new function (added theme using old way for now) 2020-06-11 16:44:25 -04:00
PySimpleGUI aa9e918df0 Fixed bad import bug. Dunno how the code got in there 2020-06-11 09:38:39 -04:00
PySimpleGUI 24dac33257 Dashboard Demo 2020-06-09 15:21:26 -04:00
PySimpleGUI ef650e67a6 Initial check-in of System Tray with GUI design pattern 2020-06-07 08:19:20 -04:00
PySimpleGUI a6c64f671e Fixed text cut off, delete lines, compact code, bytes instead of string for button image 2020-05-30 00:29:27 -04:00
PySimpleGUI 9e7ef6cceb Removed PIL 2020-05-23 05:37:41 -04:00
PySimpleGUI ba10e1dccd Cleanup 2020-05-20 07:27:25 -04:00
PySimpleGUI d5e0dc887e New demo - splash screen 2020-05-19 21:22:19 -04:00
PySimpleGUI e00a427556 New super-simple form Demo 2020-05-16 12:54:45 -04:00
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
PySimpleGUI 18152ac402 New Demo to show how to drag stuff around on a Graph 2019-12-18 14:31:43 -05:00
PySimpleGUI 54f53991a0 Draws Axis, moves the individual lines instead of the graph. 2019-12-15 12:14:55 -05:00
PySimpleGUI c785ad8569 New demo with simple base64 based buttons that will match any color theme 2019-12-11 11:24:23 -05:00
PySimpleGUI 87bb1fd18c Fixed key typo, added Dark Blue 3 look and feel 2019-12-10 14:11:22 -05:00
PySimpleGUI 1029729173 Added battleship mockup and changed video font size to fit phone's screen 2019-12-08 16:53:46 -05:00
PySimpleGUI f467d2c4b7 Front-end to choose which camera 2019-12-08 15:43:02 -05:00
PySimpleGUI 08ce2a18df Front-end GUI to choose camera 2019-12-08 15:41:29 -05:00
PySimpleGUI 68a0c79d1a Better camera control for droid 2019-12-08 12:50:16 -05:00
PySimpleGUI fa24ab4607 Set location to 0,0 2019-12-08 09:17:42 -05:00
PySimpleGUI ca10782397 Simple OpenCV demo ported to PyDroid3 2019-12-08 09:16:55 -05:00
PySimpleGUI c5143e539d New Demo Programs folder for PyDroid3 programs 2019-12-08 09:09:46 -05:00
PySimpleGUI f586d694e9 Added color 2019-12-07 19:27:01 -05:00
PySimpleGUI fd553e6732 Demonstrates new tab capabilities - colors, visiblility 2019-12-06 22:37:06 -05:00
PySimpleGUI 878c450962 readme for demos 2019-12-06 00:05:06 -05:00
PySimpleGUI 50ec4bec9b Look and feel added 2019-12-05 21:21:08 -05:00
PySimpleGUI 17b5d71905 Demo Programs folder finally gets a readme 2019-12-05 21:17:03 -05:00
PySimpleGUI b935153324 New Demo - launcher with realtime output and (hopefully) ANSI color support 2019-12-04 12:20:58 -05:00
PySimpleGUI 578ea55696 New demo! Multiline Element - how to use multiple colors for text 2019-12-01 15:54:29 -05:00
PySimpleGUI 29a00203eb Only changes the look and feel when the user passes in a new one 2019-11-30 16:36:29 -05:00
PySimpleGUI 2320936f45 Changed into a popup to make it clearer to users on how to use it. Must use latest PySimpleGUI from GitHub 2019-11-30 16:28:46 -05:00
PySimpleGUI 7d08d07d9f Turned demo into a usable function with a tert harness that's run when exeuting it 2019-11-30 01:50:39 -05:00
PySimpleGUI 5a966a28fa Made loop run more frequently 2019-11-29 22:07:47 -05:00
PySimpleGUI b74ec7126c Added animated GIF to tasks that take a long time but are unable to provide regular updates. 2019-11-29 22:01:50 -05:00
PySimpleGUI 235ead0f79 Added a progress bar 2019-11-29 20:53:26 -05:00
PySimpleGUI cfaa9990af New Demo - Multithreaded using global memory 2019-11-29 20:27:40 -05:00
PySimpleGUI 0f45772afe A Color Picker / Chooser Demo initial checkin 2019-11-29 18:27:32 -05:00
PySimpleGUI 58b7d9b344 Had a duplicate up button 2019-11-27 21:20:48 -05:00
PySimpleGUI 6cdd2d63af New Demo Program - Unicode Chars 2019-11-27 21:11:59 -05:00
PySimpleGUI 0d09cfcaa2 Button Click Demo update 2019-11-27 17:19:31 -05:00
PySimpleGUI bc73780033 Added color theme, switched to using a unicode circle as status indicator 2019-11-25 01:15:47 -05:00
PySimpleGUI 3f899f624b Update to use the new Matplotlib interface 2019-11-25 01:04:49 -05:00
PySimpleGUI a3753b25bf Cursor demo - Initial checkin 2019-11-24 17:34:21 -05:00
PySimpleGUI 3e087d86df Fix syntax error 2019-11-23 09:13:53 -05:00
PySimpleGUI d5ec080b9a New Demo - Show a window with icons like a control panel 2019-11-23 09:13:28 -05:00
PySimpleGUI 559bb22797 Made work for all 4 ports of PySimpleGUI! 2019-11-21 16:37:44 -05:00
PySimpleGUI 9ee179697d Demo Email Send - Initial check in 2019-11-21 15:49:07 -05:00
PySimpleGUI 59274592ca Updated to use more recent design patterns. 2019-11-19 11:54:35 -05:00
PySimpleGUI 79e02c5726 Rename and rework of 2 multithreaded demos 2019-11-19 11:24:50 -05:00
PySimpleGUI 363533ca0a A mini-excel table. Uses arrow keys to navigate. Can click header to sort by column 2019-11-18 12:48:12 -05:00
PySimpleGUI 34d8b3c9d1 Reworked the look and feel preivew, browser, new table simulation with arrow keyskkkkkkkkkk 2019-11-17 18:00:35 -05:00
PySimpleGUI 64b6ef95f5 New demo showing how to create an Excel-like table and use arrow keys to move around 2019-11-16 13:21:10 -05:00
PySimpleGUI 27a1da4261 New Demo that shows all of the look and feel choices. Runs on all ports (except Wx) 2019-11-14 12:55:37 -05:00
PySimpleGUI 4f9a0d97fa Fixed up naming 2019-11-08 13:33:29 -05:00
PySimpleGUI b5d4c128a3 Initial Check in of new Matplotlib Demo 2019-11-08 13:31:27 -05:00
PySimpleGUI 51939eecf3 Fix for converting from file to displayable image 2019-11-08 12:38:12 -05:00
PySimpleGUI 9582d017b0 Fixed missing "," typo 2019-11-05 23:32:34 -05:00
PySimpleGUI a1e77bc18a Quick update to compress a little and changed a couple of PSG coding convention things 2019-10-31 08:31:15 -04:00
PySimpleGUI 919b4622ea Addeed back in the code to change pointer to a hand 2019-10-30 22:44:06 -04:00
PySimpleGUI d9c2596cc4 Added Linux support 2019-10-30 14:48:18 -04:00
PySimpleGUI 40aec7c1d7 New Demo Program - A simple VLC based media player 2019-10-30 14:35:22 -04:00
PySimpleGUI f0e1642437 New demo program! Displays a fade in/out Notification Window with an Icon 2019-10-29 05:14:18 -04:00
PySimpleGUI 0451468460
Merge branch 'master' into Dev-latest 2019-10-23 16:12:18 -04:00
PySimpleGUI 7f52778bcc Major update of all demo programs to use new PEP8 bindings, etc 2019-10-23 16:10:03 -04:00
PySimpleGUI 126ad571bb
Merge pull request #2073 from PySimpleGUI/Dev-latest
Dev latest
2019-10-13 15:14:37 -04:00
PySimpleGUI 2c53a593fe Refresh of Graph Element demos 2019-10-13 15:14:17 -04:00
PySimpleGUI ccc3021268
Merge pull request #2053 from PySimpleGUI/Dev-latest
Refreshed Menu Demo
2019-10-07 16:37:20 -04:00
PySimpleGUI 7f1584d97e Refreshed Menu Demo 2019-10-07 16:37:01 -04:00
PySimpleGUI 0ece721182
Merge pull request #2046 from PySimpleGUI/Dev-latest
Create Demo_Column_And_Frames.py
2019-10-02 23:29:29 -04:00
PySimpleGUI 48eea5464c Create Demo_Column_And_Frames.py 2019-10-02 23:29:07 -04:00
PySimpleGUI 4a356a6fa6
Merge pull request #2044 from PySimpleGUI/Dev-latest
Updated Timer Demos and added 4-line OpenCV demo
2019-10-02 21:14:57 -04:00
PySimpleGUI 91fe043c11 Updated Timer Demos and added 4-line OpenCV demo 2019-10-02 21:13:58 -04:00
PySimpleGUI 802cae6f23
Merge pull request #2022 from PySimpleGUI/Dev-latest
Cleanup imports
2019-09-25 16:33:52 -04:00
PySimpleGUI 392c5a94d3 Cleanup imports 2019-09-25 15:24:54 -04:00
PySimpleGUI d7df9254cc
Merge pull request #2013 from PySimpleGUI/Dev-latest
New demo program that simulates callbacks using a dictionary
2019-09-23 12:10:35 -04:00
PySimpleGUI 8f6db74f83 New demo program that simulates callbacks using a dictionary 2019-09-23 12:10:10 -04:00
PySimpleGUI 892b535fe7
Merge pull request #2012 from PySimpleGUI/Dev-latest
Added new User Defined Element function, lots of comments
2019-09-21 15:18:32 -04:00
PySimpleGUI 04ebf34d21 Added new User Defined Element function, lots of comments 2019-09-21 15:18:12 -04:00
PySimpleGUI d2128692e7
Merge pull request #2011 from PySimpleGUI/Dev-latest
Renamed function
2019-09-21 14:59:47 -04:00
PySimpleGUI 8adb35e0e2 Renamed function 2019-09-21 14:59:29 -04:00
PySimpleGUI ffbd61e89c
Merge pull request #2010 from PySimpleGUI/Dev-latest
Updated to use the more "modern constructs". Changed how keys are named.
2019-09-21 14:56:37 -04:00
PySimpleGUI 6c8ddbd93c Updated to use the more "modern constructs". Changed how keys are named. 2019-09-21 14:56:17 -04:00
PySimpleGUI 2cf84deda4
Merge pull request #2009 from PySimpleGUI/Dev-latest
Dev latest
2019-09-20 17:31:22 -04:00