What do I do to read html files on my pc?

Chris Angelico rosuav at gmail.com
Mon Aug 27 07:58:08 EDT 2012


On Mon, Aug 27, 2012 at 8:59 PM, mikcec82 <michele.cecere at gmail.com> wrote:
> Hallo,
>
> I have an html file on my pc and I want to read it to extract some text.
> Can you help on which libs I have to use and how can I do it?
>
> thank you so much.

Try BeautifulSoup. You can find it at the opposite end of a web search.

Not trying to be unhelpful, but without more description of the
problem, there's not a lot more to say :)

ChrisA



More information about the Python-list mailing list