Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthias95/screenshare

Simple python package for streaming your screen to another device in the local network.
https://github.com/matthias95/screenshare

opencv python screensharing screenshot

Last synced: about 1 month ago
JSON representation

Simple python package for streaming your screen to another device in the local network.

Awesome Lists containing this project

README

        

# screenshare
Simple python package for streaming your screen to another device in the local network.

# install
`python3 -m pip install screenshare`

# usage
On the receiving device (display server):
`python3 -m screenshare`

On the sending device (streaming server):
`python3 -m screenshare --host `

Where `` is the IP adress or DNS name of the display server.