Code Monkey home page Code Monkey logo

python-project's Introduction

Weather App ๐ŸŒค๏ธ

This is a simple weather application that allows users to search for weather information for any city in the world.

๐Ÿš€ Installation

  1. Clone this repository to your local machine using https://github.com/never-knewto-code/Python-Project.git
  2. Install the required packages using pip install -r requirements.txt
  3. Obtain an API key from https://openweathermap.org/api and save it in a .env file in the project directory as API_KEY=your_api_key

๐ŸŽฏ Usage

  1. Run python weather_app.py in your terminal.
  2. Select a city from the dropdown list.
  3. Click the "Get Weather" button to display the weather information for the selected city.

๐ŸŒŸ Features

  1. Uses the OpenWeatherMap API to obtain weather information.
  2. Dropdown list of cities is populated using the GeonamesCache library.
  3. Displays temperature, humidity, pressure, and weather description for the selected city.
    Displays an icon representing the current weather conditions for the selected city.

๐Ÿ”ง Dependencies

  • requests
  • json
  • tkinter
  • PIL
  • geonamescache
  • dotenv

๐Ÿค Contributors

Contributions are welcome! Please feel free to submit a pull request.

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.