Send files from one computer to another! A graphical interface for magic-wormhole https://magic-wormhole.readthedocs.io
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
rra 775bbc2da3 update to bullseye 2 yıl önce
dropship dirty hack to fix the commandline parser again 2 yıl önce
.gitignore Add dank-meme-testing lab 4 yıl önce
.travis.yml Package it up 4 yıl önce
CHANGELOG.md Prepare 0.0.5 release, especially for pypi 4 yıl önce
LICENSE Prepare 0.0.5 release, especially for pypi 4 yıl önce
README.md update to bullseye 2 yıl önce
poetry.lock update to debian bullseye / python 3.9 2 yıl önce
pyproject.toml Prepare 0.0.5 release, especially for pypi 4 yıl önce

README.md

Dropship

Drag it, drop it, ship it.

Dropship is a graphical interface for Magic-wormhole. It allows you to securely send files from one computer to another. Dropship doesn't require any accounts or logging in. Simply select which files you want to send, drop them on the interface and share the resulting password with the receiver. Similarly, to receive a file just enter the received password in Dropship to start receiving a file.

Screen cast of dropship interface

(click for video)

Features

  • Drag and drop interface
  • Manage multiple transfers simultaneously, wheter you are receiving or sending

Technical

Dropship is built using Python and GTK3.

Supported Languages

  • English

System requirements

Dropship should work on the following distributions:

  • Debian Bullseye

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

PyPI version Build Status

Debian Bullseye
$ sudo apt install -y python3-gi python3-cairo-dev python3-gi-cairo gir1.2-gtk-3.0 libglib2.0-dev libgirepository1.0-dev libcairo2-dev
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install dropship
$ dropship  # run in your command-line terminal

Develop

See our wiki.