Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


## Python-Climb-Learning-Tutorial

This is my python climb learning road, I followed neuralnine's youtube vedio and write the following code down below...
Expand Down Expand Up @@ -601,7 +603,7 @@ So much thanks to neuralnine and his contribution:
## 10 apps in Python with PySimpleGUI
### Source Code List

- python libs to install: pip install PySimpleGUI pytube matplotlib pillow beautifulsoup4 opencv-python
- python libs to install: pip install PySimpleGUI pytube matplotlib pillow beautifulsoup4 opencv-python requests
- 1-converter
- 2-one-line-app
- 3-calculator
Expand Down