Skip to main content

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 | 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

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.4.tar.gz (19.6 kB view hashes)

Uploaded Source

Built Distribution

deskviewer-0.0.4-py3-none-any.whl (21.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page