This repository contains my personal CV generated with RenderCV. RenderCV is a Python application to create a
Click here to see the current version of my CV in .PDF format!
-
Install Python 3.10 or newer.
-
Run the command below in a terminal to install RenderCV.
pip install rendercv
-
Run the command below to generate starting input files.
rendercv new "Full Name"
-
Edit the contents of Full_Name_CV.yaml in your favorite editor (tip: use an editor that supports JSON Schemas. I used Sublime for example).
-
Run the command below to generate your CV.
rendercv render Full_Name_CV.yaml
For more instructions, refer to the RenderCV website or their PyPi site.
RenderCV generates rich output including .HTML, .MD, .PDF, .PNG and .TEX files. Check the rendercv_output directory for this.
I wanted to thank the RenderCV contributors for their tool, Tanmayee Narendra for recommending this tool and Radoslav Krivák for suggesting I make this repository.