PythonPS

Python PS is a Python-module that helps generating PostScript documents. The module interface is object oriented which suits the purpose well. Pages, texts and images are handled as objects which can be added to each other.

Basic layout management is handled with layout containers that can contain other objects. Containers can of course contain containers.

What can I do with Python PS?
Python PS helps generating PostScript from your Python-programs. What you can do with Python PS is much up to your imagination. Examples can be reports for economical systems, summaries of your computer systems, autogenerated magazines, books and so on.

Here is a list of current features:

Examples
Below are some examples of python code and the Postscript code they generate.

Download Python PS

Documentation
I will write documentation for Python PS in some future.

License
Purp is of course released under Gnu General Public Licence (GPL).