This is a very basic weather app created using python.
This app is created using python with a very simple User Interface and it is used to depict weather of a particular place(city/state/country).
- The user is free to select any place, city or country.
- The choice can be of any place around the world given that the place exists.
- The user can then view the current weather along with temperature of that particular place.
- The user is also shown the current time of that particular place.
- You have the advantage to know the decription, wind, humidity and pressure of the place asked by the user.
- The user is also shown the sunrise and sunset time.
- The user can also see day and date.
It is advised to have python or IDLE installed on your laptop/pc for the smooth running of your project. You need to have these libraries installed as well-
- Geopy
- TimeZoneFinder
- pytz
- datetime
- requests
- tkinter(by default it is installed within the IDLE package)
The steps to install these libraries-
- Open the command prompt or terminal.
- Type in the prompt, pip install {library_name}
This project is inspired by various projects posted online on youtube. The link to these projects is provided here- (https://www.youtube.com/watch?v=G-FBEDM7b3Y&list=PLGpTnUbAjJnseeQ7lCjyTTvVM1py-neMb). Special thanks to GitHub and various other open source communities for their valuable resources.
Benfit from the project, and do suggest changes if you feel like!