Skip to content

file_converter

Matthew Harris edited this page Jan 21, 2016 · 2 revisions

a script that will convert all the files in a Directory to markdown.

> python file_converter.py -h
usage: file_converter.py [-h] path save

converts html (raw) files to markdown

positional arguments:
  path        folder containing a html (raw) files
  save        folder to put markdown files

optional arguments:
  -h, --help  show this help message and exit
Clone this wiki locally