Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.05 KB

File metadata and controls

41 lines (32 loc) · 1.05 KB

Screensharing

Screenshare: Python module for sharing/casting your screen with others in realtime with fast & accurate casting. Works best when connected to same network Copyright © 2024 Coder-wis vishalsharma659615@gmail.com

Coming updates :

  1. Mouse Controlling
  2. Voice Transfer features

Installation of Library :

The pip command to install ttkinter videos library for use

 pip install screensharing 

Usage :

From Server-Side (sender) :

from screensharing import server
import socket

host=socket.gethostname()
print(host)
ser=server(host)
ser.create()

From Client-Side (receiver) :

from pypi.screensharing import server_receive
  
ser=server_receive(host="Dell",port=8080)
ser.connect()

Releases :

For the updated version Latest version.

License :

Distributed under the MIT License. See LICENSE for more information.