boxie

📦 Like Figlet but puts the text in a box

MIT License

Downloads
151
Stars
10
Committers
1

boxie

A command line utility to put text in a box.

Installation

pip install boxie

To get the last version:

pip install git+https:/github.com/UltiRequiem/boxie

If you are on Linux you may need to use sudo to access this globally.

Usage

boxie "Hello World"

Or...

python -m boxie "Hello World"

Or in your code:

from boxie import boxier

boxier("Hello World")

Screenshot

LICENSE

This project is licensed under the MIT License.