/htmlParser

This is a small html parser written in python

Primary LanguagePythonMIT LicenseMIT

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