A python weather app. I created this project with the intention of practicing my web scraping skills.
I mainly used one library and one module.
You can use this command to download the Requests folder if you have pip.
python -m pip install requests
You can also install beautifulsoup4 with pip.
python -m pip install beautifulsoup4
Lastly run the app by running the main.py file.