[Tutor] Re: Printing Large Amounts of Data

Lee Harr missive at hotmail.com
Tue Dec 2 17:38:43 EST 2003


>     I recently decided to help my mother's business out by inputting =
>thousands of names and addresses into a tuple with a python program I =
>made. I then saved each entry as a cPickle object in its own file. There =
>are about 3000 objects; each having a name, title, street, city, state, =
>and zipcode field.
>     Now my mom wants me to print all these names and addresses onto =
>envelopes. I have a few ideas on how to do this but I decided it would =
>be best if I asked you guys for your advice first, before I waste a lot =
>of paper.


Printing labels is tricky. You could probably hack something up in python,
but you are probably better off doing this in a tool that has already been
created. I would recommend openoffice.org or kbarcode. Both have many
predefined label forms and can pull the data from a database -- which is
probably better way to store all of the addresses you have.

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail




More information about the Tutor mailing list