DeskViewer
A tool that allows remote computer control. Open source alternative of Teamviewer and Anydesk.
Installing
Install and update using pip3:
$ pip3 install deskviewer
Python 3.3 and newer.
Basic Usage
Publish the computer and control it remotely.
$ deskviewer.publish
Server Starting 0.0.0.0:8765
$ deskviewer.connect -H 192.168.x.x
Connecting Server 192.168.x.x:8765
or
$ python -m deskviewer.server
Server Starting 0.0.0.0:8765
$ python -m deskviewer.client -H 192.168.x.x
Connecting Server 192.168.x.x:8765
Advanced Usage
Support Basic Authentication
Quality options low | medium | high
- deskviewer.publish args (serve):
-u –username
-p –password
-b –bind
–port
-h –help
- deskviewer.connect args (client):
-u –username
-p –password
-H –host
-q –quality ( Options: low | medium | high | default: medium)
–port
-h –help
$ deskviewer.publish -u user -p pass -b 0.0.0.0 --port 8765
Server Starting 0.0.0.0:8765
$ deskviewer.connect -u user -p pass -H 192.168.x.x --port 8765 --quality high
Connecting Server 192.168.x.x:8765
Support
Python 3.3 and above
Supports all operating systems
Links
License: MIT License
Release files for deskviewer 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| deskviewer-0.0.4.tar.gz | 19.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| deskviewer-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 40.6 kB
Release files / deskviewer-0.0.4.tar.gz
| Download URL | deskviewer-0.0.4.tar.gz |
|---|---|
| Size | 19.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
627323e155876148c7cc373addb0dc7dcc3f582671028d0c85e34378c3d2be2f
|
|
BLAKE2b-256 checksum How to use checksums |
2cc680e730a3ed24d2845f94cadb010c05eab569f5213bfd28d1009404234492
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
|
Release files / deskviewer-0.0.4-py3-none-any.whl
| Download URL | deskviewer-0.0.4-py3-none-any.whl |
|---|---|
| Size | 21.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
485918e07950515759b5d44a267eed5f8f1820baaf246ca29eec0f0feafca307
|
|
BLAKE2b-256 checksum How to use checksums |
c9c170212c2e4305e4c302dcce6b8202cdbc5e73a9d5871e04fe215ccf1a4d3d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
|