https://github.com/staticf0x/cv-generator
A simple CV generator written in Python
https://github.com/staticf0x/cv-generator
Last synced: 28 days ago
JSON representation
A simple CV generator written in Python
- Host: GitHub
- URL: https://github.com/staticf0x/cv-generator
- Owner: staticf0x
- License: mit
- Created: 2023-01-29T16:32:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T15:19:14.000Z (over 2 years ago)
- Last Synced: 2025-02-23T18:33:28.882Z (over 1 year ago)
- Language: Python
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.