Giter Site home page Giter Site logo

ronak-ronu / weather_app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2 KB

This Python application uses the Streamlit library to provide you with current weather information based on the OpenWeatherMap API. With a clean and user-friendly interface, you can quickly get essential weather details for any city around the world.

Home Page: https://weather-app-ronak.streamlit.app/

Python 100.00%

weather_app's Introduction

Weather App (Python (streamlit))

Weather App

Welcome to the Weather App! This Python application uses the Streamlit library to provide you with current weather information based on the OpenWeatherMap API. With a clean and user-friendly interface, you can quickly get essential weather details for any city around the world.

Features

  • Current Weather Information: Get real-time weather updates, including temperature, humidity, and wind speed.
  • Sunrise and Sunset Times: Know when the sun will rise and set in your selected location.
  • Multi-Language Support: Choose your preferred language for weather information.

Usage

  1. Select Language: Choose your preferable language from the dropdown menu.
  2. Enter City: Input the name of the city you want to get weather information for.
  3. Weather Details: View detailed information such as weather type, description, humidity, and temperature.
  4. Sunrise and Sunset Times: Find out when the sun will rise and set in the selected city.
  5. Wind Information: Check the wind speed in the specified location.
  6. Current Date and Time: See the current date and time in the selected city's timezone.

Developer Section

Explore the API usage and example codes in the developer section:

  • API Documentation: Understand how to use the OpenWeatherMap API to retrieve weather data.
# GET WEATHER DATA BY CITY_NAME
https://api.openweathermap.org/data/2.5/weather?q={city_name}&appid={api_key}

Getting Started

To run the Weather App locally, make sure you have Python installed. Install the required libraries using:

#install streamlit and requests
pip install streamlit requests
#run streamlit application
streamlit run Main.py

Feel free to explore and contribute to the project! ๐ŸŒฆ๏ธ

Please replace `{city_name}`, `{api_key}` with your actual values.

weather_app's People

Contributors

ronak-ronu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.