Are there Python modules that allow a program to write to the screen?

Grant Edwards grant.b.edwards at gmail.com
Mon Apr 26 10:16:56 EDT 2021


On 2021-04-26, Stephen Tucker <stephen_tucker at sil.org> wrote:

> I have old software written in GWBASIC that I use to plot diagrams on the
> screen.

Pygame is probably the closest thing to what you're describing. If you
want to produce professional looking plots from data, then matplotlib
or one of the Gnuplot wrappers (pyGnuplot, py-gnuplot, Gnuplot.py) are
the most obvious choices.

--
Grant




More information about the Python-list mailing list