Git Product home page Git Product logo

application-generator's Introduction

Application Generator

A simple resume and cover letter generator to help with rapidly applying for internships.

Installation

This project was built using poetry and python3. Exact requirements are defined inside the pyproject.toml file under the root of the project.

Using Poetry

Pretty straightforward...

$ git clone [email protected]:dhruvsujatha/application-generator.git
$ cd application-generator
$ poetry install

Using Pip

Ensure python version is >3.11 and use any virtualenv (or not!) of your choice.

$ git clone [email protected]:dhruvsujatha/application-generator.git
$ cd application-generator
$ pip install -r requirements.txt

Setup

  • The /utils/templates directory:

    • This directory contains the templates for the resume and cover letter. It is common practice to use a simple LaTeX resume and cover letter template.

    • We use Jinja2 templating engine to fill in the details of the resume and cover letter, but the content itself must be included in the template. Utilize Jinja2's templating syntax ({{double-curly-braces}}) to include the details in the resume and cover letter.

  • The /out directory:

    • This is where the exported .pdf generated by the exported will lie. The pair of resume and cover letter will be exported into a directory with the name of the company you are applying to and the files themselves will be prefixed with the name of the company, your preferred alias followed by the type of document.

    • Eg: out/google/google-dsujatha-resume.pdf and oout/google/google-dsujatha-coverletter.pdf

  • The /utils/.env file:

    • This is the environment file used by the generator and where you'll supply the information necessary to customize the resume and cover letter to your needs.

application-generator's People

Contributors

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