iamdopecode / weather-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App

Weather App is an simple python program that gives the following information regarding the geographical conditions of a particular city given as an input, using an API.

Here is the list of some details that this program will give

  • Temperature
  • Wind Speed
  • Latitude
  • Longitude
  • Description
  • Humidity
  • Country

Installation

Firstly we have to install some necessary packages to run this program.

Use the package manager pip to install requests and MySQL-connector.

pip install requests
pip install mysql-connector-python

And after installing all the necessary packages, you can connect to your database and can run the program.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

&

Those who have contributed succesfully in this project can add their Name to the CONTRIBUTORS.md file using the below convention

#### Name: YOUR NAME
- Place: City, State, Country
- Bio: Who are you?
- GitHub: [GitHub account name](GitHub link)

License

This project comes under MIT License


Contact

For further contact or any queries , feel free to reach us Shubham Sharma

About

License:MIT License


Languages

Language:Python 100.0%