Code Monkey home page Code Monkey logo

resume-builder's Introduction

Resume Builder Script

The Resume Builder script is a Python script that helps users create a simple resume in Google's XYZ format. It prompts the user to input personal information, skills, interests, and work experiences. The script then exports the resume as a plain text file.

Google's XYZ format is a method for describing your work accomplishments in a clear and concise way by focusing on three key components:

  • X: The task or situation you were involved in. This part should provide context for the specific challenge or problem you encountered. It helps the reader understand the background of the project or task and the scope of the issue you were addressing.
  • Y: The actions or steps you took. In this section, describe the specific actions or steps you performed to tackle the task or solve the problem. Be specific and focus on your direct contribution, as this will showcase your skills, expertise, and initiative.
  • Z: The results or impact of those actions. This is where you outline the outcomes of your efforts. Highlight quantifiable achievements, such as increased revenue, decreased costs, improved efficiency, or other key performance indicators that were positively impacted by your actions.

Using the XYZ format helps present your work experience in a way that emphasizes your individual contributions and the results of your efforts. It enables potential employers to better understand the value you can bring to their organization.


Prerequisites

  • Python 3.6 or later installed on your system

Running the Script

  1. Save the provided script as a file named resume_builder.py in your preferred directory.

  2. Open a terminal (Mac or Linux) or command prompt (Windows).

  3. Navigate to the directory containing the resume_builder.py file. For example, if the file is saved in a folder named "ResumeBuilder" on the Desktop, you would navigate to it as follows:

    • On Mac or Linux:

    javascriptCopy code

    cd ~/Desktop/ResumeBuilder

    • On Windows:

    bashCopy code

    cd %USERPROFILE%\Desktop\ResumeBuilder

  4. Run the script using the Python interpreter by executing the following command:

    Copy code

    python resume_builder.py

  5. The script will prompt you to enter your personal information, skills, interests, and work experiences. Enter the requested information and follow the Google XYZ format for the job descriptions.

  6. After providing all necessary information, the script will generate a plain text file with your resume. The file will be saved in the same directory as resume_builder.py with the filename format: Your_Name_Resume.txt.

  7. Open the generated text file with your preferred text editor or word processor to review or print the resume.

Google's XYZ Format

The XYZ format is a method of describing work accomplishments, focusing on:

  • X: The task or situation you were involved in
  • Y: The actions or steps you took
  • Z: The results or impact of those actions

When describing your job experience, make sure to use this format for a clear and concise presentation of your achievements.

resume-builder's People

Contributors

zen-ctrl 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.