Readme update
This commit is contained in:
parent
292ba9754e
commit
8098867836
|
@ -1,4 +1,4 @@
|
||||||
|
readme.md
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -1762,13 +1762,15 @@ Use the example programs as a starting basis for your GUI. Copy, paste, modify
|
||||||
**Demo_NonBlocking_Form.py** - a basic async form
|
**Demo_NonBlocking_Form.py** - a basic async form
|
||||||
**Demo_PDF_Viewer.py** - Submitted by a user! Previews PDF documents. Uses keyboard input & mouse scrollwheel to navigate
|
**Demo_PDF_Viewer.py** - Submitted by a user! Previews PDF documents. Uses keyboard input & mouse scrollwheel to navigate
|
||||||
**Demo_Pi_Robotics.py** - Simulated robot control using realtime buttons
|
**Demo_Pi_Robotics.py** - Simulated robot control using realtime buttons
|
||||||
**Demo_PNG_Vierwer.p**y - Uses Image Element to display PNG files
|
**Demo_PNG_Vierwer.py** - Uses Image Element to display PNG files
|
||||||
**Demo_Recipes.py** - A collection of various Recipes. Note these are not the same as the Recipes in the Recipe Cookbook (another script is in the works)
|
**Demo_Recipes.py** - A collection of various Recipes. Note these are not the same as the Recipes in the Recipe Cookbook (another script is in the works)
|
||||||
**Demo_Script_Launcher.py** - Demonstrates one way of adding a front-end onto several command line scripts
|
**Demo_Script_Launcher.py** - Demonstrates one way of adding a front-end onto several command line scripts
|
||||||
**Demo_Script_Parameters.py** - Add a 1-line GUI to the front of your previously command-line only scripts
|
**Demo_Script_Parameters.py** - Add a 1-line GUI to the front of your previously command-line only scripts
|
||||||
**Demo_Tabbed_Form.py** - Using the Tab feature
|
**Demo_Tabbed_Form.py** - Using the Tab feature
|
||||||
|
|
||||||
## Packages Used In Demos
|
## Packages Used In Demos
|
||||||
|
|
||||||
|
|
||||||
While the core PySimpleGUI code does not utilize any 3rd party packages, some of the demos do. They add a GUI to a few popular packages. These packages include:
|
While the core PySimpleGUI code does not utilize any 3rd party packages, some of the demos do. They add a GUI to a few popular packages. These packages include:
|
||||||
* [Chatterbot](https://github.com/gunthercox/ChatterBot)
|
* [Chatterbot](https://github.com/gunthercox/ChatterBot)
|
||||||
* [Mido](https://github.com/olemb/mido)
|
* [Mido](https://github.com/olemb/mido)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
|
readme.md
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -1762,13 +1762,15 @@ Use the example programs as a starting basis for your GUI. Copy, paste, modify
|
||||||
**Demo_NonBlocking_Form.py** - a basic async form
|
**Demo_NonBlocking_Form.py** - a basic async form
|
||||||
**Demo_PDF_Viewer.py** - Submitted by a user! Previews PDF documents. Uses keyboard input & mouse scrollwheel to navigate
|
**Demo_PDF_Viewer.py** - Submitted by a user! Previews PDF documents. Uses keyboard input & mouse scrollwheel to navigate
|
||||||
**Demo_Pi_Robotics.py** - Simulated robot control using realtime buttons
|
**Demo_Pi_Robotics.py** - Simulated robot control using realtime buttons
|
||||||
**Demo_PNG_Vierwer.p**y - Uses Image Element to display PNG files
|
**Demo_PNG_Vierwer.py** - Uses Image Element to display PNG files
|
||||||
**Demo_Recipes.py** - A collection of various Recipes. Note these are not the same as the Recipes in the Recipe Cookbook (another script is in the works)
|
**Demo_Recipes.py** - A collection of various Recipes. Note these are not the same as the Recipes in the Recipe Cookbook (another script is in the works)
|
||||||
**Demo_Script_Launcher.py** - Demonstrates one way of adding a front-end onto several command line scripts
|
**Demo_Script_Launcher.py** - Demonstrates one way of adding a front-end onto several command line scripts
|
||||||
**Demo_Script_Parameters.py** - Add a 1-line GUI to the front of your previously command-line only scripts
|
**Demo_Script_Parameters.py** - Add a 1-line GUI to the front of your previously command-line only scripts
|
||||||
**Demo_Tabbed_Form.py** - Using the Tab feature
|
**Demo_Tabbed_Form.py** - Using the Tab feature
|
||||||
|
|
||||||
## Packages Used In Demos
|
## Packages Used In Demos
|
||||||
|
|
||||||
|
|
||||||
While the core PySimpleGUI code does not utilize any 3rd party packages, some of the demos do. They add a GUI to a few popular packages. These packages include:
|
While the core PySimpleGUI code does not utilize any 3rd party packages, some of the demos do. They add a GUI to a few popular packages. These packages include:
|
||||||
* [Chatterbot](https://github.com/gunthercox/ChatterBot)
|
* [Chatterbot](https://github.com/gunthercox/ChatterBot)
|
||||||
* [Mido](https://github.com/olemb/mido)
|
* [Mido](https://github.com/olemb/mido)
|
||||||
|
|
Loading…
Reference in New Issue