Skip to content

PyTexResume is a Python-based resume generator that utilizes LaTeX for high-quality, customizable PDF output. It supports the installation and management of templates from GitHub repositories and provides a simple CLI for generating resumes based on YAML configuration files.

Notifications You must be signed in to change notification settings

EvensXia/pytexresume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTexResume

PyTexResume is a Python-based resume generator that utilizes LaTeX for high-quality, customizable PDF output. It supports the installation and management of templates from GitHub repositories and provides a simple CLI for generating resumes based on YAML configuration files.

Features

  • Generate professional resumes using LaTeX templates.
  • Supports multiple templates and easy switching.
  • Install and manage resume templates from remote repositories.
  • YAML-based configuration for defining resume content.

Installation

apt install texlive-full git # texlive-full is needed, git only in usage of install templates
python -m pip install pytexresume

Usage

pytexresume list  # list all templates
pytexresume install https://path/to/your/template/repo.git # install template from git link
pytexresume remove template_name # remove template installed
pytexresume gen /path/to/your/resume.yaml # as assets/example.yaml

Resume

see assets/example.yaml

Template

create your own Template as pytexresume/templates/en_simple

About

PyTexResume is a Python-based resume generator that utilizes LaTeX for high-quality, customizable PDF output. It supports the installation and management of templates from GitHub repositories and provides a simple CLI for generating resumes based on YAML configuration files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages