Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
heiheiyoyo committed Oct 8, 2022
1 parent b18ffb0 commit 6a9753c
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
<img src="LANDrop/icons/banner.png" width="300">
<img src="https://github.com/heiheiyoyo/PyLANDrop/raw/master/LANDrop/icons/banner.png" width="300">

> 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](https://landrop.app/#downloads).

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, Windows, Linux, name yours.
Expand Down Expand Up @@ -40,14 +47,8 @@ To run LANDrop:
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
```
```
python setup.py install
```
then you can run it by command `landrop`

0 comments on commit 6a9753c

Please sign in to comment.