$4.99
Python script that generates professional HTML email signatures from JSON config files. Keep branding consistent across your whole team — generate signatures for everyone from one template.
# Generate a single signature
python signature_generator.py --config config.json --template professional
# Batch generate for a team
python signature_generator.py --config team.json --template modern --output-dir ./sigs
# Preview in browser
python signature_generator.py --config config.json --preview