|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
[English](./README.md) | [中文](./README.zh-CN.md)
|
|
|
|
|
|
-python 多设备鼠标键盘共享工具
|
|
|
+python 多设备鼠标,键盘,剪切板共享工具
|
|
|
|
|
|

|
|
|
|
|
@@ -16,13 +16,13 @@ python 多设备鼠标键盘共享工具
|
|
|
* Review [source code changes](https://git.yoqi.me/lyq/Saying/pulls)
|
|
|
* Leave a message to us: liuyuqi.gov@msn.cn
|
|
|
|
|
|
-source build:
|
|
|
+run:
|
|
|
```
|
|
|
-./gradlew assembleDebug
|
|
|
+virtualvenv .venv
|
|
|
+pip install -r requirements.txt
|
|
|
+python main.py
|
|
|
```
|
|
|
|
|
|
## License
|
|
|
|
|
|
-如果您在你的项目中使用我们的代码,请保留 License 声明,谢谢
|
|
|
-
|
|
|
Licensed under the [Apache 2.0](LICENSE) © [liuyuqi.gov@msn.cn](https://github.com/jianboy)
|