Skip to content

Python script to generate docx file with contents of directory structure

License

Notifications You must be signed in to change notification settings

spoorcc/dir2docx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dir2docx

Python script to generate docx file with contents of directory structure

Usage

usage: dir2dox.py [-h] [-a] [-p PATH] [-o OUTFILE] [-v]

optional arguments:
  -h, --help            show this help message and exit
  -a, --all             Parse all files and don't skip over hidden files &
                        folders
  -p PATH, --path PATH  Top level directory path to scan
  -o OUTFILE, --outfile OUTFILE
                        Name of output file
  -i IGNORE [IGNORE ...], --ignore IGNORE [IGNORE ...]
                        File extensions to ignore and not add to the docx
  -v, --verbose         verbose

Installation

Requires python-docx module, install using pip:

pip install python-docx

About

Python script to generate docx file with contents of directory structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages