ink is a simple Python tool that converts text to ASCII art. It can be used both from the command line and imported into other Python scripts.
-
Make sure you have Python 3 and
pipinstalled. -
Clone this repository or download the files.
-
Navigate to the project directory in your terminal:
cd ink_project -
Install the package in editable mode:
pip install -e .
Basic usage:
ink "Your Text Here"