Skip to content

cocoroutine/pyquilted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate Quilted™ resumes from Yaml in python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published