Skip to content

TakamiChie/TkSugar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TkSugar

A module that generates a structured Tk window frame from a text file.

from tksugar.generator import Generator

gen = Generator()
gen.string = """
_Tk:
  title: "TEST Window"
  geometry: 400x300
  _Frame:
    pack:
    _Label:
      text: "Hello"
      pack:
"""
window = gen.generate()
window.mainloop()

->

demo

About

A module that generates a structured Tk window frame from a text file.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages