Skip to content

Repository to create badges for the attendees of conference/workshop

License

Notifications You must be signed in to change notification settings

lpryszcz/badges

Repository files navigation

badges

Repository to create badges for the attendees of conference/workshop. The process is described in details at https://bioinfoexpert.com/?p=907

# if you need to generate random passwords
./get_usernames.py participants.txt

# generate pdf with badges - it'll be saved as badges.svg.pdf
./tsv2badges.py badges.svg participants.txt.badges.tsv
# clean-up
rm badges.svg*svg.pdf

# you can create user accounts easily if needed
while read line; do if [ ! -d `echo $line | cut -f6 -d":"` ]; then echo $line; echo $line | sudo newusers; fi; done < participants.txt.newusers

Dependencies

sudo apt install inkscape

About

Repository to create badges for the attendees of conference/workshop

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages