Skip to content

Python app using Tkinter to display weather in a given city

License

Notifications You must be signed in to change notification settings

LemurDev/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

OpenWeatherApi

Setup

  • Create .env file in src/
  • Create an variable called "KEY" and assign an OpenWeatherApi key
  • Create another variable called "UNITS" and assign either metric or imperial

Run

  • Use ./run if on Linux
  • Use python src/main.py if on Windows
  • Unsure how to run program on MacOS

About

Python app using Tkinter to display weather in a given city

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published