Awesome-Python-Scripts/HTML_Table_to_List
2018-10-15 00:18:56 +05:30
..
__init__.py Added HTML_Table_to_List 2018-10-15 00:18:56 +05:30
html_table_to_list_usage.py Added HTML_Table_to_List 2018-10-15 00:18:56 +05:30
HTMLTableToList.py Added HTML_Table_to_List 2018-10-15 00:18:56 +05:30
README.md Added HTML_Table_to_List 2018-10-15 00:18:56 +05:30

HTML Table to Python List of List Converter

A simple tool which takes a HTML table as string, and converts it to python list of list data structure and returns the same.

Libraries Required

  1. Beautiful Soap $pip install bs4

Usage

A sample script html_table_to_list_usage.py has been provided to show the usage of the HTMLTableToList. It takes a string of html table, and prints the corresponding list of list.