hjoin 0.2.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

hjoin 0.2.0

Early-stage code for horizontal text joining. That means obeying
the line breaks and implicit columns in the given strings,
rather than simply appending them linearly.
from hjoin import *
from colors import *

r = red('this perhaps\nand\nthat')
b = blue('and\none\nmore\nthing')
g = green('yet\nanother\n')
print(hjoin([r, b, g]))

Notes

This module is not ready for prime time. It’s currently
published solely to enable distributed testing (CI pipeline).
You shouldn’t use it, depend on it, or expect anything
specific from it. Especially don’t expect its API will remain
constant.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.