Skip to main content

No project description provided

Project description

Overview

A Python library and command-line utility to rasterize an HTML page into a PNG file.

TL;DR

Installation:

pip install html2png

Command-line usage:

html2png {URL} > output.png

Python usage:

import html2png

png = html2png.render('<html><body><p>Hello, world!</p></body></html>')
png = html2png.render_url('http://example.com/')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

html2png-0.0.2.tar.gz (15.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page