-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d48e70
commit d213291
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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): | ||
|
@@ -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! |