gray-adeyi / orderlie-be

Orderlie is a web-based utility that lets you easily collect & organize your class data for easy access that can be exported to formats like .docx, .xlsx, & .pdf
MIT License
1 stars 3 forks source link

Implement docx file generator with python-docx #8

Open gray-adeyi opened 1 year ago

Preetraj2002 commented 1 year ago

can you please elaborate what exactly needs to be done. Once i know it i will start working on it immediately. But for the time being could you please provide some resources and basic idea on how to approach this problem @gray-adeyi

gray-adeyi commented 1 year ago

Hi! I'm glad you want to contribute to this. It's not as straightforward as the issue on the excel generator. We need a class that allows exporting user data in docx format. I have an old code base that does all this but it's code is not clean and maintainable hence the rewrite. It could be a source of inspiration. https://github.com/gray-adeyi/orderlie

Preetraj2002 commented 1 year ago

thanks