
Research
/Security News
60 Malicious Ruby Gems Used in Targeted Credential Theft Campaign
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
resume-cli-generator
Advanced tools
A simple and elegant command-line tool to generate professional resumes in PDF format. No design skills required - just provide your information and get a beautifully formatted resume!
pip install resume-cli-generator
The tool uses WeasyPrint for PDF generation, which requires some system dependencies:
Ubuntu/Debian:
sudo apt-get install build-essential python3-dev python3-pip python3-setuptools python3-wheel python3-cffi libcairo2 libpango-1.0-0 libpangocairo-1.0-0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info
macOS:
brew install cairo pango gdk-pixbuf libffi
Windows:
After installation, simply run:
resume-generator
The tool will guide you through entering your information:
🚀 Welcome to Resume CLI Generator!
=== Resume CLI Generator ===
Full Name: John Doe
Email: john.doe@email.com
Phone: +1-234-567-8900
LinkedIn URL: https://linkedin.com/in/johndoe
GitHub URL: https://github.com/johndoe
Profile Summary: Experienced software developer with 5+ years...
Enter education details (type 'done' as degree to finish):
Degree: Bachelor of Science
Field of Study: Computer Science
Institution: University of Technology
...
✅ Resume generated successfully!
📄 PDF: resume.pdf
🌐 HTML: resume.html
💾 Resume data saved to: resume_data.json
The tool generates three files:
resume.pdf
: Your professional resume in PDF formatresume.html
: HTML version for web viewingresume_data.json
: Your input data for future editingThe generated resume includes:
git clone https://github.com/yourusername/resume-cli-generator.git
cd resume-cli-generator
pip install -e .
python setup.py sdist bdist_wheel
pip install twine
twine upload dist/*
If you encounter issues with WeasyPrint installation:
Contributions are welcome! Please feel free to:
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions:
FAQs
A CLI tool to generate professional resumes in PDF format
We found that resume-cli-generator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.