DESCRIPTION
Project description
bw_libs
Under construction! Not ready for use yet! Currently experimenting and planning!
Developed by Florian Dedov from NeuralNine (c) 2020
Examples of How To Use (Buggy Alpha Version)
Creating A Server
from bw_libs import StreamingServer
server = StreamingServer('127.0.0.1', 9999)
server.start_server()
# Other Code
# When You Are Done
server.stop_server()
Creating A Client
from bw_libs import CameraClient
from bw_libs import VideoClient
from bw_libs import ScreenShareClient
# Choose One
client1 = CameraClient('127.0.0.1', 9999)
client2 = VideoClient('127.0.0.1', 9999, 'video.mp4')
client3 = ScreenShareClient('127.0.0.1', 9999)
client1.start_stream()
client2.start_stream()
client3.start_stream()
Check out: https://www.youtube.com/c/NeuralNine
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bw_libs-0.1.3.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bw_libs-0.1.3.tar.gz.
File metadata
- Download URL: bw_libs-0.1.3.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2900143c6aac0b180a1545289cc52362a12e968e972da0c0faf37005e7028482
|
|
| MD5 |
c964127006f55b877ca5b7191ffbdf13
|
|
| BLAKE2b-256 |
3735208cbbb12d6c898baebb8ddaab438598595ff6fde2d9583467652216ecce
|
File details
Details for the file bw_libs-0.1.3-py3-none-any.whl.
File metadata
- Download URL: bw_libs-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d62775aeecce97821f5c40e0570a49af26bd0782d82927953b732d210762e36b
|
|
| MD5 |
80e6f5b66210f1575daa7c3cba79d7ee
|
|
| BLAKE2b-256 |
07d3db4de439e29f4055a52adaf7c7d2f3d2e0a70557259bee3386135e6ae79b
|