A weather calculator
I created a functional weather app that tells you the current weather condition along with the current temperature and the Air Quality of a particular place, just by writing the city, state and country's name. I have used free API resources to generate the correct data. I developed it in Python Language, using tkinter, requests and JSON libraries.
This is a demo video of my application:
click here to view the full source code that I wrote in