https://github.com/schefflera-arboricola/quickdocx-12th-project-
Quickdocs, leveraging Python's docx library, a time-saving solution for efficient creation and replication of Microsoft Word documents. Empowering users with customizable templates, it accelerates document generation by modifying specific text segments. Specifically designed for applications such as generating marksheets and certificates etc.
https://github.com/schefflera-arboricola/quickdocx-12th-project-
begginer-project cookiecutter docs-generator python python-docx
Last synced: about 1 year ago
JSON representation
Quickdocs, leveraging Python's docx library, a time-saving solution for efficient creation and replication of Microsoft Word documents. Empowering users with customizable templates, it accelerates document generation by modifying specific text segments. Specifically designed for applications such as generating marksheets and certificates etc.
- Host: GitHub
- URL: https://github.com/schefflera-arboricola/quickdocx-12th-project-
- Owner: Schefflera-Arboricola
- Created: 2022-03-04T19:08:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T11:40:14.000Z (over 3 years ago)
- Last Synced: 2025-01-25T09:24:26.548Z (over 1 year ago)
- Topics: begginer-project, cookiecutter, docs-generator, python, python-docx
- Language: Python
- Homepage:
- Size: 1.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quickdocx-12th-project-
Quickdocs helps the user to make large number of copies of a microsoft word document, in which you just have to change a small portion of text in each copy of the document, by providing templets, and it also enables the user to create their own templets and manage(or replicate) them. (example use: for making marksheets,certificates etc.)
Limitation : it only works for plain text(no text style or tables or pictures etc. are duplicated).
If you want to(for some weird reason) use this, then first install python's docx package (pip install python-docx) and then just run main.py.
(read documentation_quickdocs.pdf for more)