Page 1 of 1

tkinter data file(s)

Posted: Sat May 27, 2017 6:07 pm
by bserce123
Coudl someone please tell me where to look for tkinter files which store data for a running .py script using python3? Specifically, I'd like to find out first where the file is that stores Spinbox values data.

Re: tkinter data file(s)

Posted: Sat May 27, 2017 8:27 pm
by scotty101
There is no such thing as 'tkinter files', just python files.

The code itself typically stores the values of a spinbox but if the author has placed them somewhere else, there is not standard was of doing this.

Do you have a link to the code you're looking at?