Skip to content

Moritz344/Minimal-Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal-Weather

weather app written in python.

wetter

🛠 Installation

🔹 Method 1: Installation via ZIP File (Recommended)

If you want to run the app without Python, follow these steps:

  • Download the latest release from GitHub Releases.
  • Extract the ZIP file (MinimalWeather-v1.0.0.zip).
  • Run main.exe

🛠 Local Installation

API

You will need to place your openweather api key in the secret.env file.

Usage

git clone https://github.com/Moritz344/Minimal-Weather.git
cd Minimal-Weather
cd src
python3 main.py

Inspiration

This weather app was inspired by https://github.com/DariusLukasukas/nextjs-weather-app. I incorporated some UI ideas into my own small version.

Author

  • Moritz344