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

LukaszH77/mousam

 
 

Repository files navigation

Mousam

Beautiful lightweight weather app based on Python and Gtk

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

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.1%
  • CSS 7.5%
  • HTML 5.1%
  • Meson 3.5%
  • Other 0.8%