Skip to content

dinceraslancom/deskviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tool that allows remote computer control. Open source alternative of Teamviewer and Anydesk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages