Metadata-Version: 2.4
Name: textdecorator-faiz
Version: 0.1.0
Summary: Terminal text decorator
Author: Faiz Inamdar
Description-Content-Type: text/markdown

# textdecorator-faiz

A small Python package to decorate terminal text.

## Install
pip install textdecorator-faiz

## Use
from textdecorator import box, success, error

box("Hello")
success("Done")
error("Failed")
