On Mon, 23 Jul 2018, John Pote wrote:
So I thought it might be quick and easy to do something with curses to keep the title line visable while the numbers roll up the screen. But alas I'm a Windows user and the 'curses' module is not in the Windows standard library for Python.
John, I don't recall if urwid <ur...@excess.org/> supports windows, but it has more display and UI capabilities than either curses or ncurses. Urwid is a console widget library for python. HTH, Rich -- https://mail.python.org/mailman/listinfo/python-list