Skip to content

SanderMertens/colorize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Make your C/C++ console apps prettier!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages