0.0.2 • Published 2 years ago

rgb-interface v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

color-format

Adds the "printc" method, which is an entire interface in its own right. The "printc" method derives is nomenclature from the well known "printf" method that is included in several OOP style languages. The newer "printc" (which is only available through this package) allows the programmer using it to format a string using interpolated dynamic values, which is what printf does. Where the two differ, is "printc" allows the user to format, not just the string, but the text that is displayed in the terminal. Ofcourse it leverages old ANSI standards to do this.