/weather

Beautiful and lightweight weather app build using Gtk4, Libadwaita and Python.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Weather

Beautiful lightweight weather app.

Features

  • See weather with dynamically changing gradient-based background according to current weather condition
  • See today, tomorrow and 5-day forcasts
  • See conditions in metric or imperial systems
  • Option to use Personal API Key

Installation

Flatpak:

Download on Flathub

  • Or you can use the terminal:
flatpak install flathub io.github.amit9838.weather

Snap:

Download on SnapCraft

  • Or you can use the terminal:
sudo snap install mousam

Build

Dependances

  • python3-requests
  • build-essential
  • meson

Build

meson build
ninja -C build

Install

sudo ninja -C build install

Run

weather