commit
fcc84ac272
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
[](http://pepy.tech/project/pysimplegui)
|
[](http://pepy.tech/project/pysimplegui)
|
||||||
|
@ -20,7 +21,7 @@
|
||||||
|
|
||||||
## Now supports both Python 2.7 & 3
|
## Now supports both Python 2.7 & 3
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -2918,7 +2919,7 @@ It's official. There is a 2.7 version of PySimpleGUI!
|
||||||
* Keyboard shortcuts for menu items. Can hold ALT key to select items in men
|
* Keyboard shortcuts for menu items. Can hold ALT key to select items in men
|
||||||
* Removed old-style Tabs - Risky change because it hit fundamental window packing and creation. Will also break any old code using this style tab (sorry folks this is how progress happens)
|
* Removed old-style Tabs - Risky change because it hit fundamental window packing and creation. Will also break any old code using this style tab (sorry folks this is how progress happens)
|
||||||
|
|
||||||
#### 3.8.5
|
#### 3.8.6
|
||||||
|
|
||||||
* Fix for Menus.
|
* Fix for Menus.
|
||||||
* Fixed table colors. Now they work
|
* Fixed table colors. Now they work
|
||||||
|
@ -3017,6 +3018,3 @@ For Python questions, I simply start my query with 'Python'. Let's say you forg
|
||||||
In the hands of a competent programmer, this tool is **amazing**. It's a must-try kind of program that has completely changed my programming process. I'm not afraid of asking for help! You just have to be smart about using what you find.
|
In the hands of a competent programmer, this tool is **amazing**. It's a must-try kind of program that has completely changed my programming process. I'm not afraid of asking for help! You just have to be smart about using what you find.
|
||||||
|
|
||||||
The PySimpleGUI window that the results are shown in is an 'input' field which means you can copy and paste the results right into your code.
|
The PySimpleGUI window that the results are shown in is an 'input' field which means you can copy and paste the results right into your code.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
[](http://pepy.tech/project/pysimplegui)
|
[](http://pepy.tech/project/pysimplegui)
|
||||||
|
@ -20,7 +21,7 @@
|
||||||
|
|
||||||
## Now supports both Python 2.7 & 3
|
## Now supports both Python 2.7 & 3
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -2918,7 +2919,7 @@ It's official. There is a 2.7 version of PySimpleGUI!
|
||||||
* Keyboard shortcuts for menu items. Can hold ALT key to select items in men
|
* Keyboard shortcuts for menu items. Can hold ALT key to select items in men
|
||||||
* Removed old-style Tabs - Risky change because it hit fundamental window packing and creation. Will also break any old code using this style tab (sorry folks this is how progress happens)
|
* Removed old-style Tabs - Risky change because it hit fundamental window packing and creation. Will also break any old code using this style tab (sorry folks this is how progress happens)
|
||||||
|
|
||||||
#### 3.8.5
|
#### 3.8.6
|
||||||
|
|
||||||
* Fix for Menus.
|
* Fix for Menus.
|
||||||
* Fixed table colors. Now they work
|
* Fixed table colors. Now they work
|
||||||
|
@ -3017,6 +3018,3 @@ For Python questions, I simply start my query with 'Python'. Let's say you forg
|
||||||
In the hands of a competent programmer, this tool is **amazing**. It's a must-try kind of program that has completely changed my programming process. I'm not afraid of asking for help! You just have to be smart about using what you find.
|
In the hands of a competent programmer, this tool is **amazing**. It's a must-try kind of program that has completely changed my programming process. I'm not afraid of asking for help! You just have to be smart about using what you find.
|
||||||
|
|
||||||
The PySimpleGUI window that the results are shown in is an 'input' field which means you can copy and paste the results right into your code.
|
The PySimpleGUI window that the results are shown in is an 'input' field which means you can copy and paste the results right into your code.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue