Skip to content

WaizungTaam/Colorful-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Colorful Terminal

This is C++ library for colorful terminal output, supporting Linux and Windows.

Example:

std::cout << terminal::bold << terminal::bg::green << terminal::fg::red 
          << "Hello World"
          << terminal::reset
          << std::endl;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published