# 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 :
<ol>
<li> Mouse Controlling </li>
<li> Voice Transfer features </li>
</ol>
## Installation of Library :
The pip command to install ttkinter videos library for use
<pre><code> pip install screensharing </code></pre>
## Usage :
### From Server-Side (sender) :
<pre lang='sh'>
from screensharing import server
import socket
host=socket.gethostname()
print(host)
ser=server(host)
ser.create()
</pre>
### From Client-Side (receiver) :
<pre lang='sh'>
from pypi.screensharing import server_receive
ser=server_receive(host="Dell",port=8080)
ser.connect()
</pre>
## Releases :
For the updated version <b><a href="">Latest</a></b> version.
## License :
Distributed under the MIT License. See <b><a href="https://github.com/Vishal24102002/screensharing/blob/main/LICENSE"> LICENSE </a></b>for more information.
Raw data
{
"_id": null,
"home_page": null,
"name": "screensharing",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "screen-sharing, screen-casting, casting, display-sharing, realtime-screensharing, realtime casting, video sharing",
"author": "Vishal Sharma, Raj kumar",
"author_email": "vishalsharma659615@gmail.com, rky1524@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/4b/aa/4dfeebbbf37eb95de7a7711be68ff28b07d624f7c9ed3fa1d498c91c4dbb/screensharing-0.0.2.tar.gz",
"platform": null,
"description": "# Screensharing\r\nScreenshare: Python module for sharing/casting your screen with others in realtime with\r\nfast & accurate casting. Works best when connected to same network Copyright \u00c2\u00a9 2024 Coder-wis\r\n<vishalsharma659615@gmail.com>\r\n\r\n## Coming updates :\r\n<ol>\r\n <li> Mouse Controlling </li>\r\n <li> Voice Transfer features </li>\r\n</ol>\r\n\r\n## Installation of Library :\r\nThe pip command to install ttkinter videos library for use\r\n<pre><code> pip install screensharing </code></pre>\r\n\r\n## Usage :\r\n\r\n### From Server-Side (sender) :\r\n<pre lang='sh'>\r\nfrom screensharing import server\r\nimport socket\r\n\r\nhost=socket.gethostname()\r\nprint(host)\r\nser=server(host)\r\nser.create()\r\n</pre>\r\n\r\n### From Client-Side (receiver) :\r\n<pre lang='sh'>\r\nfrom pypi.screensharing import server_receive\r\n \r\nser=server_receive(host=\"Dell\",port=8080)\r\nser.connect()\r\n</pre>\r\n\r\n## Releases :\r\nFor the updated version <b><a href=\"\">Latest</a></b> version.\r\n\r\n## License :\r\nDistributed under the MIT License. See <b><a href=\"https://github.com/Vishal24102002/screensharing/blob/main/LICENSE\"> LICENSE </a></b>for more information.\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "sharing your screen with other users in realtime",
"version": "0.0.2",
"project_urls": null,
"split_keywords": [
"screen-sharing",
" screen-casting",
" casting",
" display-sharing",
" realtime-screensharing",
" realtime casting",
" video sharing"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9c7f3138f8aea6fe350ed4b2ef65c2ed0acce62621749891826851a6c1e5ae9b",
"md5": "42bb22eb6840d964474a0e56d0d85dcd",
"sha256": "ece0737a7381ff0b118a7cf6d0a8a78038c83545f2be37498df17638739e670a"
},
"downloads": -1,
"filename": "screensharing-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "42bb22eb6840d964474a0e56d0d85dcd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 4358,
"upload_time": "2024-08-06T00:58:38",
"upload_time_iso_8601": "2024-08-06T00:58:38.866881Z",
"url": "https://files.pythonhosted.org/packages/9c/7f/3138f8aea6fe350ed4b2ef65c2ed0acce62621749891826851a6c1e5ae9b/screensharing-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4baa4dfeebbbf37eb95de7a7711be68ff28b07d624f7c9ed3fa1d498c91c4dbb",
"md5": "26e9524f7f983b3dcabd09355f0281dd",
"sha256": "c359aa662eedb3753d41a4b4bd215d93bbe0ab5e2d9ea591e730f2560028368b"
},
"downloads": -1,
"filename": "screensharing-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "26e9524f7f983b3dcabd09355f0281dd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 4125,
"upload_time": "2024-08-06T00:58:40",
"upload_time_iso_8601": "2024-08-06T00:58:40.934148Z",
"url": "https://files.pythonhosted.org/packages/4b/aa/4dfeebbbf37eb95de7a7711be68ff28b07d624f7c9ed3fa1d498c91c4dbb/screensharing-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-06 00:58:40",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "screensharing"
}