Skip to content

larrydanny/python-apps

Repository files navigation

python apps

1. Age calculator

Enter your date of birth and you can get your age with years, months and days.

How it work?

Image description

Click to view the code.

2. Weather App - OpenWeatherMap API

Enter zip code or city name or coordinates and get today's weather details.

What to do for run this app?

You need to change Line #22 replace YOUR_API_KEY text to openweathermap api key

How it work?

Image description

Click to view the code.

3. Weather App - airnow API

A simple weather app with python GUI Tkinter and airnow api

What to do for run this app?

You need to change Line #13 replace YOUR_API_KEY text to airnow api key

How you get airnow api key?

  1. Sign up in airnow
  2. Check your email and enter the code
  3. Login into airnow
  4. Go to this link and this page you will get you api key on right side.

How it work?

Image description

Click to view the code.