[Tex/LaTex] What’s a good typewriter template

charactersfontstemplatestext-decorationstypewriter

I'm searching for a template which makes a document look like it's written with a real typewriter. Ideally, this means it's not only in mono-spaced font, but the hyphenation is adjusted accordingly. Also, some randomness would be nice (e.g. some characters more bold than others), so that it looks more natural.

Best Answer

Best package for the job is manuscript

\documentclass{article}
\usepackage{manuscript,lipsum}
\begin{document}
\lipsum[1-3]
\end{document}

output