python-scripts/scripts/Weather-teller
2022-10-05 11:54:05 +05:30
..
README.md Update README.md 2022-10-01 00:07:28 +05:30
requirements.txt added requirements.txt with python-dotenv 2022-10-05 11:54:05 +05:30
weather-det.py api keys for weather-teller and weather_reports are now loaded from a local .env file 2022-10-05 11:49:29 +05:30

Weather-teller

Introduction

This project , Asks the user the name of a city as input and provides the weather and temperature(in celsius) as output.

Tech stack

The project is made using python and weather API. The weather API , I hv used in this project is from - https://openweathermap.org/api

Demonstration video - here is a view of the project :

https://user-images.githubusercontent.com/91176055/159108679-8124cd46-7467-465a-9674-c32e42361ed7.mp4

Install dependencies

  • install Python 3.8.3 or above
  • Sign up on https://openweathermap.org/api and you would get your API key.
  • Further install this package using terminal:
  pip install requests

Quick start (how to run locally)

  • Clone this repository:
git clone https://github.com/metafy-social/daily-python-scripts
  • Change directory:
cd scripts
cd Weather-teller
  • Find weather-det.py and run it.