Skip to main content

convert a yaml file to a pdf resume

Project description

pyquilted

Generate Quilted™ resumes from Yaml in python. Find out more about Quilted

$ pip install pyquilted

Requirements

Pyquilted uses Wkhtmltopdf to convert html to pdf via python-pdfkit.

Install wkhtmltopdf

Debian/Ubuntu

$ sudo apt-get install wkhtmltopdf

MacOs HomeBrew

$ brew install caskroom/cask/wkhtmltopdf

Windows and other platforms:

link to wkhtmltopdf binaries

Sample

Generate a sample yaml file so that you can use it as a template for your resume

$ pyquilted --sample mysample.yml

Pdf

Convert your yaml file to a quilted resume pdf

$ pyquilted --pdf mysample.yml myresume.pdf

Custom Formatting

section formatting:

--heading-compact     use a compact heading format defaults to auto
--heading-expanded    use an expanded heading format defaults to auto
--skills-table        use a skills table to show many skills
--no-sorting          disable skills sorting
--no-grouping         disable grouping of compact sections


style: css styles to apply to resume content

--color         "color|#rgb"    css color code for your name
--font          "font"          css font for resume content
--font-other    "font"          css font override for heading/contacts
--font-size     "size"          css font size for resume content

Html

If you prefer to customize the html and then print using your browser

$ pyquilted --html mysample.yml myresume.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyquilted-0.7.4.tar.gz (22.3 kB view hashes)

Uploaded Source

Built Distribution

pyquilted-0.7.4-py3-none-any.whl (62.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page