metalfoxdev / Raindrop

Raindrop is a slick and intuitive, free and open source weather app for the linux terminal!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner Image

Raindrop

Raindrop is a slick and intuitive, free and open source weather app for the linux terminal! It aims to be as simple as possible whilst adding useful features!

Features

  • ๐ŸŒก๏ธ Accurate forecast and location search from the Open Meteo API, be ready for anything, ๐ŸŒง๏ธ rain or โ˜€๏ธ shine!
  • ๐Ÿ‘ Simple and easy-to-use interface, no bloat here!
  • ๐Ÿ—“๏ธ Daily and Hourly forecasts for up to 7 days, we got you covered!
  • ๐Ÿ˜ƒ Intuitive weather display system, colour coding and all!
  • โ›” No ads, tracking or analytics, just the weather and nothing else!

Roadmap

Chart display system [Done!]

Installation

  1. Ensure that python3 and pip are installed on your system, most Linux distros come with python3 and pip pre-installed. If your distro does not have python3 and pip installed then you can install it using one of these commands:

APT (Ubuntu, Debian and its associates):

sudo apt install python3-pip

DNF (CentOS 8 and newer, Fedora and Red Hat):

sudo dnf install python3

pacman (Arch Linux, Manjaro and its associates):

sudo pacman -S python-pip

zypper (OpenSUSE):

sudo zypper install python3-pip
  1. Download the install.sh script from this link
  2. Run the script to install Raindrop

Uninstall Raindrop

To uninstall Raindrop, simply delete the folder it created in /home/YOUR_USER_HERE/.local/share/RaindropWeather and the desktop file in your applications folder

Rain icons created by iconixar - Flaticon

About

Raindrop is a slick and intuitive, free and open source weather app for the linux terminal!

License:GNU General Public License v3.0


Languages

Language:Python 95.3%Language:Shell 4.7%