Changes

Jump to: navigation, search

Addon:Python Shell Gramplet

No change in size, 22:24, 26 October 2014
no edit summary
=== Developers ===
Another use for this Gramplet is for debugging. This gramplet makes a nice interface to the running GRAMPS Gramps system. You can inspect, and alter the system by entering Python commands. As a simple example, you can:
> self.clear_text() # clear the text in this window
[...]
You can use the Python Shell to interact with people from your database and test GRAMPS Gramps functions:
> person = db.get_person_from_gramps_id("I01284")

Navigation menu