Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/staticf0x/cv-generator
- Owner: staticf0x
- License: mit
- Created: 2023-01-29T16:32:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T15:19:14.000Z (10 months ago)
- Last Synced: 2024-04-24T05:26:01.550Z (9 months 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.