I need to put some text over a PNG image in Python, I need to put another image too over the first one.
So I\'ll have a base image (the same for every image created), a
PIL is one approach. You might also look at ImageMagick, which also supports compositing images and putting text into images (and lots of other stuff).
There's a python interface to ImageMagick through PythonMagick.