Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 384 Bytes

README.rst

File metadata and controls

30 lines (16 loc) · 384 Bytes

tagstr

A package to easily tag string output from Python to the terminal.

  • Free software: MIT license

Install

git clone --depth 1 git@github.com:amano-takahisa/tagstr.git
pip install tagstr

Usage

from tagstr.tagstr import TagStr
s = TagStr('underline').underline()
print(s)