This is a very simple application I made for fun that accepts information and automatically ingests it into word documents. This can be used for various use cases, like certificates, letters, forms or more.
- Go into the doc_processing directory
- Install all dependencies using
pip install -r requirements.txt
- Run
py main.py
- Obtain results in the storage folder as a Zip File
- Use this tool for yourself by editing the codes in
main.py
and changingTemplate.docx
. Make sure to edit the data indata.csv
as well
- Python
- Port it onto the cloud with AWS or Azure
- Making it so that the app can be easily used by general public through dynamic creation and a user interface