👨💻🛠️🔥⌛🏃📦Python bindings for the Qt cross platform application
Project description
vidstream
📦 dfsd
👨💻🛠️🔥⌛🏃📦Python bindings for the Qt cross platform application \ntoolkit thank you !
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)
// To call gui
odc call CLI # or ( odc.CLI ) ==> To call CLI
odc call gui # or ( odc.gui ) ==> To call GUI
odc call web # or ( odc.web ) ==> To call WEB
search
<input>
<button>
search
</button>
</input>
from vidstream import StreamingServer
server = StreamingServer('127.0.0.1', 9999)
server.start_server()
# Other Code
server.stop_server() #--> When You Are Done
// Creating A Client
odc call gui #-> odc.gui
from vidstream import CameraClient
from vidstream import VideoClient
from vidstream 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
markdown_code_exec Execute Python code in Markdown files and captures the output
Copyright 2022 Sebastiaan Mathôt
Command-line usage usage: markdown_code_exec.py [-h] [-i INPUT] [-o OUTPUT]
optional arguments: -h, --help show this help message and exit -i INPUT, --input INPUT input markdown file -o OUTPUT, --output OUTPUT output markdown file
Function reference markdown_code_exec.parse_text(md)
Takes a str containing markdown text, finds code blocks in the markdown, executes these code blocks and captures the output, and then embeds the captured output in the markdown.
Parameters md: str : The input markdown string Returns str The compiled markdown string
markdown_code_exec.parse_file(src, dst)
Takes a markdown input file, executes code blocks while capturing output and writes the result to a new output file.
src: str The full path to the input file dst: str The full path to the output file
License GNU General Public License 3
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 Distributions
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 cratex-0.123.0-py2.py3-none-any.whl.
File metadata
- Download URL: cratex-0.123.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f5f45677bcd59c10c153797b5d0177a64345608803121255e4d8336f0a152a0
|
|
| MD5 |
f3c3a727a547e7c936bd2c51c9edd932
|
|
| BLAKE2b-256 |
8d742e7d10fd111e5188ffa05361e7658c4bbc4e3af55d835016c6053044b67d
|