Resume Generator
Focus on the data, not the style!
Instructions
- First clone the repository by running
git clone https://github.com/ayan-b/resume-generator
or you can also download:
- Then, install all the necessary dependencies from
requirements.txt
pip install -r requirements.txt
- Check the data file at
config/data.yml
. Change it according to your profile. - Now run
moban
in your terminal to make the tex file of yout resume!1 - At last, use your favorite LaTeX editor to generate the PDF file! Alternatively you can also use some online compiler like Overleaf2.
You can also use travis for generating the PDF. Simply follow the .travis.yml
of this repo.
You can check the rendered pdf files inside the resume/pdf
folder.
TODO
Support more templates:
- Awesome-CV: https://github.com/posquit0/Awesome-CV
- Deedy-Resume: https://github.com/deedy/Deedy-Resume
Credits
The resume templates are taken from the following repositories. The original tex
files can be found inside the assets
folder.
- sb2nov-resume: https://github.com/sb2nov/resume, MIT License