A GUI based Weather App made in Python using Tkinter and Matplotlib Library, which shows current day weather and 7-day Weather Forecast with their respective graphs.
- Python 3.10 or higher
- Pip
- CountryInfo (0.1.2v)
- Datetime
- Matplotlib (3.4.3v)
- pytz (2021.3v)
- Pillow (8.4.0v)
- requests (2.26.0v)
- Tkinter
- webbrowser
git clone https://github.com/Param302/GUI-Weather-App.git
- To install required modules run following command in terminal under project folder.
pip install -r requirements.txt
- run main.py
python main.py
APIs are used from openweathermap.org