Re: tkinter

2019-03-18 Thread Paul Sutton
On 18/03/2019 16:00, Informatico de Neurodesarrollo wrote: > Hello friends: > > I am a beginner on programming in python. > > I want make a simple program that test continuously (every 5 seg) the > connection  to internet and change the background color when are not > available. I try this , but

Re: Trying to read in data for a file to a python application

2019-02-26 Thread Paul Sutton
On 26/02/2019 15:51, Paul Sutton wrote: > Hi > > I have been trying to write a small application that is essentially user > information application. > > https://raw.githubusercontent.com/zleap/AboutMe/master/Aboutme.py > > So far I have managed to write the data generate

Trying to read in data for a file to a python application

2019-02-26 Thread Paul Sutton
Hi I have been trying to write a small application that is essentially user information application. https://raw.githubusercontent.com/zleap/AboutMe/master/Aboutme.py So far I have managed to write the data generated to a file, what I want to do now, is read this data back in when the user opens

Re: tkinter: variable width widgets in a grid?

2019-02-24 Thread Paul Sutton
On 24/02/2019 17:09, Rich Shepard wrote: > When placing widgets (e.g., Entry, Spinbox) in a grid layout can a length > (visible width) be specified? For example, a telephone extension is a > shorter > string than the number itself. > > What's a good resource (other than this mail list) for such qu