ivanychev / word-code-gen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code to Word converter

Usage

  1. Install dependencies
pip install -r requirements.txt
  1. Run the converter

List out the folders and/or files you want to convert and include in the final docx document:

python -m wordcodegen convert-source-files \
  -f /some/folder/with/source-files \
  -f /one/more/folder \
  -i /my/folder/concrete_file.py \
  -i /my/folder/one_more.c

The result will be in the converted.docx

About


Languages

Language:Python 85.7%Language:Dockerfile 9.6%Language:Shell 3.3%Language:Makefile 1.4%