/cv-generator

A simple CV generator written in Python

Primary LanguagePythonMIT LicenseMIT

cv-generator

Installation

Required dependencies

  • Python
  • wkhtmltopdf (dnf install wkhtmltopdf)
  • Poetry (pip3 install --user poetry)

Optional dependencies

  • make
  • sass (npm install node-sass)

How to start using cv-generator

  • $ poetry shell
  • $ poetry install
  • make

Configuration

The main config file config.toml is located in root directory.