web based word filter
just enter a sentence in the textbox and hit filter to send it to the server. the server will filter out the words from a list it has and will replace them with asterisk and send it back to the client.
i have used Flask with python as the web framework, so you need to install Flask before running this
pip install Flask
then simply run app.py
python app.py