Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.57 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.57 KB

weather-app

Description

A simple weather app developed using Python Tkinter library and AccuWeather API. This project is solely targetted for newbies getting started with Python GUI development and using APIs with Python. The application has minimum styling and focuses more on API usage and GUI development. This application allows a user to simply enter a city and get the weather details as illustrated in the figure below.

Figure 1

🔥 Getting Started

  1. Download or clone the repository using "git clone https://github.com/vibhashan/weather-app.git"
  2. Navigate to "weather-app/application" and run the "MyWeatherApp.py" file to open the GUI interface.

😢 Limitations

The application uses a free API account from AccuWeather APIs website. So, there is only a limited no.of API requests per day. However you can simply create a free API account from "https://developer.accuweather.com/" and paste the account key in the following places :


Play around with the application and modify it as you need to be familiar with Tkinter GUI and API usage with Python.

Feel free to share any suggestions as well 👍