Readme update

This commit is contained in:
MikeTheWatchGuy 2018-08-29 11:04:17 -04:00
parent 292ba9754e
commit 8098867836
2 changed files with 66 additions and 62 deletions

View File

@ -1,4 +1,4 @@
readme.md
![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)
@ -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)

View File

@ -1,4 +1,4 @@
readme.md
![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)
@ -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)