/libPrettyPrint

This is a java library for managing ANSI Escapes and Prints.

Primary LanguageJava

libPrettyPrint

This is a Java library for using ANSI Escape Sequences more easily when Printing.

For more info on ANSI Escape Codes: see here (Wikipedia)

Testing

the file nz.akb.lib.pretty_print.test.Test contains a main() Method to test the features of this library

Text

Bold and Faint

You can use ANSI.BOLD to make your text Bold and ANSI.FAINTto make it faint (opposite of bold).