Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.07 KB

README.MD

File metadata and controls

30 lines (25 loc) · 1.07 KB

Sunshine

A simple weather GUI app with Tkinter that fetches weather data from openweathermap API.

How to use it?

Windows users can download the binary from release.
Extract the zip and open weather.exe.

Setup Instructions

  1. Make sure python 2.7 is installed on your system.
  2. Clone the repository.
  3. Install all the packages in requirements.txt.
    To install using pip on command line, run pip install -r requirements.txt.
  4. Add your OpenWeatherMap API key to keys.py. It can be obtained from here.
  5. Run weather.py,
python weather.py
  1. [Optional] To build the .exe file, run
python setup.py build

Check <project-location>\build\exe.win32-2.7\weather.exe.

Screenshots

Windows Sunshine App Screenshot 1

Windows Sunshine App Screenshot 2

License

The content of this repository is licensed under MIT LICENSE.