Skip to content

enkoki/weather_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather API Project

A simple Python project to fetch and display real-time weather information for any city using the OpenWeatherMap API.

Features

  • Fetch current weather data for any city.
  • Display temperature, humidity, weather condition, wind speed, sunrise, and sunset times.
  • Includes emojis for different weather conditions.
  • Supports Metric, Imperial, and Standard units.

Installation

git clone https://github.com/enkoki/weather_api.git
cd weather_api

Optional: Create and Activate a virtual environment.

Dependencies

requests

pip install requests

python-dotenv

pip install python-dotenv

colorama

pip install colorama

Project Structure

weather_api/
├── .env 
├── api.py 
├── display.py 
├── extras.py 
├── main.py 
└── README.md

Plans

  • Multiple City Input and Output
  • GUI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages