Hi,

I am new to TKinter and struggling somewhat.

I have a Python program that reads a number of temperatures from sensors in
tanks and pipework, that is working fine.  I now want to display those
temperatures, ideally a simple diagram of the pipework with boxes displaying
the values.  I don't need any user input, it just runs forever once started

My initial thought was to use a text widget for the whole page and update
the areas that show the values.

Is that the best way to do it?  Can anyone give me some pointers on
constructing the program?

Thanks

Mick
-- 
View this message in context: 
http://www.nabble.com/Newbie-question---displaying-data-tp25960335p25960335.html
Sent from the Python - tkinter-discuss mailing list archive at Nabble.com.

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to