- HTML
- Python with Django
This Resume Builder project allows users to create professional resumes by filling in their personal details, education, work experience, and skills. The project dynamically generates the resume in a professional format and provides an option to download it as a PDF.
- User-friendly interface to input resume details.
- Dynamically generated resume in a professional format.
- Option to download the resume as a PDF.
The project was developed in the PyCharm IDE.
The project is hosted online. You can view the live project at Project URL. (Replace # with the actual URL if hosted)
- Clone the repository:
git clone https://github.com/yourusername/resume-builder.git
- Navigate to the project directory:
cd resume-builder - Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On MacOS/Linux:
source venv/bin/activate
- On Windows:
- Install the required packages:
pip install -r requirements.txt
- Run the development server:
python manage.py runserver
- Open your web browser and go to
http://127.0.0.1:8000/to view the project.
Feel free to fork this repository and contribute by submitting a pull request. Any contributions are welcome!
This project is licensed under the MIT License.
For any inquiries or feedback, please reach out to me at [your email address].