https://github.com/schrotwatts/10-easy-python-projects
10 easy and simple python projects for beginners
https://github.com/schrotwatts/10-easy-python-projects
ipynb ipynb-jupyter-notebook jupyter-notebook python python3
Last synced: 8 months ago
JSON representation
10 easy and simple python projects for beginners
- Host: GitHub
- URL: https://github.com/schrotwatts/10-easy-python-projects
- Owner: Schrotwatts
- Created: 2024-03-23T08:01:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-23T08:15:23.000Z (over 1 year ago)
- Last Synced: 2025-01-12T17:08:55.747Z (10 months ago)
- Topics: ipynb, ipynb-jupyter-notebook, jupyter-notebook, python, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hello guys
I would recommend the users to have jupyter notebook installed, it is just a bit easier
You can go with vscode or any other tools too
ALso i will be attaching my youtube video for this, which you can refer to for step by step guide
> Notepad creator
1. pip install tkinter
> Weather Reader
1. pip install pyttsx3
2. generating API key on weatherapi.com
3. BASH_URL can be taken fromt the same page
> QR CODE GENERATOR
1. pip install qrcode
2. pip install pillow
3. pip install PIL
you can run the pip install on "command prompt" or on jupyter notebook as "!pip install xxx"