Skip to content

πŸ“ Transfer files over WiFi from your computer to your smartphone from the terminal

Notifications You must be signed in to change notification settings

brt-v/qr-filetransfer

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

qr-filetransfer

Transfer files over WiFI from your computer to your smartphone from the terminal

asciicast

Installation

# clone the repo
> git clone https://github.com/sdushantha/qr-filetransfer.git

# install the requirements
> pip3 install -r requirements.txt

Usage

usage: qr-filetransfer.py [-h] -f FILE

Note: Both devices needs to be connected to the same network


Transfer a single file

python3 qr-filetransfer.py -f /path/to/file.txt

Transfer a full directory. Note: the directory gets zipped before being transferred

python3 qr-filetransfer.py -f /path/to/directory

About

πŸ“ Transfer files over WiFi from your computer to your smartphone from the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%