Basic TKinter GUI format in python
Wednesday, July 23rd, 2008 by webstersprodigyThough there are many ways to format your gui code, the following seems to work well for me. It is not pretty, but the important thing is just how I laid it out. Basically, I like making a subclass of frame for almost everything.