Python Script to convert HTML file to markdown(.md) format

About Script

This script is used to convert your html document(without css) to markdown format.

To run the script:

  1. Install an additional module using command-line by following command:

    pip install html2markdown

  2. Run the script using following command:

    python html_to_markdown.py input_file.html output_file.md