👨💻🛠️🔥⌛🏃📦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
Hashes for cratex-0.0.7-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8c651f9ddf76e7cb434100683d825214cfbea5d79ba18d9c7439fba6a85de90 |
|
MD5 | 6b3aa77f4d776276f6f588b1742c56fc |
|
BLAKE2b-256 | 65bd78156ddc2fa2b09b50fc993feebe4b3025d97922f3678f41b43b0327e2ac |