Metadata-Version: 2.1
Name: gen-cv-manager
Version: 0.0.3
Summary: gen-cv-manager` is a Python package designed to help students and professionals create and manage their Cover Letters (CVs) and Resumes with ease. This package provides a straightforward way to generate professional-looking CVs by filling in relevant details such as education, experience, skills, and projects.
Home-page: https://github.com/ankit485803/gen-cv-manager
Author: Ankit Kumar
Author-email: ankit127iitp@gmail.com
License: MIT
Project-URL: Documentation, https://github.com/ankit485803/gen-cv-manager/blob/main/README.md
Project-URL: Source, https://github.com/ankit485803/gen-cv-manager
Keywords: Cover Letter,CV,Resume,Resume Manager,CV Building
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE



# gen-cv-manager

`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.


## Installation

You can install `gen-cv-manager` using pip:

```bash
pip install gen-cv-manager
```

## Use-Case

Here’s a quick example of how to use the `gen-cv-manager` package:

```python
!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.

## Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:

1. **Fork the Repository**: Create your own fork of the repository.
2. **Clone Your Fork**: Clone the forked repository to your local machine.
3. **Create a Branch**: Create a new branch for your changes.
4. **Make Changes**: Implement your changes or new features.
5. **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.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contact

For any inquiries or issues, please contact:

- **Author**: Ankit Kumar
- **Mail to**: [ankit127iitp@gmail.com](mailto:ankit127iitp@gmail.com)

