Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.77 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.77 KB

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++

✨ 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.