A simple weather GUI app with Tkinter that fetches weather data from openweathermap API.
Windows users can download the binary from release.
Extract the zip and open weather.exe.
- Make sure python 2.7 is installed on your system.
- Clone the repository.
- Install all the packages in
requirements.txt.
To install using pip on command line, runpip install -r requirements.txt. - Add your OpenWeatherMap API key to
keys.py. It can be obtained from here. - Run
weather.py,
python weather.py
- [Optional] To build the .exe file, run
python setup.py build
Check <project-location>\build\exe.win32-2.7\weather.exe.
The content of this repository is licensed under MIT LICENSE.

