Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 677 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 677 Bytes

HtmlParser

                   

This is a small HTML PARSER written in python


Installation

pip install art


Usage

Place your index.html in the template dir and run the parser.py script


Note

The name of your html file must be index and must be placed in the template dir


Presently it supports

  • title
  • h1
  • div
  • p
  • ul
  • ol