Skip to content

vishal24102002/screensharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

screensharing

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]

Coming updates :

  1. Mouse Controlling
  2. 0.0.3v
  3. Voice Transfer features
  4. 0.0.4v

Installation of Library :

The pip command to install sreensharing library for use

 pip install screensharing 

Usage :

** Notes only for 0.0.2 version

From Server-Side (sender) :

# 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()

From Client-Side (receiver) :

# will change the import style later
import importlib
screenshare = importlib.import_module("screenshare-main")

screenshare.server_receive(host="Dell",port=8080).connect()

Releases :

For the updated version **LATEST version.

License :

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages