[Tutor] Re: "Big Letters".
Abel Daniel
abli at freemail.hu
Thu Jan 15 12:27:28 EST 2004
Jorge Godoy writes:
> Does anyone know of a Python module that can generate big letters as
> those seen on POS for text mode? It seems that curses can't generate
> them by itself...
Although not a python module, figlet (http://www.figlet.org/) is a nice program
which generates texts like these. You could open a pipe to it and write to
it's stdin and read from it's stdout.
--
Abel Daniel
More information about the Tutor
mailing list