• Stars
    star
    561
  • Rank 79,400 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created over 4 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Write your resume in Markdown, style it with CSS, output to HTML and PDF

resume.md

Resume

Write your resume in Markdown, style it with CSS, output to HTML and PDF.

Prerequisites

  • Python β‰₯ 3.6
  • python-markdown (pip install markdown)
  • Optional, required for PDF output: Google Chrome or Chromium

Usage

  1. Download resume.py, resume.md and resume.css (or make a copy of this repository by using the template, forking, or cloning).

  2. Edit resume.md (the placeholder text is taken with thanks from the JSON Resume Project)

  3. Run python3 resume.py to build resume.html and resume.pdf.

    • Use --no-html or --no-pdf to disable HTML or PDF output.

    • Use --chrome-path=/path/to/chrome if resume.py cannot find your Chrome or Chromium executable.

Customization

Edit resume.css to change the appearance of your resume. The default style is extremely generic, which is perhaps what you want in a resume, but CSS gives you a lot of flexibility. See, e.g. The Tech Resume Inside-Out for good advice about what a resume should look like (and what it should say).

Change the appearance of the PDF version (without affecting the HTML version) by adding rules under the @media print CSS selector.

Change the margins and paper size of the PDF version by editing the @page CSS rule.

python-markdown is by default a very basic markdown compiler, but it has a number of optional extensions that you may want to enable (by adding to the list of extensions here). attr_list in particular may by useful if you are editing the CSS. abbreviations extension is already enabled.

More Repositories

1

stowsh

A shell script to install and uninstall dotfiles using symlinks with almost no dependencies
Shell
95
star
2

serverless-for-data-scientists

Code and notebooks for a talk given at PyBay, 2018-08-19
Jupyter Notebook
48
star
3

real-estate-scrape-eg

A repository demonstrating the use of real-estate-scrape to store the estimated value of a property on Redfin and Zillow every night using Github Actions.
29
star
4

sentiment

Notebook demonstrating bag-of-words sentiment analysis of tweets in scikit-learn
25
star
5

real-estate-scrape

Get the estimated value of a property from Redfin and Zillow
Python
21
star
6

challenges

Coding challenges for data analysts
Python
10
star
7

pinhop

Timehop for pinboard. Get pinboard posts from a previous month or day as a pinboard-style web page.
Python
10
star
8

dotfiles

Shell
9
star
9

spark-edx

Solutions for the Berkeley Spark EdX courses CS100.1x and CS190.1x.
9
star
10

algorithms

Notes, code and problem solutions for discrete mathematics and algorithms courses and books
Python
8
star
11

ecknapsack

Where to move to change the outcome of US presidential elections (under ludicrous assumptions, using the knapsack problem)?
Python
6
star
12

ambient-archiver

Download and analyse your data from ambientweather.net
Python
5
star
13

tidytwitter-cron

Run tidytwitter every day using Github Actions
3
star
14

mike.place

The important and good website mike.place
HTML
3
star
15

dwx

today's weather compared to yesterday
Python
3
star
16

strata-2015

2
star
17

pbcopy-sh

Cross-platform implementation of pbcopy with no dependencies. Works on local and remote Linux hosts, and tmux sessions
Shell
2
star
18

tidytwitter

Delete your old tweets and favorites
Python
2
star
19

neurips.json

NeurIPS paper metadata in a json file (and the code to recreate and update that file)
Python
2
star
20

dotfiles-mutt

Michael Williams's mutt setup
Shell
1
star
21

lacovid

Jupyter Notebook
1
star
22

game

Simple games in Python
Python
1
star
23

mpfitexy

Linear regression with IDL and MPFIT
1
star
24

stanadvi

Jupyter Notebook
1
star
25

talk-20160115-insight

Talk given to Insight fellows, 2016-01-15
HTML
1
star
26

hashtable

Python
1
star