Metadata-Version: 2.1
Name: print_clear
Version: 1.0.0
Summary: A tiny CLI used for quoting input lines
License: GPL
Project-URL: Homepage, https://github.com/zwimer/print_clear
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: termcolor

# print\_clear

A tiny CLI tool used to print strings without ambiguity.

It does so by printing out its argument with the numbers colored.

## Example

<style>makered{color:red;}</style>

For example running `print-clear ablab1abOab0` will produce:
ablab<makered>1</makered>abOab<makered>0</makered>
