YuzukiTsuru / ColorCout

Simple cross-platform(?) colored terminal text in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to ColorCout πŸ‘‹

Version License: Do What The F*ck You Want To Public License Twitter: GLGH\_

Simple cross-platform(?) colored terminal text in C++

🏠 Homepage

✨ Demo

Demo

Usage

std::cout << cc::red << " red "
          << cc::yellow << " yellow "
          << cc::green << " green "
          << cc::reset << " reset"
          << std::endl;

Author

πŸ‘€ GloomyGhost-MosquitoSeal

🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

πŸ“ License

Copyright Β© 2020 YuzukiTsuru.
This project is Do What The F*ck You Want To Public License licensed.

Reference

https://github.com/yurablok/colored-cout/ for the nice idea.

About

Simple cross-platform(?) colored terminal text in C++

License:Do What The F*ck You Want To Public License


Languages

Language:C++ 96.7%Language:CMake 3.3%