sharing your screen with other users in realtime
Project description
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 :
- Mouse Controlling
- 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
screensharing-0.0.2.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file screensharing-0.0.2.tar.gz
.
File metadata
- Download URL: screensharing-0.0.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c359aa662eedb3753d41a4b4bd215d93bbe0ab5e2d9ea591e730f2560028368b |
|
MD5 | 26e9524f7f983b3dcabd09355f0281dd |
|
BLAKE2b-256 | 4baa4dfeebbbf37eb95de7a7711be68ff28b07d624f7c9ed3fa1d498c91c4dbb |
File details
Details for the file screensharing-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: screensharing-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ece0737a7381ff0b118a7cf6d0a8a78038c83545f2be37498df17638739e670a |
|
MD5 | 42bb22eb6840d964474a0e56d0d85dcd |
|
BLAKE2b-256 | 9c7f3138f8aea6fe350ed4b2ef65c2ed0acce62621749891826851a6c1e5ae9b |