weather app written in python.
🔹 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
You will need to place your openweather api key in the secret.env file.
git clone https://github.com/Moritz344/Minimal-Weather.git
cd Minimal-Weather
cd src
python3 main.py
This weather app was inspired by https://github.com/DariusLukasukas/nextjs-weather-app. I incorporated some UI ideas into my own small version.
- Moritz344