Screensharing: 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 [email protected]
- Mouse Controlling 0.0.3v
- Voice Transfer features 0.0.4v
The pip command to install sreensharing library for use
pip install screensharing
** Notes only for 0.0.2 version
# will change the import style later
import importlib
screenshare = importlib.import_module("screenshare-main")
import socket
host=socket.gethostname()
print("host : ",host)
screenshare.server(host).create()
# will change the import style later
import importlib
screenshare = importlib.import_module("screenshare-main")
screenshare.server_receive(host="Dell",port=8080).connect()
For the updated version **LATEST version.
Distributed under the MIT License. See **LICENSE for more information.