mobile-wormhole:魔术虫洞协议的移动客户端

时间:2024-06-03 06:47:50
【文件属性】:

文件名称:mobile-wormhole:魔术虫洞协议的移动客户端

文件大小:77KB

文件格式:ZIP

更新时间:2024-06-03 06:47:50

Python

虫洞 这是用于协议的正在进行中的移动客户端。 已经工作的内容: 正在发送文件。 该应用程序可以获取代码,与另一方交换密钥,允许用户选择一个文件来发送虫洞,然后实际传输该文件。 接收文件。 用户可以输入代码,查看文件报价以确认或拒绝,甚至可以接收文件。 这将保存在下载目录中。 处理Android的ACTION_SEND意图。 用户可以通过该应用共享文件,实际上是在发送屏幕中预先选择了文件。 设置 为了利用原始的包,并且还因为我很好奇它是否还能工作,我使用和朋友用Python编写了代码。 # create a virtual environment # version 3.8 should work python3 -m venv venv source venv/bin/activate # install the dependencies # pip-sync is also fi


【文件预览】:
mobile-wormhole-master
----.gitignore(167B)
----requirements.txt(3KB)
----src()
--------__init__.py(0B)
--------magic.py(13KB)
--------config.py(3KB)
--------wormhole.kv(6KB)
--------main.py(12KB)
--------img()
--------cross.py(6KB)
----metadata()
--------en-US()
----CHANGELOG.md(468B)
----COPYING(34KB)
----README.md(2KB)
----tests()
--------test_magic.py(5KB)
--------__init__.py(0B)
----requirements.in(335B)
----misc()
--------file_paths.xml(165B)
--------content_providers.xml(304B)
--------intent_filters.xml(181B)
----.editorconfig(221B)
----buildozer.spec(11KB)

网友评论