Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mirimmad/pyqrshare
- Owner: mirimmad
- License: mit
- Created: 2018-03-25T15:24:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T17:33:19.000Z (about 1 year ago)
- Last Synced: 2024-08-08T23:23:05.328Z (6 months ago)
- Topics: python, qrcode, sharing, wlan
- Language: Python
- Size: 14.6 KB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
.