gen-cv-manager
is a Python package designed to simplify the creation and management of Cover Letters (CVs) and Resumes. This tool is particularly useful for students and professionals who want to generate professional CVs and resumes by providing necessary details such as education, experience, skills, and projects.
You can install gen-cv-manager
using pip:
pip install gen-cv-manager
!pip install python-docx
!pip install PyPDF2
import os
from docx import Document
from PyPDF2 import PdfReader
import shutil
Here’s a quick example of how to use the gen-cv-manager
package:
!pip install gen-cv-manager==0.0.3
# Import the module
import gen_cv_manager as g
# Call the createResume function
from g.resumeGenerator import createResume
# Now you can use the createResume function
createResume()
This will display your resume data in the command line. The package is designed for easy customization, and future versions will include additional features such as exporting to various formats and enhanced customization options.
Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:
- Fork the Repository: Create your own fork of the repository.
- Clone Your Fork: Clone the forked repository to your local machine.
- Create a Branch: Create a new branch for your changes.
- Make Changes: Implement your changes or new features.
- Submit a Pull Request: Push your changes to your fork and submit a pull request to the main repository.
Please ensure your code follows the existing style and includes appropriate tests.
This project is licensed under the MIT License - see the LICENSE file for details.
For any inquiries or issues, please contact:
- Author: Ankit Kumar
- Mail to: [email protected]