LionKimbro

Email: <LionKimbro gmail>

tkinter programs

Schematic Text Editor -- I've been working with tkinter in Python 3.1 to create a schematic text editor. The idea is to make a new medium for programming languages -- a primarily textual medium (akin to EMACS,) but that also contains lines, icons, and shapes that carry semantic meaning.

Wiki-like specification of Tk layouts -- I have written Python 3.1 code that takes a text drawing of a Tk GUI, and renders out the Tk GUI itself. I use my own peculiar object system to create it, so it is difficult to meaningfully share, but if someone expresses interest, I am happy to share the code.

For example, a GUI is specified like so:

test_gridtext_s3 = """

  X-- Image Display -------X
  |                        |
  |  *. image ..........*  |
  |  :                  :  |
  |  :                  :  |
  |  :                  :  |
  |  :                  :  |
  |  :                  :  |
  |  *..................*  |
  |                        |
  |  [..text............]  |
  |                        |
  |                  (ok)  |
  |                        |
  X------------------------X
"""


CategoryHomepage

tkinter: LionKimbro (last edited 2010-07-26 11:59:12 by localhost)