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
Connecting Server 192.168.x.x:8765
Advanced Usage
Support Basic Authentication
Quality options low and high
- serve args :
-u –username
-p –password
-h –host
–port
- client args :
-u –username
-p –password
-h –host
-q –quality ( Options: low, high | default: high)
–port
$ deskviewer.publish -u user -p pass -h 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.1.tar.gz
(6.7 kB
view hashes)
Built Distribution
Close
Hashes for deskviewer-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c10ae87659231cd6e71d77164bb036ac20c8863f0c21f641352092d6e191087 |
|
MD5 | 9eacbc89d2dc048f2d9c1eb9dc9c1d6c |
|
BLAKE2b-256 | 58eb70824836025c28fb75d7122469815d945dc93299b75d5aa63647444fa17b |