Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/matthias95/screenshare
- Owner: matthias95
- Created: 2022-10-01T15:12:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T21:07:14.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T04:43:02.579Z (about 2 months ago)
- Topics: opencv, python, screensharing, screenshot
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.