Merge pull request #1753 from PySimpleGUI/Dev-latest

Trying to fix bullets in tools section
This commit is contained in:
MikeTheWatchGuy 2019-07-29 16:53:24 -04:00 committed by GitHub
commit 902f58cae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

View File

@ -477,15 +477,15 @@ These tools were created to help you achieve a steady stream of these little suc
The initial "get up and running" portion of PySimpleGUI should take you less than 5 minutes. The goal is 5 minutes from your decision "I'll give it a try" to having your first window up on the screen "Oh wow, it was that easy?!" The initial "get up and running" portion of PySimpleGUI should take you less than 5 minutes. The goal is 5 minutes from your decision "I'll give it a try" to having your first window up on the screen "Oh wow, it was that easy?!"
The primary learning pathes for PySimpleGUI are: The primary learning pathes for PySimpleGUI are:
- This readme document over 100 pages of PySimpleGUI User Manual * This readme document over 100 pages of PySimpleGUI User Manual
- http://www.PySimpleGUI.org * http://www.PySimpleGUI.org
- The Cookbook - Recipes to get you going and quick * The Cookbook - Recipes to get you going and quick
- http://Cookbook.PySimpleGUI.org * http://Cookbook.PySimpleGUI.org
- The Demo Programs - Start hacking on one of these running soluitions * The Demo Programs - Start hacking on one of these running soluitions
- http://www.PySimpleGUI.com * http://www.PySimpleGUI.com
- The YouTube videos - If you like instructional videos, there are 15+ videos * The YouTube videos - If you like instructional videos, there are 15+ videos
- [5 part series of basics](https://www.youtube.com/playlist?list=PLl8dD0doyrvHMoJGTdMtgLuHymaqJVjzt) * [5 part series of basics](https://www.youtube.com/playlist?list=PLl8dD0doyrvHMoJGTdMtgLuHymaqJVjzt)
- [10 part series of more detail](https://www.youtube.com/playlist?list=PLl8dD0doyrvGyXjORNvirTIZxKopJr8s0) * [10 part series of more detail](https://www.youtube.com/playlist?list=PLl8dD0doyrvGyXjORNvirTIZxKopJr8s0)
Everything is geared towards giving you a "quick start" whether that be a Recipe or a Demo Program. The idea is to give you something running and let you hack away at it. As a developer this saves tremendous amounts of time. Everything is geared towards giving you a "quick start" whether that be a Recipe or a Demo Program. The idea is to give you something running and let you hack away at it. As a developer this saves tremendous amounts of time.

View File

@ -477,15 +477,15 @@ These tools were created to help you achieve a steady stream of these little suc
The initial "get up and running" portion of PySimpleGUI should take you less than 5 minutes. The goal is 5 minutes from your decision "I'll give it a try" to having your first window up on the screen "Oh wow, it was that easy?!" The initial "get up and running" portion of PySimpleGUI should take you less than 5 minutes. The goal is 5 minutes from your decision "I'll give it a try" to having your first window up on the screen "Oh wow, it was that easy?!"
The primary learning pathes for PySimpleGUI are: The primary learning pathes for PySimpleGUI are:
- This readme document over 100 pages of PySimpleGUI User Manual * This readme document over 100 pages of PySimpleGUI User Manual
- http://www.PySimpleGUI.org * http://www.PySimpleGUI.org
- The Cookbook - Recipes to get you going and quick * The Cookbook - Recipes to get you going and quick
- http://Cookbook.PySimpleGUI.org * http://Cookbook.PySimpleGUI.org
- The Demo Programs - Start hacking on one of these running soluitions * The Demo Programs - Start hacking on one of these running soluitions
- http://www.PySimpleGUI.com * http://www.PySimpleGUI.com
- The YouTube videos - If you like instructional videos, there are 15+ videos * The YouTube videos - If you like instructional videos, there are 15+ videos
- [5 part series of basics](https://www.youtube.com/playlist?list=PLl8dD0doyrvHMoJGTdMtgLuHymaqJVjzt) * [5 part series of basics](https://www.youtube.com/playlist?list=PLl8dD0doyrvHMoJGTdMtgLuHymaqJVjzt)
- [10 part series of more detail](https://www.youtube.com/playlist?list=PLl8dD0doyrvGyXjORNvirTIZxKopJr8s0) * [10 part series of more detail](https://www.youtube.com/playlist?list=PLl8dD0doyrvGyXjORNvirTIZxKopJr8s0)
Everything is geared towards giving you a "quick start" whether that be a Recipe or a Demo Program. The idea is to give you something running and let you hack away at it. As a developer this saves tremendous amounts of time. Everything is geared towards giving you a "quick start" whether that be a Recipe or a Demo Program. The idea is to give you something running and let you hack away at it. As a developer this saves tremendous amounts of time.