using Python TKINTER An App which takes city as input from the user and displays the time, temperature, wind, humidity and pressure
We installed three different modules to create this project: • Geopy – (“pip install geopy”) • Timezonefinder - (“pip install timezonefinder”) • Pytz – (“pip install pytz”)

