Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/staticf0x/cv-generator

A simple CV generator written in Python
https://github.com/staticf0x/cv-generator

Last synced: 3 days ago
JSON representation

A simple CV generator written in Python

Awesome Lists containing this project

README

        

# 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.