An open API service indexing awesome lists of open source software.

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.

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)