Skip to content
/ Weather Public

Simple application that tells the current weather

License

Notifications You must be signed in to change notification settings

milouk/Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Weather

Simple application that tells the current weather

How to Create a Executable file

  1. Git Clone the Repo.
  2. Open CMD and Type pip3 install pyinstaller to install pyinstaller.
  3. Open CMD and Type pyinstaller -w -F weather.py

Note

*Do not forget to replace the api key string with your opeweathermap api key