Commit graph

144 commits

Author SHA1 Message Date
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