{"id":23661479,"url":"https://github.com/vladcranga/python-weather","last_synced_at":"2025-12-04T11:30:14.181Z","repository":{"id":242407308,"uuid":"412826356","full_name":"vladcranga/python-weather","owner":"vladcranga","description":"A python application with a GUI that displays weather and forecast information.","archived":false,"fork":false,"pushed_at":"2024-10-30T14:50:17.000Z","size":521,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T04:58:15.928Z","etag":null,"topics":["api","gui","python","weather"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vladcranga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-02T14:53:55.000Z","updated_at":"2024-10-30T14:42:56.000Z","dependencies_parsed_at":"2024-10-29T15:48:21.780Z","dependency_job_id":null,"html_url":"https://github.com/vladcranga/python-weather","commit_stats":null,"previous_names":["vladcranga/python-weather"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladcranga%2Fpython-weather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladcranga%2Fpython-weather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladcranga%2Fpython-weather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladcranga%2Fpython-weather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vladcranga","download_url":"https://codeload.github.com/vladcranga/python-weather/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239655778,"owners_count":19675484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","gui","python","weather"],"created_at":"2024-12-29T04:58:19.785Z","updated_at":"2025-12-04T11:30:14.147Z","avatar_url":"https://github.com/vladcranga.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Weather Appplication\n\n## Description\n\nThis application provides a simple interface to check the current weather and a five-day forecast for a given location worldwide. It allows you to search by city or coordinates, using the [OpenWeatherMap](https://openweathermap.org) API, and save favourite cities. \n\n## Installation Instructions\n\n1. Clone the repository:\n```\ngit clone https://github.com/vladcranga/python-weather.git\n```\n\n2. Navigate to the project directory:\n```\ncd python-weather\n```\n\n3. Create a virtual environment:\n```\npython -m venv venv\n```\n\n4. Activate the virtual environment:\n- On Windows:\n  ```\n  venv\\Scripts\\activate\n  ```\n- On macOS/Linux:\n  ```\n  source venv/bin/activate\n  ```\n\n5. Install the required packages:\n```\npip install -r requirements.txt\n```\n\n6. Add your (free) API key from [openweathermap](https://openweathermap.org) to `.env`, which you create in python-weather:\n```\nOPENWEATHER_API_KEY=your_api_key\n```\n\n## How to run the application\nEnter \n```\npython -m weather.main\n```\nin the **python-weather** directory.\n\n## Features:\n- **City Search**: Enter the name of a city to retrieve weather data.\n- **Coordinates Search**: Enter latitude and longitude to get weather information for a specific location.\n- **Favourite Cities**: Save cities by clicking on \"Save to Favourites\". Saved cities will be available on launch.\n- **Five-Day Forecast**: View an extended five-day weather forecast below the current weather details.\n- **Get Coordinates**: Use the \"Get Coordinates\" button to open a web tool that helps find the latitude and longitude for a location.\n\n![example picture](example.png)\n\n## Credits\n\n- GUI weather icon by iconixar from [Flaticon](https://www.flaticon.com/free-icons/weather).\n\n## Licence\n\nThis project is licensed under the [MIT Licence](https://opensource.org/license/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladcranga%2Fpython-weather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvladcranga%2Fpython-weather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladcranga%2Fpython-weather/lists"}