Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.71 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.71 KB

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