| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This Python project is a command-line interface (CLI) tool for building professional resumes. The tool allows users to interactively input various sections of their resume, such as contact information, work experience, education, skills, projects, certifications, and achievements. The resume is then formatted and exported as a PDF file.
Clone the repository:
git clone https://github.com/username/your-repo.git
cd your-repoCreate and activate a virtual environment:
For macOS/Linux:
python3 -m venv venv
source venv/bin/activateFor Windows:
python -m venv venv
venv\Scripts\activateInstall the necessary dependencies:
pip install -r requirements.txtRun the application:
python resume_builder.pyThis project is licensed under the MIT License.
| Back | FazBrowse Home | New Git URL |