Skip to content

Commit

Permalink
Version that crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
PySimpleGUI committed Nov 28, 2019
1 parent 58b7d9b commit 944c82d
Show file tree
Hide file tree
Showing 6 changed files with 437 additions and 151 deletions.
16 changes: 7 additions & 9 deletions readme_creator/1_HEADER_top_part.md
Expand Up @@ -27,9 +27,8 @@ HOW DO I INSERT IMAGES ???


![pysimplegui_logo](https://user-images.githubusercontent.com/13696193/43165867-fe02e3b2-8f62-11e8-9fd0-cc7c86b11772.png) ![pysimplegui_logo](https://user-images.githubusercontent.com/13696193/43165867-fe02e3b2-8f62-11e8-9fd0-cc7c86b11772.png)



[![Downloads](http://pepy.tech/badge/pysimplegui)](http://pepy.tech/project/pysimplegui) tkinter [![Downloads](http://pepy.tech/badge/pysimplegui)](http://pepy.tech/project/pysimplegui) tkinter
[![Downloads ](https://pepy.tech/badge/pysimplegui27)](https://pepy.tech/project/pysimplegui27) tkinter 2.7 [![Downloads ](https://pepy.tech/badge/pysimplegui27)](https://pepy.tech/project/pysimplegui27) tkinter 2.7 (WARNING - DISAPPEARING Entirely on 12/31/2019!!!)
[![Downloads](https://pepy.tech/badge/pysimpleguiqt)](https://pepy.tech/project/pysimpleguiqt) Qt [![Downloads](https://pepy.tech/badge/pysimpleguiqt)](https://pepy.tech/project/pysimpleguiqt) Qt
[![Downloads](https://pepy.tech/badge/pysimpleguiwx)](https://pepy.tech/project/pysimpleguiWx) WxPython [![Downloads](https://pepy.tech/badge/pysimpleguiwx)](https://pepy.tech/project/pysimpleguiWx) WxPython
[![Downloads](https://pepy.tech/badge/pysimpleguiweb)](https://pepy.tech/project/pysimpleguiWeb) Web (Remi) [![Downloads](https://pepy.tech/badge/pysimpleguiweb)](https://pepy.tech/project/pysimpleguiWeb) Web (Remi)
Expand All @@ -38,12 +37,12 @@ HOW DO I INSERT IMAGES ???
![Awesome Meter](https://img.shields.io/badge/Awesome_meter-100-yellow.svg) ![Awesome Meter](https://img.shields.io/badge/Awesome_meter-100-yellow.svg)
![Python Version](https://img.shields.io/badge/Python-2.7_3.x-yellow.svg) ![Python Version](https://img.shields.io/badge/Python-2.7_3.x-yellow.svg)


![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_3.x_Version-4.6.0-red.svg?longCache=true&style=for-the-badge) ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_3.x_Version-4.7.0-red.svg?longCache=true&style=for-the-badge)
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-2.4.1-blue.svg?longCache=true&style=for-the-badge) ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-2.4.1-blue.svg?longCache=true&style=for-the-badge)


![Python Version](https://img.shields.io/badge/PySimpleGUIQt_Version-0.28.0-orange.svg?longCache=true&style=for-the-badge) ![Python Version](https://img.shields.io/badge/PySimpleGUIQt_Version-0.30.0-orange.svg?longCache=true&style=for-the-badge)
![Python Version](https://img.shields.io/badge/PySimpleGUIWx_version-0.11.0-orange.svg?longCache=true&style=for-the-badge) ![Python Version](https://img.shields.io/badge/PySimpleGUIWx_version-0.14.0-orange.svg?longCache=true&style=for-the-badge)
![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_Version-0.28.1-orange.svg?longCache=true&style=for-the-badge) ![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_Version-0.33.0-orange.svg?longCache=true&style=for-the-badge)






Expand Down Expand Up @@ -101,9 +100,6 @@ and returns the value input as well as the button clicked.
--- ---







#### Looking for a GUI package? Are you.... #### Looking for a GUI package? Are you....


* looking to take your Python code from the world of command lines and into the convenience of a GUI? * looking to take your Python code from the world of command lines and into the convenience of a GUI?
Expand Down Expand Up @@ -182,6 +178,8 @@ and returns the value input as well as the button clicked.


[COOKBOOK!](http://Cookbook.PySimpleGUI.org) [COOKBOOK!](http://Cookbook.PySimpleGUI.org)


[Trinket an online Cookbook](http://Trinket.PySimpleGUI.org)

[Brief Tutorial](http://Tutorial.PySimpleGUI.org) [Brief Tutorial](http://Tutorial.PySimpleGUI.org)


[Latest Demos and Master Branch on GitHub](https://github.com/PySimpleGUI/PySimpleGUI/tree/master/DemoPrograms) [Latest Demos and Master Branch on GitHub](https://github.com/PySimpleGUI/PySimpleGUI/tree/master/DemoPrograms)
Expand Down
9 changes: 9 additions & 0 deletions readme_creator/2_readme.md
Expand Up @@ -6126,6 +6126,10 @@ Without further delay... here are all of the Elements and the Window class


<!-- <+Window.SaveToDisk+> --> <!-- <+Window.SaveToDisk+> -->


### SendToBack

<!-- <+Window.SendToBack+> -->

### SetAlpha ### SetAlpha


<!-- <+Window.SetAlpha+> --> <!-- <+Window.SetAlpha+> -->
Expand Down Expand Up @@ -6282,6 +6286,10 @@ Without further delay... here are all of the Elements and the Window class


<!-- <+Window.save_to_disk+> --> <!-- <+Window.save_to_disk+> -->


### send_to_back

<!-- <+Window.send_to_back+> -->

### set_alpha ### set_alpha


<!-- <+Window.set_alpha+> --> <!-- <+Window.set_alpha+> -->
Expand Down Expand Up @@ -6394,3 +6402,4 @@ Without further delay... here are all of the Elements and the Window class
<!-- <+func.show_debugger_window+> --> <!-- <+func.show_debugger_window+> -->
<!-- <+func.sprint+> --> <!-- <+func.sprint+> -->
<!-- <+func.test+> --> <!-- <+func.test+> -->
<!-- <+func.popup_ok_cancel+> -->
39 changes: 39 additions & 0 deletions readme_creator/4_Release_notes.md
Expand Up @@ -855,6 +855,45 @@ Let's hope it doesn't all blow up in our faces!
* New function - preview_all_look_and_feel_themes. Causes a window to be shown that shows all of the currently available look and feel themes * New function - preview_all_look_and_feel_themes. Causes a window to be shown that shows all of the currently available look and feel themes
* Removed use of CloseButton in popup get file, folder, text. Was causing problems where input fields stopped working. See bug on GitHub * Removed use of CloseButton in popup get file, folder, text. Was causing problems where input fields stopped working. See bug on GitHub


## 4.7.0 PySimpleGUI 26-Nov-2019

TTK WIDGETS! Welcome back Mac Users!

* Significant progress on using ttk widgets properly
* Added ttk buttons - MACS can use colored buttons again!! (Big damned deal)
* The existing ttk based Elements are now correctly being colored and styled
* Ability to set the ttk theme for individual windows or system-wide, but no longer on a single Element basis
* Ability to use ttk buttons on a selective basis for non-Mac systems
* port variable == 'PySimpleGUI' so that your code can determine which PySimpleGUI is running
* InputText new parameter - use_readonly_for_dsiable defaults to True enables user to switch between a true disable and readonly setting when disabling
* Rework of progress bar's ttk style name
* Button - new parameter use_ttk_buttons - True = force use, False = force not used, None = let PySimpleGUI determine use
* Macs are forced to use ttk buttons EXCEPT when an image is added to the button
* TabGroup - can no longer set ttk theme directly
* Window new parameters
* ttk_theme - sets the theme for the entire window
* use_ttk_buttons - sets ttk button use policy for the entire window
* More Window layout error checking - checks that rows are iterables (a list). If not, an error popup is shown to help user find error
* Fixed progessbars not getting a key auto assigned to theme
* New Window method - send_to_back (SendToBack) - sends the window to the bottom of stack of all windows
* Fixed normal tk button text - was left justifying instead of centering
* Fixed table colors - wasn't setting correctly due to bad ttk styling
* Fixed tree ccolors - wasn't setting correctly due to bad ttk styling
* TabGroups now function correction with colors including currently selected tab color and background color of non-tab area (next to the tabs)
* New set_options parameters
* use_ttk_buttons - sets system-wide policy for using ttk buttons. Needed for things like popups to work with ttk buttons
* ttk_theme - sets system-wide tth theme
* progress_meter_style parameter no longer used and generates a warning
* list_of_look_and_feel_values now sorts the list prior to returning
* Removed Mac restriction on Button colors from look and feel calls. Now can set button colors to anything!
* popup_scrolled new parameters - all popups need more parameters but these are for sure needed for the scrolled popup
* background_color
* text_color
* no_titlebar
* grab_anywhere
* keep_on_top
* font
* Test harness changes to help test new ttk stuff (want to shrink this window in the future so will fit on Trinket, Pi, etc




### Upcoming ### Upcoming
Expand Down

0 comments on commit 944c82d

Please sign in to comment.