cyanomiko / dcnnt-py

UI-less tool to connect Android phone with desktop
MIT License
185 stars 8 forks source link

dcnnt

NO WAR

Yet another tool to connect Android phone with desktop similar to KDE Connect.

Features

Install

From git repository:

git clone https://github.com/cyanomiko/dcnnt-py.git
cd dcnnt-py
python3 setup.py sdist bdist_wheel
pip3 install dist/dcnnt-0.10.0-py3-none-any.whl

From PyPI:

pip3 install dcnnt

Usage

Pairing mode:

dcnnt pair

Run as daemon:

dcnnt start

Stop daemon:

dcnnt stop

Run in foreground mode:

dcnnt foreground

Plugins: doc/plugins.md (https://github.com/cyanomiko/dcnnt-py/blob/master/doc/plugins.md)
Configuring: doc/config.md (https://github.com/cyanomiko/dcnnt-py/blob/master/doc/config.md)