python-geeks / Automation-scripts

Repo for creating awesome automation scripts to make my panda lazier
MIT License
1.05k stars 564 forks source link

Script for "Weather Notifier" added #963

Closed Davda-James closed 1 month ago

Davda-James commented 1 month ago

Weather Notifier -

The Weather Notifier script is a Python-based application that fetches and displays real-time weather information for a specified city. The script uses the OpenWeatherMap API to retrieve weather data and presents it through a user-friendly GUI built with Tkinter. Additionally, it supports both manual and automatic weather updates, allowing users to either fetch the weather data on demand or set a recurring interval for automatic updates.

It solves the issue #954 -

Self Checks

I am open to suggestions if any and if not then please merge it and add the "hacktoberfest-accepted" label to it.

Davda-James commented 1 month ago

The linting error is not in my folder, it is in the existing folder ( video_cropper and pdf_watermarkadder) and also I have tried to resolve some linting issues in another existing scripts but still there is some linting error in their folders which is causing the linker check to fail. Thank You

Davda-James commented 1 month ago

Now my script has no merge conflicts, thanks for resolving the issue of linting by updating version and actions. Please merge this script . Thank You .