Final Project CS50P Introduction to Python Programming : Weather Edx username : benprom Github : bennnto City : Toronto, Country : Canada Description : Weather Application write in Python with requests and PyQt5 libraries. this application use information from Openweather V3.0 this application ask user to input city (city name eg. Bangkok, Toronto, Tokyo etc..) after that will call API to Openweather Geocoding API to get the return of latitude and longitude of that city and will pass it to call_info function to call Openweather V3.0 API and get return weather dataset in json after that call_info will extract information from json file and modified instance of PyQt5 elements to show data in term of Graphic User Interface To Use Register account and get API_KEY from Click Here After you get API_KEY copy and paste in at the top of the application file and execute