Page builder script

tool for generating and preparing a web page (currently an eBay auction)

Description

You are looking at a mint-in-box 2007 Python script from.. wai--what?

Sorry about that. Anyway, I was tired of writing a bunch of repetitive HTML by hand to list a bunch of stuff on eBay, so I wrote this small Python script which does two things:

It doesn't do anything much fancier than that, it simply assists me with the (in my opinion) most tedious parts of putting a bunch of similar pages together.

How does it work?

You'll need PIL (for manipulating images) and Genshi (for generating XHTML) for this to work. Both easy_install quite nicely (easy_install PIL, easy_install genshi).

Download