Skip to content

cazci/bulk-invitation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bulk Invitation

Steps to run

  1. Clone the project and install deps
$ pip install -r requirements.txt
  1. Export the names to a csv file

There is a sample csv file in the code

Use the same format to export invitation list. This can be easily done via google sheets

The columns are;

  • Name - The name of the invitee
  • Gender - Gender of the invitee. This is used to detect the correct cut-off value. Currently accepted values are - m, f, b
  • Group - Exported images can be grouped by this id
  1. Add the base invitation file to the project root as invitation.png

If the file is in jpeg or jpg formats, modify the filename in here accordingly

  1. Caliberate the offsets

The invitation file should have a field to be filled with the name of the invitee, similar to the following screenshot

Screenshot 2023-03-06 at 14 58 26

Update the following offset values to match the above name field

This can be easily done by adding a random value and then slowly moving it to the correct coordinates

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages