Note: This project is submitted as part of class projects for CSE 5306 at University of Texas Arlington
This code should not be used for the course CSE 5306 offered at University of Texas Arlington
- Python 3.6.2 or later
- Requests library
- TkInter library
I recommend to use anaconda library for deploying the project.
- Download Anaconda library. I recommend to create seperate Anaconda environment
- Uses weather.gov for climate data.
- Displays weather icon.
- Flexible user interface.
Run GUi_design using the command: python GUI_design.py
The project displays a window to interact with server. Enter co-ordinates(Latitude and Longitude) to fetch information from weather.gov website.
For more information refer the project wiki.