Simple Screen Mirror
Project description
ssm
Simple Screen Mirror 💻✨✨✨🖥️
How to run
1. Install ssm package
pip install ssm-python
2. Create server.py & client.py
- sample codes here
server:
from ssm import ScreenMirrorServer
# ssm_server = ScreenMirrorServer(['<client-ip>', port=7890])
ssm_server = ScreenMirrorServer() # default: all ip & 7890 port
ssm_server.start()
client:
from ssm import ScreenMirrorClient
ssm_client = ScreenMirrorClient('<server-ip>'[, port=7890, quality=90, cursor=True])
ssm_client.start()
3. Run
-
server:
python server.py
-
client:
python client.py
4. Stop
-
server:
press ESC
-
client:
kill process
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
ssm-python-0.1.2.tar.gz
(4.8 kB
view details)
File details
Details for the file ssm-python-0.1.2.tar.gz
.
File metadata
- Download URL: ssm-python-0.1.2.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4703ff2829a6d24bd313db2454eb7d0ebb7f3c252a1fcdbd820cf91863e60dbc |
|
MD5 | 6c107cabf8fd861ed27b43eb860f3bee |
|
BLAKE2b-256 | abca44d8a90df8ffa8db21bd1a426fcca354fbe79c7c9ff70110fb73c76847d3 |