Skip to content
forked from amit9838/mousam

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

License

Notifications You must be signed in to change notification settings

mamolinux/mousam

 
 

Repository files navigation

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 70.9%
  • JavaScript 18.5%
  • CSS 6.8%
  • Meson 2.8%
  • Other 1.0%