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 |