Newbie: How Can I Print To Specific Screen Locations.

Matthew Dixon Cowles matt at mondoinfo.com
Thu Oct 5 12:02:30 EDT 2000


On Thu, 05 Oct 2000 15:43:02 GMT, jbranthoover at my-deja.com
<jbranthoover at my-deja.com> wrote:

>Hello All,
>I am looking a way to print at specific screen locations under
>Python.  Possibly by controlling the cursor location?  Is there a
>module that will let me do this screen printing?

Have a look at the curses module. There's documentation at:

http://www.python.org/doc/current/lib/module-curses.html

I forget whether it's built by default.

Regards,
Matt



More information about the Python-list mailing list