Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 551 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 551 Bytes

Email Signature Generator

This Python script dynamically generates personalized email signature files based on user data. It takes names and photo URLs from a JSON file, applies them to an HTML template, and outputs individual HTML files for each user.

Requirements

  • Python 3.x
  • unidecode library

To install unidecode, run:

pip install unidecode

Files

  • script.py: The script for generating signatures.
  • data.json: JSON file containing user data (names and photo URLs).
  • template.html: HTML template for the email signature.