Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mirimmad/pyqrshare

Lets you transfer files and directories from your computer to your mobile device by scanning a QR code right from the terminal.
https://github.com/mirimmad/pyqrshare

python qrcode sharing wlan

Last synced: 2 months ago
JSON representation

Lets you transfer files and directories from your computer to your mobile device by scanning a QR code right from the terminal.

Awesome Lists containing this project

README

        

# PyQRShare
This tool lets you share files and directories from your computer to your mobile device by scanning a QR code right from the terminal.

*Make sure your computer and mobile device are connected over same WiFi network.*
## Usage
```$ pyqrshare "path/to/file/or/directory"```

## Installation
```$ python setup.py install```

### How it works
If a file is provided, it simply serves it. If a directory path is provided, it zips the dir, stores it in the systems temporary directory and then serves it.

### Contact
['E-mail'](mailto:[email protected])

### *NOTE*
The tool is in its very early stages and may often crash.

### Licenses
This tool comes with MIT license.
.