Skip to content

Instantly share code, notes, and snippets.

@samirsaci
Created October 1, 2022 16:54
Show Gist options
  • Save samirsaci/87fd847f529f9603d5475e6ce27344fe to your computer and use it in GitHub Desktop.
Save samirsaci/87fd847f529f9603d5475e6ce27344fe to your computer and use it in GitHub Desktop.
Graphic Automation
# Add location number
img_draw = ImageDraw.Draw(bg)
font = ImageFont.truetype('arial', 60)
img_draw.text((140, 135),'{}'.format(row['Location']),(0,0,0),font=font, stroke_width=1,
stroke_fill="black")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment