vdmitriyev / ushare

ushare simple script to share files between devices on local network via terminals and browsers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ushare

A very simple script that helps me share file between laptops and phones via terminals and browsers on a local network.

Usage

ushare.py [OPTIONS] COMMAND [ARGS]...
Options:
  --help  Show this message and exit.
Commands:
  receive  Receive files
  send     Serve shared file

Examples:

ushare.py send file.txt
usharer.py receive -d ./Downloads

Requirements

flask, pyqrcode, you can install them via

pip install flask pyqrcode

About

ushare simple script to share files between devices on local network via terminals and browsers.

License:MIT License


Languages

Language:Python 100.0%