p-extractor
Python script to extract <p> elements from html files and saves to a list
Place as many html files as you want in root dir with script
Add processing code into gap in script
Should complete all processing for each html file, as list is overwritten each time.
Requires BeatuifulSoup Python module