Python Forum

Full Version: Pretty table and curses?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there.

I have a project where I need to use Curses, I have to provide a professional look and feel. I'm pulling data from a number of temperature sensors and showing them in a table. Up to now I've been throwing a database table at prettytable. I'm a big fan of prettytable, it does a hell of a lot and does it all very robustly.

However, i can't think of a way to 'pipe' it through curses. If anyone has done thin could you please give me a couple of pointers or a small example?

Many thanks.