Module torpido.tools

Expand source code
from torpido.tools.ffmpeg import *
from torpido.tools.logger import *
from torpido.tools.watcher import *

Sub-modules

torpido.tools.ffmpeg

Utility functions to run subprocess with generated FFmpeg queries. Function to build the commands live here.

torpido.tools.logger

Main logger class to print to console based on the modes selected or passed. Utility modes support ASCII color formats …

torpido.tools.watcher

Module to watch the CPU and RAM usage as a part of showing the current usage by the product. Not using any modules… But running some commands on the …