0 purchases
command2img 0.3.1
command2img
Motivation
This program was developed from the need I had to capture the output of a program as an image to insert into a report.
Install
To install it, you can use the python package manager:
pip install command2img
Update
pip install --upgrade command2img
Uninstall
pip uninstall command2img
Examples
using exa (tree):
exa --tree --icons | py -m command2img
using date:
date | py -m command2img -bt 0 -tf white
using echo:
echo -n "Example echo" | py -m command2img -fs 50 -m 15 -ff ~/Inspiration-Regular.ttf
using cat:
cat README.md | py -m command2img -bc "black" -tf "white"
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.