2016-05-19 12:44:11 +02:00
|
|
|
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
|
2005-10-09 00:47:43 +02:00
|
|
|
(thanks to Ka-Ping Yee).
|
|
|
|
|
2014-05-09 05:08:34 +02:00
|
|
|
WWW: http://home.gna.org/oomadness/en/editobj/index.html
|