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!
- ๐ก๏ธ 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!
Chart display system [Done!]
- 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
- Download the install.sh script from this link
- Run the script to install 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