8000 GitHub - yuki1404/PyLANDrop: LANDrop in Python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

LANDrop in Python

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
LICENSE.icon
Notifications You must be signed in to change notification settings

yuki1404/PyLANDrop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drop any files to any devices on your LAN. No need to use instant messaging for that anymore.

LANDrop is a cross-platform tool that you can use to conveniently transfer photos, videos, and other types of files to other devices on the same local network.

You can download prebuilts of LANDrop from the official website.

Or you can download it from PyPI by command:

pip install LANDrop

You can run it by command landrop

Features

  • Cross platform: when we say it, we mean it. iOS, Android, macOS, Wind 6763 ows, Linux, name yours.
  • Ultra fast: uses your local network for transferring. Internet speed is not a limit.
  • Easy to use: intuitive UI. You know how to use it when you see it.
  • Secure: uses state-of-the-art cryptography algorithm. No one else can see your files.
  • No cellular data: outside? No problem. LANDrop can work on your personal hotspot, without consuming cellular data.
  • No compression: doesn't compress your photos and videos when sending.

Building

The AppImage we provide as the prebuilt for Linux might not work on your machine. You can run LANDrop with python by yourself if the prebuilt doesn't work for you.

To run LANDrop:

  1. Download and install the dependencies:
    pip install -r requirements.txt
    pip install pyinstaller
    
  2. Clone this repository
    git clone https://github.com/heiheiyoyo/PyLANDrop
    
  3. Run the following commands
    cd PyLANDrop
    pyinstaller -F LANDrop/main.py -n LANDrop --hidden-import _cffi_backend
    
  4. You can now run LANDrop via
    cd dist
    ./LANDrop
    

Or you can install the package to your site-packages

python setup.py install

then you can run it by command landrop

About

LANDrop in Python

Resources

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
LICENSE.icon

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • QMake 0.3%
0