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 hashes)

Uploaded Source

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