Using - Python
Tkinter
OpenWeather API
This is a simple Python Weather App. It will help you to find current weather-status of any places at anytime. This weather app needs internet connection for working perfectly.
- Install
Python
&Git
in your local machine. - Create your working directory anywhere in your local machine.
- Clone the project by running from cmd (make sure that you are in the newly created working directory first!):
git clone https://github.com/muhammad-rajib/weather-app.git
- Run the following in the cmd (make sure that you are in weather-app directory):
python weather_app.py
- Run the following command to install
pyinstaller
first.pip install pyinstaller
- Create
.exe
file of your app with icon.pyinstaller.exe --onefile --icon=app_icon.ico weather_app.py
- Copy your
.exe
(Rename with weather_app) file fromdist
folder and Paste in your root directory (working directory). - Now just Click on your
weather_app
icon and Play with Weather.