{"id":20111293,"url":"https://github.com/tadghh/python-weather-app","last_synced_at":"2025-07-19T11:33:57.991Z","repository":{"id":213601392,"uuid":"734104995","full_name":"tadghh/python-weather-app","owner":"tadghh","description":"Scrapes all weather data from Enviroment Canada in under 30s*","archived":false,"fork":false,"pushed_at":"2024-07-02T17:40:35.000Z","size":159152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T18:50:35.196Z","etag":null,"topics":["canada","scraping-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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tadghh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-12-20T22:05:06.000Z","updated_at":"2024-07-02T17:40:39.000Z","dependencies_parsed_at":"2025-03-02T18:40:34.565Z","dependency_job_id":"aebe35e9-b601-45f3-84a3-0239b83817f8","html_url":"https://github.com/tadghh/python-weather-app","commit_stats":null,"previous_names":["tadghh/python-weather-app"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tadghh/python-weather-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadghh%2Fpython-weather-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadghh%2Fpython-weather-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadghh%2Fpython-weather-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadghh%2Fpython-weather-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tadghh","download_url":"https://codeload.github.com/tadghh/python-weather-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadghh%2Fpython-weather-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265926963,"owners_count":23850886,"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":["canada","scraping-python","weather"],"created_at":"2024-11-13T18:15:15.264Z","updated_at":"2025-07-19T11:33:57.934Z","avatar_url":"https://github.com/tadghh.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"./Build%20Files/icons/icon.png\"\u003e\n\n# Weather Scraper Apprentice\n\nA Python application that scapes historical weather data from Enviroment Canada. This was the final submission for my college's Python course.\n\n\u003c/div\u003e\n\n## Preview\n\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"https://github.com/tadghh/python-weather-app/assets/47073445/a64d54c7-f636-4568-bc18-4d69bd14eab8\"/\u003e\n\n\u003c/div\u003e\n\n## Building\n\n- Install Python 3.12\n- Create a virtual environment\n- Run BuildMe.ps1\n\n### Download and Build\n\n\u003e ⚠️ The following script will prompt you to temporarily bypass powershell's execution policy\n\n\u003e _BuildMe.ps1_ Is responsible for the creation of the applications executable file\n\n\u003e The [Inno Script.iss](./Inno%20Script.iss) file can be used with [Inno Setup](https://jrsoftware.org/isdl.php#stable) to create an installer\n\n\u003e ⚠️ The below command is designed for windows\n\n```\ngit clone git@github.com:tadghh/PythonWeatherApp.git\ncd .\\PythonWeatherApp\\\npython -m venv venv\nvenv\\Scripts\\activate\npip install -r '.\\Weather Processing\\requirements.txt'\npowershell -ExecutionPolicy Bypass -File .\\BuildMe.ps1\n```\n### Build output location\nAfter running the above commands you will find an executable file inside the **dist directory** of the downloaded **python-weather-app** repository.\n\n### Libraries used\n\n- pylint\n- contourpy\n- kiwisolver\n- lxml\n- matplotlib\n- numpy\n- Pillow\n- pyinstaller\n- pyinstaller-hooks-contrib\n- Menu\n- tqdm\n\n## Features\n\n- PEP8 Compliant\n- Multithreaded data scraping\n  - 27 years worth of tempertaure data can be processed, saved and formatted in under 30 seconds\n- Uses SQLite to store weather info\n  - Index used to quickly update with distinct data\n- Error handling\n- UX focused menu\n  - If the range of years was put in backwards a prompt appears offering to swap the dates\n  - Explanations for incorrect input\n- Data visualization\n  - Box plot that displays the min, avg, max temperatures for each month across a range of years\n  - Line graph, used to show the temperature across of a specific month and year\n- Error logging, to assist trouble shooting\n\n## Code quality\n\n\u003cdiv align=\"center\"\u003e\n\nOur code quality is currently...\n\n[![Pylint](https://github.com/tadghh/python-weather-app/actions/workflows/pylint.yml/badge.svg?branch=main\u0026event=push)](https://github.com/tadghh/python-weather-app/actions/workflows/pylint.yml)\n\n\u003c/div\u003e\n\nHere are the linting recommendations\n```python\n\n------------------------------------\nYour code has been rated at 10.00/10\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftadghh%2Fpython-weather-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftadghh%2Fpython-weather-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftadghh%2Fpython-weather-app/lists"}