Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syedaanif/cv-builder
Project to build a CV using Python
https://github.com/syedaanif/cv-builder
python python-docx python3 pyttsx3
Last synced: about 6 hours ago
JSON representation
Project to build a CV using Python
- Host: GitHub
- URL: https://github.com/syedaanif/cv-builder
- Owner: SyedAanif
- Created: 2021-05-23T14:10:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-23T15:19:29.000Z (over 3 years ago)
- Last Synced: 2023-10-05T07:24:51.734Z (about 1 year ago)
- Topics: python, python-docx, python3, pyttsx3
- Language: Python
- Homepage:
- Size: 6.87 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cv-builder
## Project to build a CV using PythonIn this course we will extend the concepts learnt in [fundamentals-python-v1](https://github.com/SyedAanif/fundamentals-python-v1) and build an app to contruct a CV using Python Packages like `python-docx` and `pyttsx3`
### `python-docx` is a Python Package to easily documents.
### `pyttsx3` is a Pyhton Package for text-to-speech conversions.After cloning the project, run below command in terminal of project drectory to install all dependencies.
#### `pip3 install -r requirements.txt`#### Example CV
![Capture](https://user-images.githubusercontent.com/66770875/119266330-04218d00-bc08-11eb-9605-a5f2ce760a6f.PNG)