Simple cross-platform(?) colored terminal text in C++
🏠 Homepage
std::cout << cc::red << " red "
<< cc::yellow << " yellow "
<< cc::green << " green "
<< cc::reset << " reset"
<< std::endl;
👤 GloomyGhost-MosquitoSeal
- Website: https://gloomyghost.com/
- Twitter: @GLGH_
- Github: @YuzukiTsuru
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2020 YuzukiTsuru.
This project is Do What The F*ck You Want To Public License licensed.
https://github.com/yurablok/colored-cout/ for the nice idea.