[Tkinter-discuss] tkinter Direct Injection

Lion Kimbro lionkimbro at gmail.com
Sun Sep 19 02:20:28 EDT 2021


  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/lion/entries/2021-09-18_tkinter-direct.md

  Take care!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/tkinter-discuss/attachments/20210918/374911ae/attachment.html>


More information about the Tkinter-discuss mailing list