Metadata-Version: 2.1
Name: MHTMLconverter
Version: 0.3
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 -m mhtmlconverter.cli.html2mhtml -i index.html -o my_output.mhtml

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

### md2mtml

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

```
>> python -m mhtmlconverter.cli.md2mhtml -i README.md -o my_output.mhtml

```

### ~~TODO~~

~~css are not yet managed :/~~
