wakanapo / TextColoring

Coloring output text in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextColoring

Coloring output text in C++.

Usage

  1. Include "text_coloring.h"

  2. Use coloringText("text you want to colorize", COLOR)

example:

std::cerr << coloringText("SUCCESS!", GREEN) << std::endl;
std::cerr << coloringText("Error!", RED) << std::endl;

Color Variation

color example

About

Coloring output text in C++.

License:MIT License


Languages

Language:C++ 100.0%