Commit graph

122 commits

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