Like Figlet but puts the text in a box


Keywords
commands, utilities, cli, python-script, python3
License
MIT
Install
pip install boxie==1.3.1

Documentation

boxie

Mit License Icon Code Style Total Lines CodeQL Pylint Repo Size PyPi Version Total Downloads

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

Screenshot

LICENSE

This project is licensed under the MIT License.