Convert text with ANSI color codes to HTML
Project Description
Convert text with ANSI color codes to HTML
Inspired by and developed off of the work of pixelbeat and blackjack.
Example - Python API
>>> from ansi2html import Ansi2HTMLConverter >>> conv = Ansi2HTMLConverter() >>> ansi = " ".join(sys.stdin.readlines()) >>> html = conv.convert(ansi)
Example - Shell Usage
$ ls --color=always | ansi2html > directories.html $ sudo tail /var/log/messages | ccze -A | ansi2html > logs.html $ task burndown | ansi2html > burndown.html
Get this project:
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
ansi2html-0.8.1.tar.gz (16.9 kB) Copy SHA256 hash SHA256 | Source | None | Jan 29, 2012 |