Skip to content

Weather App With GUI Using Python... This is simple Web Scraping project using beautifulsoup4 and requests module.

Notifications You must be signed in to change notification settings

vedant416/weather-app-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Weather App With GUI Using Python

This is simple Web Scraping project using beautifulsoup4 and requests module

alt text

Requirements :

Python 3 is required.

Modules : requests and beautifulsoup4

To install required modules run following command in terminal.

pip install requests
pip install beautifulsoup4

Usage :

Open weather folder

Other files in weather folder are required to successfully run program so open weather folder in your IDE

Then run main.py or non gui.py.

main.py file is GUI version of app

non gui.py is non GUI version of app

(If you dont know tkinter non_gui.py file is easy to understand)

About

Weather App With GUI Using Python... This is simple Web Scraping project using beautifulsoup4 and requests module.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages