Contents

Chapter 1

Features

This chapter covers the core features and capabilities of Signature Generator.

Features

  • 4 built-in templates — Professional, Minimal, Bold, and Startup styles
  • Table-based HTML — Compatible with every email client (yes, even Outlook)
  • Social links — Twitter, LinkedIn, GitHub, website, and custom URLs
  • Batch mode — Generate signatures for your entire team from a JSON config
  • Custom branding — Brand colors, taglines, pronouns, and logo URLs
  • XSS-safe — All user input is HTML-escaped before rendering
  • Single-file output — Each signature is a self-contained HTML snippet

Requirements

  • Python 3.10+
  • No external dependencies (stdlib only)
Chapter 2

Quick Start

Follow this guide to get Signature Generator up and running in your environment.

Quick Start

bash
# Generate a signature using the default template
python src/signature_generator.py --config examples/signature_config.json

# Use a specific template
python src/signature_generator.py --config examples/signature_config.json --template minimal

# Save to file
python src/signature_generator.py --config examples/signature_config.json --output my_sig.html

# List available templates
python src/signature_generator.py --list-templates

# Batch mode — generate for all team members
python src/signature_generator.py --config examples/signature_config.json --output-dir sigs/

Config File Format

json
{
  "name": "Alex Johnson",
  "title": "Senior Developer",
  "company": "Acme Corp",
  "email": "alex@acme-corp.example.com",
  "phone": "+1 (555) 123-4567",
  "website": "https://acme-corp.example.com",
  "pronouns": "they/them",
  "tagline": "Building the future, one commit at a time",
  "brand_color": "#2563EB",
  "social": [
    {"platform": "twitter", "url": "https://twitter.com/example"},
    {"platform": "linkedin", "url": "https://linkedin.com/in/example"},
    {"platform": "github", "url": "https://github.com/example"}
  ]
}
Chapter 3
🔒 Available in full product

Available Templates

Chapter 4
🔒 Available in full product

License

You’ve reached the end of the free preview

Get the full Signature Generator and unlock everything.

All Chapters

Get the complete guide with every chapter unlocked, including code samples, diagrams, and best practices.

Full Tool Suite

Access all interactive tools with complete data, all workload profiles, and the full scenario library.

Source Files

Downloadable source code, configuration files, and working examples from every chapter.

Lifetime Updates

Free updates for life. Every new chapter, tool, and improvement included.

Buy Now — $19 →
📦 Free sample included — download another copy for the full product.
Signature Generator v1.0.0 — Free Preview