Skip to content

Python tool that turns a html file + a collection of linked png files into a single self-contained html file.

Notifications You must be signed in to change notification settings

FlorianMortgat/img-embed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

img-embed

Python tool that turns a html file + a collection of linked png files into a single self-contained html file.

Usage

png-embed my_html_file.html

outputs my_html_file-images.html, a bigger HTML file that contains all the (local) png files referenced in my_html_file.html. Note: this does NOT parse html, therefore the search & replace method is extremely basic and not intended to distinguish between real tags and anything that might look similar.

About

Python tool that turns a html file + a collection of linked png files into a single self-contained html file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages