Automatically generate ATS-friendly resumes as PDF or Markdown.
Project description
autoResumeX
autoResumeX is a Python library that automatically generates ATS-friendly resumes in PDF or Markdown format using Jinja2 templates.
Created and maintained by Ganeshamoorthy
Email: ganeshms1110@gmail.com
LinkedIn: www.linkedin.com/in/ganeshamoorthy-s-8466b7332
🚀 Features
- Auto-generate clean professional resumes
- ATS-friendly structure (simple HTML + text)
- Add unlimited skills, projects, experience, education
- Export:
- ✅ PDF (via WeasyPrint)
- ✅ Markdown
- Includes 2 resume templates:
ats_basicmodern_clean
📌 Installation
🧑💻 Usage Example
from autoresumex import generate
profile = {
"name": "Ganeshamoorthy",
"contact": "ganeshms1110@gmail.com | www.linkedin.com/in/ganeshamoorthy-s-8466b7332",
"skills": ["Python", "SQL", "Pandas"],
"projects": [
{"title": "autoResumeX", "description": "Resume generator library"},
{"title": "Sales Dashboard", "description": "Automated dashboard using Python"}
]
}
generate(profile, template="ats_basic", save="resume.pdf")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autoresumex-0.1.0.tar.gz.
File metadata
- Download URL: autoresumex-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92369f023514d40e810c149ca918c5c975fd022ad320fba25e9b793f63e4cff2
|
|
| MD5 |
676cc61b9ce16b3ee566c06a9a0cfabf
|
|
| BLAKE2b-256 |
2572912545fd18aeb634e03f3474d005275f2c36ccfd55573c174df498e80330
|
File details
Details for the file autoresumex-0.1.0-py3-none-any.whl.
File metadata
- Download URL: autoresumex-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
681d8c551fb7f66eb504c26acbd69d73e66eeb6ec899b1e1df76cc9c2d8f7e89
|
|
| MD5 |
028473b3791c1a8f4f9b73ebd7f013a5
|
|
| BLAKE2b-256 |
d6951ac664d3f923e12e5d7042318242fff328ad5ecee514b9e71c6db5297255
|