A tool that allows remote computer control.
Project description
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 and 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, high | default: high)
–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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
deskviewer-0.0.3.tar.gz
(7.1 kB
view hashes)
Built Distribution
Close
Hashes for deskviewer-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97069987cb5bc65004969125dc7cd86a8282c1623eb3e322b596162398189e9d |
|
MD5 | e448faf7d74c1a6bf16a9691ea161b6b |
|
BLAKE2b-256 | 082c0cc44838d2b9dbdb8b6272f7fec3b0d48c7ddc89d2b6c375406aa6845785 |