Commit Graph

833 Commits

Author SHA1 Message Date
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
PySimpleGUI f7deaadf97 Refreshing demos. Updating to use newer techniques 2019-09-20 17:31:00 -04:00
PySimpleGUI e5e1021516 Discovered OLD code! Was using ReadButton! 2019-09-20 16:59:15 -04:00
PySimpleGUI 7178dd4466
Merge pull request #1995 from PySimpleGUI/Dev-latest
Simplified code
2019-09-19 15:52:45 -04:00
PySimpleGUI 86805e9ebe Simplified code 2019-09-19 15:52:26 -04:00
PySimpleGUI 4cb97d2226
Merge pull request #1993 from PySimpleGUI/Dev-latest
Dev latest
2019-09-19 13:33:15 -04:00
PySimpleGUI 3b24d8921e Update of ALL Matplotlib demos so they run on 3.1. Brought up to date too. 2019-09-19 13:32:25 -04:00
PySimpleGUI 6f02fb4a54 Updated, removed the force_toplevel in Window as it doesn't seem to be needed anymore. 2019-09-19 11:57:11 -04:00
PySimpleGUI 2ca670569b
Merge pull request #1992 from PySimpleGUI/Dev-latest
Updated to work with 3.1.1
2019-09-19 11:25:02 -04:00
PySimpleGUI ec78bd3327 Updated to work with 3.1.1 2019-09-19 11:24:40 -04:00
PySimpleGUI ec1380f5a8
Merge pull request #1989 from PySimpleGUI/Dev-latest
cleanup to more recent constructs
2019-09-18 20:16:04 -04:00
PySimpleGUI 7e972b5277 cleanup to more recent constructs 2019-09-18 20:15:45 -04:00
PySimpleGUI 96438e10d6
Merge pull request #1988 from PySimpleGUI/Dev-latest
Updated to work with Matplotlib 3.1.1
2019-09-18 20:08:18 -04:00
PySimpleGUI ef138509ac Updated to work with Matplotlib 3.1.1 2019-09-18 20:07:57 -04:00
PySimpleGUI a3b6b973e2
Merge pull request #1971 from PySimpleGUI/Dev-latest
New demo program to enable you to quickly test out the different look…
2019-09-14 20:25:35 -04:00
MikeTheWatchGuy f0f4dcb92e New demo program to enable you to quickly test out the different look and feel settings 2019-09-14 20:25:17 -04:00
PySimpleGUI e8f8d16e5a
Merge pull request #1969 from PySimpleGUI/Dev-latest
New demo program - demonstrates how to make a "rubber band" rectangle…
2019-09-14 11:36:41 -04:00
MikeTheWatchGuy 9e62a74af5 New demo program - demonstrates how to make a "rubber band" rectangle where you click and drag to draw it 2019-09-14 11:36:20 -04:00
PySimpleGUI e98912e0cc
Merge pull request #1939 from PySimpleGUI/Dev-latest
New demo program that shows how to use Graph Element to draw a visual…
2019-09-07 09:20:26 -04:00
MikeTheWatchGuy 7c723133e0 New demo program that shows how to use Graph Element to draw a visualizer for sorts 2019-09-07 09:20:07 -04:00
PySimpleGUI cd9d4c34be
Merge pull request #1927 from PySimpleGUI/Dev-latest
Moved print to event loop
2019-09-05 10:27:39 -04:00
MikeTheWatchGuy 221d376f10 Moved print to event loop 2019-09-05 10:27:19 -04:00
PySimpleGUI 5f27da5a8d
Merge pull request #1923 from PySimpleGUI/Dev-latest
Initial checkin
2019-09-04 16:39:24 -04:00
MikeTheWatchGuy 221e0ab88e Initial checkin 2019-09-04 16:39:01 -04:00
PySimpleGUI bc8bfa9bf8
Merge pull request #1921 from PySimpleGUI/Dev-latest
Multiple Choice Test generated layout added
2019-09-04 12:06:33 -04:00
MikeTheWatchGuy 6b62636b65 Multiple Choice Test generated layout added 2019-09-04 12:06:07 -04:00
PySimpleGUI 472895e894
Merge pull request #1896 from PySimpleGUI/Dev-latest
Added tooltip to main screen.  Fixed importing WRONG PSG... was impor…
2019-08-29 16:44:40 -04:00
MikeTheWatchGuy 28f43bd020 Added tooltip to main screen. Fixed importing WRONG PSG... was importing Qt when should have been plain PSG. 2019-08-29 16:44:23 -04:00
PySimpleGUI 7c1191ea59
Merge pull request #1895 from PySimpleGUI/Dev-latest
Changed stop functionality
2019-08-29 15:57:35 -04:00
MikeTheWatchGuy 9d9aa5e2d8 Changed stop functionality 2019-08-29 15:57:14 -04:00
MikeTheWatchGuy 9e7c1e14ca
Merge pull request #1828 from PySimpleGUI/Dev-latest
New Demo - Design Patterns for Layout Generation
2019-08-17 17:00:33 -04:00
MikeTheWatchGuy 0cb17f2a31 New Demo - Design Patterns for Layout Generation 2019-08-17 17:00:10 -04:00
MikeTheWatchGuy c8826bc9f4
Merge pull request #1824 from PySimpleGUI/Dev-latest
Dev latest
2019-08-16 19:06:18 -04:00
MikeTheWatchGuy fa6f4cc1ce Removed some whitespace 2019-08-16 19:05:53 -04:00
MikeTheWatchGuy 65dd8360bf
Merge pull request #1822 from PySimpleGUI/Dev-latest
Make more generic by adding USING_QT variable. Removed * unpacking!  …
2019-08-16 11:52:15 -04:00
MikeTheWatchGuy 392d224ef1 Make more generic by adding USING_QT variable. Removed * unpacking! New layout technique 2019-08-16 11:51:49 -04:00
MikeTheWatchGuy baebc08780
Merge pull request #1819 from PySimpleGUI/Dev-latest
Comments on installatation
2019-08-16 10:48:46 -04:00
MikeTheWatchGuy c4d149f5c3 Comments on installataion 2019-08-15 22:18:51 -04:00
MikeTheWatchGuy 276a53f048
Merge pull request #1816 from PySimpleGUI/Dev-latest
Added controls at bottom to adjust key parameters.  Added back the tit…
2019-08-15 19:36:58 -04:00
MikeTheWatchGuy 652c24c17c Added controls at bottom to adjust key paramters. Added back the titlebar so an use slider 2019-08-15 19:36:32 -04:00
MikeTheWatchGuy 73f8efc36c
Merge pull request #1813 from PySimpleGUI/Dev-latest
New Demo Program - Show an ASCII animation using your webcam & OpenCV
2019-08-15 09:19:44 -04:00
MikeTheWatchGuy 879f3f55b9 New Demo Program - Show an ASCII animation using your webcam & OpenCV 2019-08-15 09:19:23 -04:00
MikeTheWatchGuy 4c155d79e7 Checking into Dev Branch.... accidently checked directly into Master previously! 2019-08-13 16:54:17 -04:00
MikeTheWatchGuy c3d9195d8b Two new OpenCV demos and one updated to show import for Qt 2019-08-13 16:48:23 -04:00
MikeTheWatchGuy 5417e6bd74
Merge pull request #1802 from PySimpleGUI/Dev-latest
New Demo Program that shows how to use an Graph Element to display  O…
2019-08-11 08:13:57 -04:00
MikeTheWatchGuy c98720e02c New Demo Program that shows how to use an Graph Element to display OpenCV stream 2019-08-11 08:13:39 -04:00
MikeTheWatchGuy c64f835e37
Merge pull request #1781 from PySimpleGUI/Dev-latest
Docstrings, Warnings added to Window so that bad titles and bad layou…
2019-08-04 13:50:26 -04:00
MikeTheWatchGuy 0b839ccb70 Docstrings, Warnings added to Window so that bad titles and bad layout types are warned. It's crude but will be helpful. Also first time using this warnings module. Hope it's OK! New Demo Program - invisible elements shows using a column for visibility 2019-08-04 13:50:06 -04:00
MikeTheWatchGuy 8bf4b87fc7
Merge pull request #1709 from PySimpleGUI/Dev-latest
Added an example of setting text coloir to white with red background.
2019-07-19 22:33:14 -04:00
MikeTheWatchGuy 60fb9c2ac3 Added an example of setting text coloir to white with red background. 2019-07-19 22:32:46 -04:00
MikeTheWatchGuy 288af8288e
Merge pull request #1707 from PySimpleGUI/Dev-latest
Support for Table Updates for colors (individual row colors and alter…
2019-07-19 22:23:21 -04:00
MikeTheWatchGuy b49e17d665 Support for Table Updates for colors (individual row colors and alternating row color) 2019-07-19 22:22:49 -04:00
MikeTheWatchGuy a4d6b4bf0d
Merge pull request #1703 from PySimpleGUI/Dev-latest
Addition of user generated toggle button - Thank you ncotrb
2019-07-19 17:04:54 -04:00
MikeTheWatchGuy 313d35b177 Addition of user generated toggle button - Thank you ncotrb 2019-07-19 17:04:24 -04:00
MikeTheWatchGuy 294102b360
Merge pull request #1673 from PySimpleGUI/Dev-latest
Changed how image is created before updating the Image Element. Now i…
2019-07-09 14:14:51 -04:00
MikeTheWatchGuy 462a4f4385 Changed how image is created before updating the Image Element. Now is 1 line of code. 2019-07-09 14:14:27 -04:00
MikeTheWatchGuy decb5c520e
Merge pull request #1672 from PySimpleGUI/Dev-latest
Multithreaded for doing long tasks Demo
2019-07-09 13:09:45 -04:00
MikeTheWatchGuy 474917b50b Multithreaded for doing long tasks Demo 2019-07-09 13:09:25 -04:00
MikeTheWatchGuy 08f0febf4d
Merge pull request #1671 from PySimpleGUI/Dev-latest
Made slider active. Moving it causes video playback to begin at new …
2019-07-08 18:36:19 -04:00
MikeTheWatchGuy b16782c39d Made slider active. Moving it causes video playbcack to begin at new location indicated by slider. Cleaned up code a little. 2019-07-08 18:35:47 -04:00
MikeTheWatchGuy 6a8032062d
Merge pull request #1643 from kreegahbundolo/master
Made PyGame integration work on Linux by changing the SDL_VIDEODRIVER setting.
2019-06-27 20:42:47 -04:00
MikeTheWatchGuy 94ac5b33eb NEW Pong program that ONLY uses PySimpleGUI calls. Previously cheated and worked directly with Canvas in tkinter. Not anymore! Also runs on PySimpleGUIWeb and should run on PySimpleGUIQt soon 2019-06-27 18:19:57 -04:00
Åge Strand f7db14f842 Made it work on Linux by changing the SDL_VIDEODRIVER setting. 2019-06-27 09:13:40 +02:00
MikeTheWatchGuy 52a7c0a0a3 Removed ambigious variable. Made a simulated GPIO class if platform is windows. 2019-06-26 11:43:36 -04:00
MikeTheWatchGuy ad100b8e75 Changed bad if statements that were using 'is' and made '==' instead. 2019-06-26 11:09:42 -04:00
MikeTheWatchGuy 4f0cc1936b Initial check-in 2019-06-22 10:59:24 -04:00
MikeTheWatchGuy c99e2e7e76 Removed the Range demo of progress meter iterable 2019-06-19 20:56:50 -04:00
MikeTheWatchGuy 6a7954b9a7 Addition of wrapper for OneLineProgressMeter 2019-06-19 20:31:12 -04:00
MikeTheWatchGuy f5be1f023d Performs an intial read so that list has entries when first shown. 2019-06-12 11:23:47 -04:00
MikeTheWatchGuy 8446549e7b A bit more commenting 2019-06-10 20:22:57 -04:00
MikeTheWatchGuy 87f4330dcf Added Manually Updated example. New comments, PEP8 func names. 2019-06-10 20:15:37 -04:00
MikeTheWatchGuy 858d73febf Release 3.38, 1.38 2019-06-10 10:01:14 -04:00
MikeTheWatchGuy f55bad148b Fix for wrapping text element correctly. Demo program updates. 2019-06-04 10:17:04 -04:00
MikeTheWatchGuy cfce279303 New Demos to show off debuggers! Renamed one demo program 2019-06-01 21:34:03 -04:00
MikeTheWatchGuy f2ac7d37bb Rework of Demo Debugger Integration + New Demo Debugger Button (experimental only) 2019-06-01 20:48:55 -04:00
MikeTheWatchGuy dcc4e86b9a Made the debugger launchable from a button 2019-05-25 12:34:33 -04:00
MikeTheWatchGuy 2c01c06580 Added window close at end to cleanup 2019-05-25 12:09:37 -04:00
MikeTheWatchGuy 9ab44d7e48 More Comments 2019-05-25 11:43:11 -04:00
MikeTheWatchGuy 4d756d58cb Refresh of debugger 2019-05-24 23:52:35 -04:00
MikeTheWatchGuy cf02da33c9 Added missing init call 2019-05-24 22:28:39 -04:00
MikeTheWatchGuy 7348cb67ba Release 3.30. New PySimpleGUIdebugger release to PyPI 2019-05-24 21:04:15 -04:00
MikeTheWatchGuy bf762e12b9 PySimpleGUI Debugger! Initial checkin 2019-05-24 08:51:17 -04:00
MikeTheWatchGuy a903936436 A lot of changes for the better! 2019-05-21 15:31:14 -04:00
MikeTheWatchGuy 8f939ebd91 New Demo Program - GUI interface to REPL + Watch list for variables and expressions 2019-05-20 11:16:59 -04:00
MikeTheWatchGuy 7f2d2e5ce8 Fix was needed to remove the -dl option. Dunno why, but now it works. 2019-05-20 10:49:23 -04:00
MikeTheWatchGuy e670157f71 Nioce colored blocks to show which bits of work are being executed 2019-05-19 10:33:58 -04:00
MikeTheWatchGuy c3c25bfd83 New Hello World Demos 2019-05-18 07:46:20 -04:00
MikeTheWatchGuy a37911616f
Merge branch 'master' into Dev-latest 2019-05-15 09:02:10 -04:00
MikeTheWatchGuy 0072cef950 Better coments. Uses "Work ID" concept 2019-05-15 08:58:03 -04:00
MikeTheWatchGuy 6acdac5a96 Better commenting and message passing with "Work ID" checks 2019-05-15 08:56:56 -04:00
MikeTheWatchGuy 8c20619b2a More cleanup. Added Popup button and code. Location strings 2019-05-14 20:59:12 -04:00
MikeTheWatchGuy d0ebb2bfa2 typo 2019-05-14 19:45:18 -04:00
MikeTheWatchGuy ce3abed7d1 Big assed comments 2019-05-14 19:40:16 -04:00
MikeTheWatchGuy 3ce0e8e300 Lots of comments 2019-05-14 17:40:30 -04:00
MikeTheWatchGuy e3286ae1f1 Added counter to demo 2019-05-14 14:38:56 -04:00
MikeTheWatchGuy 2887887385 New Demo program showing long tasks 2019-05-14 14:23:30 -04:00
MikeTheWatchGuy 73f0ebe02a Correctly handle transparent rectangles. Make Crosswork demo run on Web. 2019-05-09 10:12:38 -04:00
MikeTheWatchGuy f52f188b4f Option to run on PySimpleGUI or PySimpleGUIWeb, Added Slider display 2019-05-08 14:52:56 -04:00
MikeTheWatchGuy f898c60497 Updated to show 3 different frameworks work the same 2019-04-30 19:35:50 -04:00
MikeTheWatchGuy f3387fa186 Removed up and down arrows 2019-04-28 14:50:18 -04:00
MikeTheWatchGuy fc7a382af1 Added Output Element to window demonstraint multiple threads printing 2019-04-28 14:50:03 -04:00
MikeTheWatchGuy 5479f8cce9 NEW demo programs using PyGame 2019-04-28 14:47:26 -04:00
MikeTheWatchGuy e9128d5aa0 Added 2 players to game, added walls to demos 2019-04-28 12:31:47 -04:00
MikeTheWatchGuy 1af8de64f0 Initial Check-in 2019-04-26 11:32:21 -04:00
MikeTheWatchGuy c83d83eece Make tkinter version the default 2019-04-25 09:59:10 -04:00
MikeTheWatchGuy 25785a14b7 Reworked bouncing balls to have a kick 2019-04-24 20:20:39 -04:00
MikeTheWatchGuy 3c52eeb9ad Initial Checkin of pymunk 2D graphics demo 2019-04-22 19:22:56 -04:00
MikeTheWatchGuy 89e711984a Fixes to run on Remi 2019-04-20 18:39:59 -04:00
MikeTheWatchGuy 938f956aba Initial Checkin of Button Toggle Demo 2019-04-18 17:00:16 -04:00
MikeTheWatchGuy ebb7e7ec23 Brought up to date 2019-04-05 20:26:05 -04:00
MikeTheWatchGuy 2a43ed65ca Added a repl.it link to the top. 2019-04-05 11:41:53 -04:00
MikeTheWatchGuy da3176fb20 Initial Checkin of new callback demo 2019-04-04 14:39:02 -04:00
MikeTheWatchGuy 646966177f Made Window 1 a blocking Read 2019-03-31 10:25:13 -04:00
MikeTheWatchGuy 41d5b26cd1 A Next/Previoius design patttern 2019-03-31 10:04:33 -04:00
MikeTheWatchGuy a2df052a70 New table demo that uses a generated table rather than reading it 2019-03-19 11:53:03 -04:00
MikeTheWatchGuy 2340b1e82b Removed comment code that fails in 2.7 2019-03-09 15:09:13 -05:00
MikeTheWatchGuy bed31c7580 Added tons of comments, new itertools use, uses 3 threads now 2019-03-09 12:31:45 -05:00
MikeTheWatchGuy 305bcb3671
Revert "Allow custom icon to work via SetOptions" 2019-03-05 08:01:19 -05:00
MikeTheWatchGuy 4cdcda44ad
Merge pull request #1191 from PySimpleGUI/Dev-latest
Dev latest
2019-03-02 17:44:34 -05:00
MikeTheWatchGuy 1c46c3456b Process multiple messages at one time, timing changes 2019-03-02 17:43:47 -05:00
MikeTheWatchGuy 30342b7bea Compacted thread startup 2019-03-02 14:32:20 -05:00
MikeTheWatchGuy 23fc85d423
Merge pull request #1189 from PySimpleGUI/Dev-latest
New design pattern
2019-03-02 13:32:11 -05:00
MikeTheWatchGuy 35f5958c4c New design pattern 2019-03-02 13:31:34 -05:00
MikeTheWatchGuy 6aa771cc51
Merge pull request #1088 from PySimpleGUI/Dev-latest
Dev latest
2019-01-17 00:55:13 -05:00
MikeTheWatchGuy 2fa93e7ae9 Demo program shows how to use animated GIFs 2019-01-17 00:54:52 -05:00
MikeTheWatchGuy c620282650
Merge pull request #1066 from PySimpleGUI/Dev-latest
Dev latest
2019-01-11 10:11:31 -05:00
MikeTheWatchGuy 29eb1fe47b Demo traversing a folder tree with icons 2019-01-11 10:10:39 -05:00
MikeTheWatchGuy 578833569d
Merge pull request #974 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-25 15:32:16 -05:00
MikeTheWatchGuy cc2d7afc1b removed f-strings, included .ico files 2018-12-25 15:31:44 -05:00
MikeTheWatchGuy ba7ec9b806
Merge pull request #963 from MikeTheWatchGuy/Dev-latest
NEW Demo - Bar Chart
2018-12-21 14:44:31 -05:00
MikeTheWatchGuy 35eca0e75f NEW Demo - Bar Chart 2018-12-21 14:44:08 -05:00
MikeTheWatchGuy a3220262b8
Merge pull request #955 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-19 10:12:06 -05:00
MikeTheWatchGuy b048b05687 Logic fix 2018-12-19 10:11:47 -05:00
MikeTheWatchGuy 36b2ef27d6 Better logic 2018-12-19 10:11:04 -05:00
MikeTheWatchGuy e1cdd85e8d
Merge pull request #954 from MikeTheWatchGuy/Dev-latest
New Demo - input validation
2018-12-19 10:01:25 -05:00
MikeTheWatchGuy 3995d079f0 New Demo - input validation 2018-12-19 10:01:01 -05:00
MikeTheWatchGuy 65c343a943
Merge pull request #950 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-18 17:42:16 -05:00
MikeTheWatchGuy f6ebaea484 Slider default change 2018-12-18 17:41:18 -05:00
MikeTheWatchGuy 53bc2ee829
Merge pull request #948 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-18 13:12:23 -05:00
MikeTheWatchGuy 098de18d75 resized sliders 2018-12-18 13:11:37 -05:00
MikeTheWatchGuy 71cda956e5 NEW Demo Program - Conways' Game of Life 2018-12-18 13:07:16 -05:00
MikeTheWatchGuy 3e1c07698e
Merge pull request #939 from MikeTheWatchGuy/Dev-latest
New demo program that demonstrates using Panes
2018-12-15 15:18:52 -05:00
MikeTheWatchGuy 57ab7d2e0f New demo program that demonstrates using Panes 2018-12-15 15:18:11 -05:00
MikeTheWatchGuy 87c3ba03f7
Merge pull request #916 from MikeTheWatchGuy/Dev-latest
Ability to abort computer to computer game
2018-12-13 11:10:19 -05:00
MikeTheWatchGuy 21debfac4d Ability to abort computer to computer game 2018-12-13 09:19:54 -05:00
MikeTheWatchGuy 281d4f0daf
Merge pull request #915 from MikeTheWatchGuy/Dev-latest
Removed more code that's not needed
2018-12-13 09:11:21 -05:00
MikeTheWatchGuy 66ededa8de Removed more code that's not needed 2018-12-13 09:10:55 -05:00
MikeTheWatchGuy 73dcc1f0a2
Merge pull request #913 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-12 22:21:04 -05:00
MikeTheWatchGuy 542c39a76c Initial checkin 2018-12-12 21:08:48 -05:00
MikeTheWatchGuy f63a385bad
Merge pull request #911 from MikeTheWatchGuy/Dev-latest
New demo program - Uno card game
2018-12-12 18:13:04 -05:00
MikeTheWatchGuy 9bb4264e66 New demo program - Uno card game 2018-12-12 18:12:47 -05:00
MikeTheWatchGuy 4b476d7d19
Merge pull request #902 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-11 14:12:22 -05:00
MikeTheWatchGuy dfabb723a0 Show colors in columns instead of rows 2018-12-11 13:28:19 -05:00
MikeTheWatchGuy 2a64b170ec
Merge pull request #876 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-08 13:28:52 -05:00
MikeTheWatchGuy d7f1266671 Make keyboard location based on original window location. Made portable between tkinter and Qt by only changing import 2018-12-08 13:14:13 -05:00
MikeTheWatchGuy c8530931ff
Merge pull request #875 from MikeTheWatchGuy/Dev-latest
New Demo - Base64 Image Encoder - encodes a folder full of PNGs
2018-12-07 20:55:53 -05:00
MikeTheWatchGuy ba6bc6096e New Demo - Base64 Image Encoder - encodes a folder full of PNGs 2018-12-07 20:55:28 -05:00
MikeTheWatchGuy 6c615f610a
Merge pull request #872 from MikeTheWatchGuy/Dev-latest
New Demo - listbox with a search filter
2018-12-07 11:55:39 -05:00
MikeTheWatchGuy 993851205b New Demo - listbox with a search filter 2018-12-07 11:55:01 -05:00
Orsiris de Jong 6fee2e0edd
Minor enhancements 2018-12-06 20:59:26 +01:00
Orsiris de Jong 7271786911
Threaded class methods updating progressbar 2018-12-06 19:11:07 +01:00
MikeTheWatchGuy be7bd6376a
Merge pull request #863 from MikeTheWatchGuy/Dev-latest
Changed call to LayoutAndRead to Layout().Read()
2018-12-06 11:49:57 -05:00
MikeTheWatchGuy 5129036b8d Changed call to LayoutAndRead to Layout().Read() 2018-12-06 11:49:30 -05:00
MikeTheWatchGuy 1ea42a7e7c
Merge pull request #852 from MikeTheWatchGuy/Dev-latest
Corrected image bug
2018-12-05 11:34:32 -05:00
MikeTheWatchGuy 5c48177e0d Corrected image bug 2018-12-05 11:34:11 -05:00
MikeTheWatchGuy 4e970f0e4e
Merge pull request #851 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-05 11:29:26 -05:00
MikeTheWatchGuy d2f4da5105 Make portable to Qt. Collapsed definition using Lambda 2018-12-05 11:28:20 -05:00
MikeTheWatchGuy ddbe9332c3 New Demo Program! IP Address Entry 2018-12-05 11:26:44 -05:00
MikeTheWatchGuy c86bab397e
Merge pull request #825 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-12-01 18:25:30 -05:00
MikeTheWatchGuy 8abca2ea6e Set Selection support in Input.Update. Detecting ENTER key in auto complete demo 2018-12-01 16:05:40 -05:00
MikeTheWatchGuy 7e8e120fa1 Cleaned up code 2018-12-01 15:58:41 -05:00
MikeTheWatchGuy a37583fb06 Another timeout change, make show button do nothing except refresh 2018-12-01 15:49:39 -05:00
MikeTheWatchGuy ce5c7eabf6 Made portable between tkinter and Qt 2018-12-01 15:24:12 -05:00
MikeTheWatchGuy 6270a05eea Checking for keys in a more portable way. 2018-12-01 14:37:35 -05:00
MikeTheWatchGuy 5dc2eb3cb0 Change to timeouts seems to fix the problems 2018-12-01 14:00:39 -05:00
MikeTheWatchGuy 15a4db94db Removed first window timeout 2018-11-30 14:04:05 -05:00
MikeTheWatchGuy a04babb479 New Floating Window demo - auto complete of input field 2018-11-30 14:00:12 -05:00
macsdev 83c4b0086f
Update Demo_Desktop_Widget_CPU_Graph.py 2018-11-28 13:51:12 -05:00
MikeTheWatchGuy 9b26e63f44 New Demos - Multiple windows design patterns 2018-11-20 11:48:37 -05:00
MikeTheWatchGuy b5e001dabc Latest updates from Tony 2018-11-13 10:33:55 -05:00
MikeTheWatchGuy f3a951529a New Demo - Combined Chatterbot with Google TTS 2018-11-05 12:54:37 -05:00
MikeTheWatchGuy 33d3287164 Move to demo folder 2018-11-04 18:07:31 -05:00
MikeTheWatchGuy 4e97764644 Moved 2018-11-02 13:34:02 -04:00
MikeTheWatchGuy 1881bd7126 Moved all demo programs into subfolder 2018-11-01 02:39:18 -04:00