Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityboots authored Oct 26, 2024
1 parent 1d48e70 commit d213291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PyWeather is a weather app in python using OpenWeatherMap's current weather and 3-hour-5-day forecast API services, built using customtkinter to make a modern and elegant GUI to display the weather, and even changes to light/dark mode based on local time of requested city!

It is a school/personal project of mine that I will continue to work on in my free time. It's currently in an experimental stage, and things are subject to change. The planned features for the app (which may or may not be implemented) include a repsonsive GUI, a weather-map of the local area for precipitation, etc. as well as the ability to save weather data to a file or store and organise data using SQL databases. Please note, that the app is only designed to work on Windows devices, and as of right now, MacOS as well as Linux may work; but with limited functionality.
It is a personal project of mine that I will continue to work on in my free time. It's currently in an experimental stage, and things are subject to change. The planned features for the app (which may or may not be implemented) include a repsonsive GUI, a weather-map of the local area for precipitation, etc. as well as the ability to save weather data to a file or store and organise data using SQL databases. Please note, that the app is only designed to work on Windows devices, and as of right now, MacOS as well as Linux may work; but with limited functionality.


Example of the app in light mode (day time):
Expand All @@ -17,6 +17,6 @@ Example of the app in dark mode (night time):

# Instructions for Use

In order to use the app, you must go to the green "Download Code button", and doownload the zip folder of the code, or simply clone the repository on your computer with git clone. From there extract the zipped folder, and move it to wherever is convenient. Once that is done, you can open the directory in whichever code editor/terminal you are familiar with and run main.py. If you encounter any issues, please let me know, my e-mail ID is "[email protected]".
In order to use the app, you must go to the green "Download Code button", and doownload the zip folder of the code, or simply clone the repository on your computer with git clone. From there extract the zipped folder, and move it to wherever is convenient. Once that is done, you can open the directory in whichever code editor/terminal you are familiar with and run main.py. If you encounter any issues, please create an issue on Github, I will do my best to review them. Contributions will most likely not be given any priority any time soon.

Hopefully you have a great time using the app to find out your local weather and get the upcoming forecast, so you're never caught off-guard!

0 comments on commit d213291

Please sign in to comment.