It's been about 8 years since I last posted here, I think..!
I recently revisited tcl/tk and tkinter, and I revisited something I
explored back in 2013, that I thought I would share about --
It's a method of directly interacting with tcl/tk from Python code, by
three specific methods:
1. root.tk.eval
2. tk.StringVar
3. root.tk.createcommand
I've written up more detail on this page on Github, for those who are
interested in exploring:
https://github.com/LionKimbro/lions_internet_office/blob/main/2021/users/li…
Take care!