blob: ec16f037ec6b9cefbec58e4bc54b92d40a6ce706 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
EditObj can create and display a Tkinter dialog
box for editing any Python object (similarly to
what Java call a Bean editor, but for Python object).
EditObj is a usefull tool for writing (text or
non-text) editors of all kinds, including GUI editor,
3D editor,... It also includes a Python console
(thanks to Ka-Ping Yee).
WWW: http://home.gna.org/oomadness/en/editobj/index.html
|