commit
fecd758ed6
|
@ -1,6 +1,25 @@
|
|||
|
||||
![pysimplegui_logo](https://user-images.githubusercontent.com/13696193/43165867-fe02e3b2-8f62-11e8-9fd0-cc7c86b11772.png)
|
||||
|
||||
|
||||
|
||||
<!-- Default Statcounter code for PySimpleGUI
|
||||
http://www.PySimpleGUI.com -->
|
||||
<script type="text/javascript">
|
||||
var sc_project=12622535;
|
||||
var sc_invisible=1;
|
||||
var sc_security="1d3e2cc1";
|
||||
</script>
|
||||
<script type="text/javascript"
|
||||
src="https://www.statcounter.com/counter/counter.js"
|
||||
async></script>
|
||||
<noscript><div class="statcounter"><a title="Web Analytics
|
||||
Made Easy - Statcounter" href="https://statcounter.com/"
|
||||
target="_blank"><img class="statcounter"
|
||||
src="https://c.statcounter.com/12622535/0/1d3e2cc1/1/"
|
||||
alt="Web Analytics Made Easy - Statcounter"
|
||||
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
|
||||
<!-- End of Statcounter Code -->
|
||||
|
||||
[![Downloads](http://pepy.tech/badge/pysimpleguiqt)](http://pepy.tech/project/pysimplegui)
|
||||
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,25 @@
|
|||
![LOGO](https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_readme/Logo%20with%20text%20for%20GitHub%20Top.png)
|
||||
|
||||
<!-- Default Statcounter code for PySimpleGUI
|
||||
http://www.PySimpleGUI.com -->
|
||||
<script type="text/javascript">
|
||||
var sc_project=12622535;
|
||||
var sc_invisible=1;
|
||||
var sc_security="1d3e2cc1";
|
||||
</script>
|
||||
<script type="text/javascript"
|
||||
src="https://www.statcounter.com/counter/counter.js"
|
||||
async></script>
|
||||
<noscript><div class="statcounter"><a title="Web Analytics
|
||||
Made Easy - Statcounter" href="https://statcounter.com/"
|
||||
target="_blank"><img class="statcounter"
|
||||
src="https://c.statcounter.com/12622535/0/1d3e2cc1/1/"
|
||||
alt="Web Analytics Made Easy - Statcounter"
|
||||
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
|
||||
<!-- End of Statcounter Code -->
|
||||
|
||||
|
||||
|
||||
# ELEMENT AND FUNCTION CALL REFERENCE
|
||||
|
||||
Here you will find the details for all Elements, Objects, and Functions that are available to you. If you want to use a complex element and don't understand the parameters, then this is the right place to come. For every element you're shown the parameters used to create it as well as all methods available to call.
|
||||
|
|
|
@ -1,6 +1,26 @@
|
|||
![LOGO](https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_readme/Logo%20with%20text%20for%20GitHub%20Top.png)
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Default Statcounter code for PySimpleGUI
|
||||
http://www.PySimpleGUI.com -->
|
||||
<script type="text/javascript">
|
||||
var sc_project=12622535;
|
||||
var sc_invisible=1;
|
||||
var sc_security="1d3e2cc1";
|
||||
</script>
|
||||
<script type="text/javascript"
|
||||
src="https://www.statcounter.com/counter/counter.js"
|
||||
async></script>
|
||||
<noscript><div class="statcounter"><a title="Web Analytics
|
||||
Made Easy - Statcounter" href="https://statcounter.com/"
|
||||
target="_blank"><img class="statcounter"
|
||||
src="https://c.statcounter.com/12622535/0/1d3e2cc1/1/"
|
||||
alt="Web Analytics Made Easy - Statcounter"
|
||||
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
|
||||
<!-- End of Statcounter Code -->
|
||||
|
||||
|
||||
# The PySimpleGUI Cookbook
|
||||
|
||||
Welcome to the PySimpleGUI Cookbook! It's provided as but one component of a larger documentation effort for the PySimpleGUI package. Its purpose is to give you a jump start.
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<h1 align="center">Python GUIs for Humans</h1>
|
||||
</p>
|
||||
|
||||
|
||||
<!-- Default Statcounter code for PySimpleGUI
|
||||
http://www.PySimpleGUI.com -->
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Reference in New Issue