Coder Social home page Coder Social logo

resume-creator's Introduction

Resume Creator

This project was inspired by this classic Reddit post for the infamous Sheets & Giggles free resume template.

Kudos to Colin at Sheets & Giggles.

This package will generate pdf, md, and txt versions of the supplied data.

Usage

Your best bet is to look at the sample json data below and play with generating the resume formats.

The most glaring issue you are most likely going to run into is overflowing the PDF into another page. This code doesn't check for that, nor does it support multi-page PDFs. You will probably need to play around with your supplied data in order to properly format the PDF.

Once you have created your data, run the package like so:

python -m resume_creator

Installation

  1. Clone the repository
  2. Create and activate a virtual environment
  3. Install poetry: python -m pip install --upgrade pip poetry
  4. Install the package: poetry install --no-dev

Sample Data

The sample data below pretty closely matches the data in the original Google Document.

Save this json to ./.secrets/data.json.

Sample data

Sample json

{
    "name": "Jobby McJobface",
    "email": "[email protected]",
    "phone": "(555) 555-5555",
    "location": "Denver, CO",
    "linkedin": "https://www.linkedin.com/company/sheetsgiggles/",
    "skills": [
        "Strategic planning", 
        "strategic partnerships", 
        "revenue modeling & forecasting",
        "retail partnerships, sales, & distro",
        "contract negotiations",
        "account management",
        "Amazon marketing", 
        "channel marketing",
        "crowdfunding",
        "copywriting",
        "content marketing",
        "brand marketing",
        "DTC",
        "Shopify",
        "supply chain management",
        "Keynote / PPT presentation"
    ],
    "interests": [
        "Puns",
        "sleeping",
        "sustainability",
        "politics",
        "yoga",
        "traveling",
        "fishing",
        "Reddit",
        "beer",
        "Seinfeld"
    ],
    "experiences": [
        {
            "company": "Sheets & Giggles",
            "location": " Denver, CO",
            "dates": "Oct. 2017 – Present",
            "titles": [
                "Founder & CEO"
            ],
            "responsibilities": [
                "S&G makes sustainable mattresses, sheets, and pillows from Eucalyptus Lyocell",
                "As Founder & CEO, I oversee our core strategies, product roadmap, ops, marketing, and fundraising.",
                "Core responsibility #3. Pretend this is where they stop reading your resume. Whether Work or Education is your top section, the first 3 things they see better be your most impressive stuff, period.",
                "Core responsibility #4. Bullets #1 and #2 are for high-level descriptions of the company and/or your role."
            ],
            "technologies": [
            ]
        },
        {
            "company": "Company Name",
            "location": "City, ST",
            "dates": "Nov. 2008 - Jul. 2018",
            "titles": [
                "Staff Software Engineer",
                "Team Lead"
            ],
            "responsibilities": [
                "Designed and implemented an automation library in Python that was used by 7 engineers and responsible for testing over 100 servers.  This project included automation of networking, servers, server components (drive controller cards), operating systems, and reporting.",
                "Designed and implemented a heavily multi-threaded application to solve complex hardware access problems.",
                "Lead a multinational team of four engineers",
                "Designed, maintained and implemented a Perl framework for a large team of engineers to test LSI Initiator-Target controller cards.",
                "Maintained and enhanced a >80,000 line, single file, C program used by support and customer success teams."
            ],
            "technologies": [
                "Python",
                "Perl",
                "C/C++",
                "Windows",
                "Linux"
            ]
        },
        {
            "company": "Company Name",
            "location": "City, ST",
            "dates": "Month Year – Month Year",
            "titles": [
                "Job Title"
            ],
            "responsibilities": [
                "Core responsibility #1.",
                "Core responsibility #2.",
                "Core responsibility #3."
            ],
            "technologies": [
            ]
        },
        {
            "company": "Company Name",
            "location": "City, ST",
            "dates": "Month Year – Month Year",
            "titles": [
                "Job Title"
            ],
            "responsibilities": [
                "Core responsibility #1.",
                "Core responsibility #2."
            ],
            "technologies": [
            ]
        },
        {
            "company": "Company Name",
            "location": "City, ST",
            "dates": "Month Year – Month Year",
            "titles": [
                "Job Title"
            ],
            "responsibilities": [
                "Core responsibility #1."
            ],
            "technologies": [
            ]
        },
        {
            "company": "Company Name",
            "location": "City, ST",
            "dates": "Month Year – Month Year",
            "titles": [
                "Job Title"
            ],
            "responsibilities": [
                "Core responsibility #1."
            ],
            "technologies": [
            ]
        }
    ],
    "education": [
        {
            "school": "University Name",
            "graduation_date": "Graduation Month, Year",
            "degree": "Degree (e.g., BS), Majors (e.g., Computer Science)",
            "location": "City, ST"
        }
    ]
}

resume-creator's People

Contributors

mtik00 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.