Skip to content

Crappy Python script to generate badges for conference speakers and attendees

Notifications You must be signed in to change notification settings

tpetazzoni/pybadges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pybadges

What is this ?

Just a very quick and dirty Python script to generate badges for conference attendees and speakers.

It requires a CSV file as input, with the following format:

firstname lastname,company,role
firstname lastname,company,role
firstname lastname,company,role
firstname lastname,company,role

Typically role can be speaker, attendee, organizer or something like that.

It also requires a background image used for the badges.

Typical usage:

./pybadges -i input.csv -o output.pdf -b background.png

License

Licensed under the WTFPL license, http://sam.zoy.org/wtfpl/

About

Crappy Python script to generate badges for conference speakers and attendees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages