Metadata-Version: 2.1
Name: MHTMLconverter
Version: 0.1
Summary: tools to convert markdown or html files including images to a single MHTML self-content file
Home-page: https://github.com/arnaudrevel/MHTMLconverter
Author: Arnaud Revel
Author-email: revel.arnaud@gmail.com
Requires-Python: >=3.9
Description-Content-Type: text/markdown

### MHTMLconverter

This package intends to provide tools to convert markdown or html files including images to a single MHTML self-content file.

Tested on Windows. Should work elsewhere...

### html2mtml

Converts html files (either local or remote) to mhtml, including referenced images.

```
>> python html2mhtml.py -i index.html -o my_output.mhtml

>>  python html2mhtml.py -i http://github.com # default output is output.mhtml
```

### md2mtml

Converts markdown files (either local or remote) to mhtml, including referenced images.

```
>> python md2mhtml.py -i README.md -o my_output.mhtml

```

### TODO

css are not yet managed :/
