Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 415 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 415 Bytes

inspired by json.tool, a pretty printer for html $ echo 'Hello World' | python -m html.tool Hello World

Installation

sudo apt-get install python-beautifulsoup

OR sudo easy_install BeautifulSoup OR some such THEN git clone git://github.com/tjulien/html.git and put that in your PYTHONPATH OR save it under site-packages