Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 901 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 901 Bytes

resume-cli

A python cli application which provides a simple and interactive way to showcase your resume in a terminal environment. This project was inspired by karanpargal/resume-cli.

menu-screen

Installation

Clone this repository:

git clone git@github.com:mcking-07/resume-cli.git

Install the dependencies:

pip install -r requirements.txt

Usage

You can run resume-cli using:

python main.py

Experience a colorful and interactive command-line interface with built-in autocomplete support. It will also seamlessly guide you through exploring various sections of the portfolio.

To import data into json files from a master resume json, use:

python import.py

Feel free to customize resume-cli for your own portfolio. If you have any suggestions or ideas, contributions are welcome.