Giter Site home page Giter Site logo

arashout / resumegenerator Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 3.0 910 KB

Generate your CareerCup resume from your JSON resume!

License: MIT License

HTML 58.48% Python 34.72% Makefile 4.94% Nix 1.86%
json json-resume python jinja2 html css sass careercup mcdowell-cv

resumegenerator's Introduction

ResumeGenerator

Generate a PDF resume formatted as perscribed by Gayle McDowell from CareerCup, author of Cracking The Coding Interview using a YAML schema. Here's a preview preview of resume generated

Instructions

Setup resume.yaml

See the example resume.platf.yaml in the resumes/ directory.

Clone Repo and Install Requirements

The next step is to clone the repository and install the requirements

git clone https://github.com/arashout/ResumeGenerator.git
cd ResumeGenerator
pipenv install

Also note you have to install wkhtmltopdf

Using Nix

nix-shell pip-shell.nix
# Inside Nix Shell
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python3 main.py resumes/resume.platf.yaml -o output/test.pdf

Generate PDF resume from command-line

You can generate your pdf resume by running (inside the cloned repo)

pipenv shell
python3 main.py resume.yaml -o 'path/for/pdf/output'

Optionally you can anonymize your PDF by supplying a second argument

pipenv shell
python3 main.py resume.yaml -o 'path/for/pdf/output' -a 'path/to/anon_data.yaml'

Where anon_data.yaml is a dictionary where the keys are sensitive information you want to replace and the values are generic text to replace them with e.g.

    "Arash Outadi": "First Last" 
    "[email protected]": "[email protected]"
    UBC: UA
    "University of British Columbia": "University of Anons"

    London: UKCity
    Vancouver: CADCity
    BC: CADProv

    Ravelin: Fintech Startup
    Andritz: Pulp & Paper
    "Canadian Logistics": "Logistics Company"

CareerCup Template

If you don't really care about the CLI tool and just want the HTML template, navigate to the CareerCup directory and you'll find the Jinja2 HTML template and the styles.css stylesheet.

Examples

An example of a resume is inside resumes folder

resumegenerator's People

Contributors

arashout avatar dependabot[bot] avatar edtan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.