Skip to main content

Simple Screen Mirror

Project description

ssm

Simple Screen Mirror 💻✨✨✨🖥️
screen-mirroring-icon ssm

How to run

1. Install ssm package

  • pip install ssm-python

2. Create server.py & client.py

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

  1. server: python server.py

  2. 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)

Uploaded Source

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

Hashes for ssm-python-0.1.2.tar.gz
Algorithm Hash digest
SHA256 4703ff2829a6d24bd313db2454eb7d0ebb7f3c252a1fcdbd820cf91863e60dbc
MD5 6c107cabf8fd861ed27b43eb860f3bee
BLAKE2b-256 abca44d8a90df8ffa8db21bd1a426fcca354fbe79c7c9ff70110fb73c76847d3

See more details on using hashes here.

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