Skip to content

konvergo-apps/konvergo-signature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

// Konvergo signature for emails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published