Send files from one computer to another! A graphical interface for magic-wormhole
https://magic-wormhole.readthedocs.io
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Luke Murphy
d017f293fc
|
4 years ago | |
---|---|---|
dropship | 4 years ago | |
.gitignore | 4 years ago | |
.travis.yml | 4 years ago | |
CHANGELOG.md | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
poetry.lock | 4 years ago | |
pyproject.toml | 4 years ago |
README.md
Dropship
Get Things From One Computer To Another, Safely
Magic-wormhole with a nice graphical interface.
(click for video)
Features
- ???
Supported Languages
- English
System requirements
Dropship should work on the following distributions:
- Debian Stretch (9.0)
Other Linux distributions may work as well. We currently do not support MacOS or Windows.
Dropship requires the following system dependencies:
- GTK+
- Python > 3.6
- PyGObject 3.30.5+
- Cairo > 1.14
Install
Debian Stretch
$ sudo apt install -y python3-gi python3-gi-cairo gir1.2-gtk-3.0 $ python3 -m venv .venv $ source .venv/bin/activate $ pip install dropship $ dropship # run in your command-line terminal
Develop
See our wiki.