I'm using NLTK to strip tags and leave text in an html file.
NLTK installs in seconds on my linux computer, but on Windows it's a pain to use, and I know that my client who lives in a different country will not be able to install the nltk module if I'm having trouble doing it.
What is a SIMPLE alternative that ships with python and that doesn't need to be installed? I need this as part of a script.