# srcToDocx **Repository Path**: wen_xue_feng/srcToDocx ## Basic Information - **Project Name**: srcToDocx - **Description**: A simple python script which can merge source codes into a single document (word). - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-10-24 - **Last Updated**: 2021-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # srcToDocx A simple python script which can merge source codes into a single document (word). # install python-docx pip install python-docx # usage ## git clone https://github.com/heapow/srcToDocx.git ## cd srcToDocx ## python src2docx.py {src path} {output}