A package to easily tag string output from Python to the terminal.
- Free software: MIT license
git clone --depth 1 [email protected]:amano-takahisa/tagstr.git
pip install tagstr
from tagstr.tagstr import TagStr
s = TagStr('underline').underline()
print(s)