All Projects → SanderMertens → colorize

SanderMertens / colorize

Licence: other
Make your C/C++ console apps prettier!

Programming Languages

c
50402 projects - #5 most used programming language

colorize

Pull your strings through one simple function to make them pretty!

Getting started

Simply compile the project with:

gcc colorize.c -o colorize

and then run it with:

./colorize

Embed it in your own project

You only need to call a single function to colorize your strings. Simply copy colorize.c in your project, and call it like this:

char *msg = colorize("My 'pretty' colorized string");
printf("%s\n", msg);
free(msg);

Example

Example

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].