Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaoxiae/cv
A neat CV generator. Supports HTML, PDF and LaTeX.
https://github.com/xiaoxiae/cv
generator html pdf python
Last synced: about 2 months ago
JSON representation
A neat CV generator. Supports HTML, PDF and LaTeX.
- Host: GitHub
- URL: https://github.com/xiaoxiae/cv
- Owner: xiaoxiae
- License: gpl-3.0
- Created: 2020-10-14T20:41:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T16:00:07.000Z (11 months ago)
- Last Synced: 2024-02-08T17:00:52.818Z (11 months ago)
- Topics: generator, html, pdf, python
- Language: Python
- Homepage:
- Size: 178 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CV
The repository for my (or yours, if you fork this 😉) CV. Supported export formats are:
- **LaTeX** (requires `pandoc` + `markdown` Python package)
- **PDF** (requires `pandoc` + `markdown` Python package + `lualatex`)
- **HTML** (requires `pandoc` + `markdown` Python package)Input is the `cv.yaml` file, the format is pretty self-explanatory. The strings themselves are in Markdown (with some HTML tags here and there), since it's quite a nice format to write reasonably in.
## Preview
![A preview of a generated CV.](preview.png)