https://github.com/ahme-dev/cvdrustkar
A flask website that creates CVs.
https://github.com/ahme-dev/cvdrustkar
Last synced: 3 months ago
JSON representation
A flask website that creates CVs.
- Host: GitHub
- URL: https://github.com/ahme-dev/cvdrustkar
- Owner: ahme-dev
- License: bsd-3-clause
- Created: 2023-02-05T18:15:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T18:20:04.000Z (over 3 years ago)
- Last Synced: 2025-01-20T14:50:40.524Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
- This abomination was created around 2021 ⚠️
- I cloned it out of another git hosting site and pushed it here, for some reason ⚠️
# CVDrustkar
A flask website that creates CVs. Information can be added as necessary, and it is available in two languages.
# Requirements
Only python-docx 0.8.10 module is needed, which can be installed from pip:
```sh
pip install python-docx
```