Automations¶
All r10n automations are listed below. Click any card to view the full guide with copy-paste examples.
Contacts
Generate VCF contact cards from phone numbers
Fill PDFs
Fill PDF templates with data from CSV/TXT files
Images
Optimize and convert images to WebP format
Website Images
Download website images into page folders
Logos
Download company logos from SVGL
Email
Send bulk personalized emails with attachments
Colors
Convert CSS color codes to oklch() format
Rename Files
Batch rename files with patterns and transformations
Validate CSV
Validate CSV files against schemas
Markdown to PDF
Convert Markdown files to PDF
Quick Reference¶
| Automation | Command | Description |
|---|---|---|
| Contacts | r10n contacts |
Generate VCF from phone numbers |
| Fill PDFs | r10n fill-pdfs |
Fill PDF templates with data |
| Images | r10n images |
Optimize images to WebP |
| Website Images | r10n website-images |
Download images into page folders |
| Logos | r10n logos |
Download company logos from SVGL |
r10n email |
Send bulk emails | |
| Colors | r10n colors |
Convert CSS to oklch() |
| Rename Files | r10n rename |
Batch rename files |
| Validate CSV | r10n validate |
Validate CSV files |
| Markdown to PDF | r10n md2pdf |
Convert Markdown to PDF |
Run Any Automation Instantly¶
No installation required:
Examples:
# Generate contacts
uvx --from git+https://github.com/pruthivithejan/r10n.git r10n contacts
# Optimize images
uvx --from git+https://github.com/pruthivithejan/r10n.git r10n images
# See all commands
uvx --from git+https://github.com/pruthivithejan/r10n.git r10n --help