PySimpleGUI
|
81daafb613
|
New demo - center a column in the window
|
2020-11-03 11:11:22 -05:00 |
PySimpleGUI
|
977bc66196
|
Changed so that Linux version works the same as Windows
|
2020-10-30 18:18:26 -04:00 |
PySimpleGUI
|
b957d3e757
|
Removed default value parameter from several user_settings_get_entry to simplify.
|
2020-10-25 14:49:37 -04:00 |
PySimpleGUI
|
63ecca6a2f
|
Replaced all globals with user settings
|
2020-10-25 11:05:40 -04:00 |
PySimpleGUI
|
9a4cbbccf8
|
Added theme to settings
|
2020-10-24 19:54:18 -04:00 |
PySimpleGUI
|
71f121b949
|
Make everything "settings driven". Has a settings window to set the folders and the programs information
|
2020-10-24 19:42:37 -04:00 |
PySimpleGUI
|
4ed30d1a0a
|
A new "silent" command line option will kill all python programs with no window opened except for an auto-closing popup at the end.
|
2020-10-24 11:24:03 -04:00 |
PySimpleGUI
|
645ab655a5
|
New user settings coding convention
|
2020-10-20 09:50:02 -04:00 |
PySimpleGUI
|
88564dcb67
|
Replaced combo user settings demo with one that uses input and combobox
|
2020-10-20 09:34:42 -04:00 |
PySimpleGUI
|
f7d2ac04f3
|
New Demo Program! Tkinter colors as swatches
|
2020-10-18 15:26:02 -04:00 |
PySimpleGUI
|
159f8cc92b
|
New Demo - users settings to save prior selections
|
2020-10-17 10:35:22 -04:00 |
PySimpleGUI
|
2652701540
|
Window title change, sorted the entries before displaying
|
2020-10-16 14:28:31 -04:00 |
PySimpleGUI
|
5843f33d28
|
Demo - Saving previously entered Combobox entries
|
2020-10-16 14:06:34 -04:00 |
PySimpleGUI
|
dbf0bfc297
|
New Demo - Design pattern for main func, window create, and saving theme from one run to the next
|
2020-10-16 10:07:10 -04:00 |
PySimpleGUI
|
6aad056e0f
|
New Demo Program - Theme Color Swatches
|
2020-10-14 09:10:19 -04:00 |
PySimpleGUI
|
28eafd6a1a
|
Added a "Pause/Resume" button.
|
2020-10-13 12:03:25 -04:00 |
PySimpleGUI
|
930747a324
|
New Demo Program - GitHub file copier
|
2020-10-12 17:24:29 -04:00 |
PySimpleGUI
|
ea03abb6d0
|
Changed demo to directly call user_settings within the layout
|
2020-10-12 17:24:14 -04:00 |
PySimpleGUI
|
8a85024080
|
Added simple filename save example
|
2020-10-11 15:49:07 -04:00 |
PySimpleGUI
|
dc2f55dc96
|
Moved Example 5B inside of Try/Except block in case unpacking isn't supported.
|
2020-10-10 12:51:44 -04:00 |
PySimpleGUI
|
52c8dbf034
|
New User Settings Demo
|
2020-10-10 11:17:12 -04:00 |
PySimpleGUI
|
b90c6baa5d
|
Added examples of combining layout helper function with other elements on a single row
|
2020-10-10 11:17:00 -04:00 |
PySimpleGUI
|
f061422898
|
New vertical layout demo program
|
2020-10-09 16:15:36 -04:00 |
PySimpleGUI
|
7d2644ef1a
|
Quick little demo of buttons and user_settings to store theme
|
2020-10-08 09:27:23 -04:00 |
PySimpleGUI
|
adce90b322
|
New Matplotlib demo based on Template that allows changing Matplotlib Style and PySimpleGUI Theme to see what matches
|
2020-09-26 12:39:21 -04:00 |
PySimpleGUI
|
957fd84055
|
Added ability to change Matplotlib Style
|
2020-09-26 12:38:49 -04:00 |
PySimpleGUI
|
6f9a92ba75
|
Spelling errors. Changed to dark theme
|
2020-09-25 18:12:21 -04:00 |
PySimpleGUI
|
8d987a7d3d
|
New Demo - Base64 Shaded Buttons
|
2020-09-25 14:11:14 -04:00 |
PySimpleGUI
|
7232fd2337
|
Added a tuple example for button right click
|
2020-09-20 15:54:37 -04:00 |
PySimpleGUI
|
e48dabe7f2
|
Dark Grey 9 theme, slight change to error display when trying to kill self.
|
2020-09-18 13:04:01 -04:00 |
PySimpleGUI
|
7e4af56bdf
|
Demo of "PyCharm Me" Button
|
2020-08-27 18:16:11 -04:00 |
PySimpleGUI
|
2bd81e5d9f
|
Removed f-strings so can run on the Pi (3.4)
|
2020-08-25 17:25:40 -04:00 |
PySimpleGUI
|
c97234af84
|
Uses new grab and expand parameters. Requires 4.28.0.20 and later
|
2020-08-22 16:16:31 -04:00 |
PySimpleGUI
|
b8344a5778
|
Added the custom titlebar so that the window can be moved by that titlebar.
|
2020-08-21 13:11:36 -04:00 |
PySimpleGUI
|
4806dacf48
|
New Custom Titlebar showing multiple color combinations
|
2020-08-20 07:41:52 -04:00 |
PySimpleGUI
|
e4781e2a6f
|
Added a "Kill All & Exit" so you can click once and all Python programs go away, including this one.
|
2020-08-18 06:37:59 -04:00 |
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 |