Skip to content

aicantar/MhtExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MhtExtractor

Simple MHTML extractor.

This software uses Python's email library to facilitate message parsing. Technically, it is possible to unpack any multipart message with it, although it was tested only with MHTML.

Usage

usage: mht_extractor [-h] [-o OUTPUT_DIR] [-v] FILE [FILE ...]

info: https://github.com/aicantar/MhtExtractor

positional arguments:
  FILE           files to extract

optional arguments:
  -h, --help     show this help message and exit
  -o OUTPUT_DIR  output directory
  -v             enable verbose mode

Releases

No releases published

Packages

No packages published

Languages