Commit Graph

3002 Commits

Author SHA1 Message Date
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 b9926676f0 Release 4.9.0 2019-12-07 19:29:23 -05:00
PySimpleGUI f586d694e9 Added color 2019-12-07 19:27:01 -05:00
PySimpleGUI b1f562506a Release 4.9.0 2019-12-07 19:26:51 -05:00
PySimpleGUI 551b696c25 2019 update of Tutorial in progress 2019-12-07 16:52:35 -05:00
PySimpleGUI d948d17517 Contrib info 2019-12-07 15:06:04 -05:00
PySimpleGUI 4d4237520e Automatically color Tabs based on Look and Feel setting 2019-12-07 13:27:25 -05:00
PySimpleGUI 6a3e14e03c More instructions added to Window init on look and feel settings 2019-12-07 12:23:17 -05:00
PySimpleGUI b5eb573875 New DefaultNoMoreNagging Look and Feel theme, for those that are hellbent on gray without being nagged about it 2019-12-07 12:09:24 -05:00
PySimpleGUI 75a4f7a2be Removed print 2019-12-07 11:04:44 -05:00
PySimpleGUI 85235af3ba Docstring update 2019-12-06 22:46:25 -05:00
PySimpleGUI fd553e6732 Demonstrates new tab capabilities - colors, visiblility 2019-12-06 22:37:06 -05:00
PySimpleGUI 1550d33b2e Colors for tabs! 2019-12-06 22:35:35 -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 342dcce335 Finally a readme for the Theme Maker code 2019-12-05 19:14:47 -05:00
PySimpleGUI c2ddac7d5d Release 4.8.0 2019-12-04 20:41:45 -05:00
PySimpleGUI d7c0688382 Typo in new delimiter variable 2019-12-04 19:37:33 -05:00
PySimpleGUI 50dfbba145 BROWSE_FILES_DELIMETER global used to control the delimeter file BrowseFiles button 2019-12-04 19:25:04 -05:00
PySimpleGUI b935153324 New Demo - launcher with realtime output and (hopefully) ANSI color support 2019-12-04 12:20:58 -05:00
PySimpleGUI c0790d8dab Removed weird import... 2019-12-04 00:18:18 -05:00
PySimpleGUI c74e8b3854 Opened debug window right away in the test harness to simplify the print statements. 2019-12-02 19:35:35 -05:00
PySimpleGUI 4b6a09b67d Change to test harness to demonstrate multi-color debug prints 2019-12-02 19:11:48 -05:00
PySimpleGUI 161fe0aef9 Shorter Window color nag, debug print gets color setting via text_color, background_color parameter additions 2019-12-02 19:07:18 -05:00
PySimpleGUI 924ba36cbe Addeed background color to multiline element update 2019-12-01 15:55:13 -05:00
PySimpleGUI 578ea55696 New demo! Multiline Element - how to use multiple colors for text 2019-12-01 15:54:29 -05:00
PySimpleGUI 47a43fa54a Multiline Element - Multi-Colored updates! Gray window warning 2019-12-01 15:36:29 -05:00
PySimpleGUI be67850c55 Renamed the ThemeCreator folder to be Theme Maker to match the program name 2019-11-30 23:43:50 -05:00
PySimpleGUI 54599ecc7d Allow starting at any palette in the table - should enable many more to be seen now 2019-11-30 18:37:49 -05:00
PySimpleGUI 4eb0ceb29d Much more user friendly theme maker! Can choose window layout, etc 2019-11-30 17:45:35 -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 42faecaf54 CURRENT_LOOK_AND_FEEL now holds the current look and feel selection 2019-11-30 16:29:36 -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 e369398a9c New Demo - Custom Color Chooser 2019-11-30 15:23:03 -05:00
PySimpleGUI 1daa3e12b8 Support for images on ttk buttons 2019-11-30 15:22:42 -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 d2f47c079c Patch from 4.7.1, added update of ttk button colors, enable showing all user warnings not just first one 2019-11-28 12:53:36 -05:00
PySimpleGUI 944c82d783 Version that crashes 2019-11-28 11:23:11 -05:00