Skip to content

Barwolf/CTkinter-Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTKInter Desktop Weather App

Example picture of the weather application

SETUP

Prerequisites:

  • Python 3.8 or higher
  • Pip

Installation:

python3 -m venv .venv \
.venv\Scripts\activate

Install the required dependencies:

pip install -r requirements.txt

Set up an API key:

You can get a free API key from OpenWeatherMap

weather_app_API_key=your_api_key_here

About

Simple Weather Application using CTkinter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages