be4zad / mousam

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

Home Page:https://amit9838.github.io/mousam/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mousam

Weather at a Glance

GitHub Discussions

Features

  • Displays real-time temperature, humidity, wind speed, UV index, pressure and more
  • Utilizes graphical representations, such as temperature , precipitation graphs and wind-speed with direction to provide an hourly forecast for the next 24 hours
  • Also shows tomorrow and 7-day forcasts
  • See conditions in metric or imperial systems

Installation

Flatpak:

Download on Flathub

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

Snap:

Download on SnapCraft

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

Debian (Unofficial)

Download on SnapCraft

Thanks to @hsbasu for maintaining Debian package

Installation Instruction

Build

Dependances

  • python3-requests
  • build-essential
  • meson

Build

rm -rf builddir
meson setup -Dprefix=$HOME/.local builddir
meson compile -C builddir --verbose

Install

meson install -C builddir

Run

mousam

Contribution

Thanks to all the contributors have helped in the development project so that open-source community can enjoy best tools with best features.

Credits

  • Thanks to Open Meteo from providing weather data for free of cost.

  • Thanks to @basmilius for making beautiful weather icons.

Support

I hope you ❤️ Mousam, if you think it is worth supporting you can do so using below methods

Buy Me A Coffee

About

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

https://amit9838.github.io/mousam/

License:GNU General Public License v3.0


Languages

Language:Python 73.2%Language:JavaScript 18.5%Language:CSS 4.3%Language:Meson 3.0%Language:HTML 0.9%Language:Shell 0.1%