Skip to content

This is a minimalistic weather forecasting mobile application.

Notifications You must be signed in to change notification settings

johannessram/WeatherMobileApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather mobile application

screenshot

This is a minimalistic weather forecasting mobile application.

Requirements :

  • Python 3.10.12
  • Kivy 2.3.0
  • requests 2.31.0 (library to be installed in python)

First thing first - aka setup :

  1. Create a file called key.py in the same root directory
touch key.py
  1. Go get your free API key on OpenWeather
  2. Copy this key.py template file and replace openweather api key accordingly
OPENWEATHER_API_KEY = 'openweather api key'

Run it :

python weather.py

About

This is a minimalistic weather forecasting mobile application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published