Type with ASCII in the terminal with this library! Adding Termwriter typing is an easy way to make the help, documentation, or README of your C++ project stand out. Download the termwriter.hpp
file from the GitHub Releases tab and include it in your project!
Improve the appearance of the help page
Adding ASCII typing is as easy as including the file and using the type function.
#include "termwriter.hpp"
...
Termwriter::type(<message>);
Where the message is any combination of keys on an English keyboard!
Get Termwriter up and running on your own C++ project in minutes by downloading the termwriter.hpp file