Roshan-R / PyDrop

A free and opensource alternative to Dropover
GNU General Public License v3.0
30 stars 16 forks source link
dropover-alternative gtk3 hacktoberfest hacktoberfest2021 linux python utility

PyDrop
PyDrop

A free and opensource alternative to Dropover

CI status

Preview

Use releases for installing a beta version

Building

GNOME Builder

Download GNOME Builder.

In Builder, click the "Clone Repository" button at the bottom, using https://github.com/Roshan-R/PyDrop as the URL.

Click the build button at the top once the project is loaded.

Building from Git

git clone https://github.com/Roshan-R/PyDrop.git
cd PyDrop
meson builddir --prefix=/usr/local
sudo ninja -C builddir install