imclab / profanity-filter

Python module that replaces inappropriate words with something more PG rated.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

profanity-filter

Python module that replaces inappropriate words with something more PG rated.

Usage

f = Filter('badword and bad words', clean_word='unicorn')
safe_string = f.clean()
print safe_string

About

Python module that replaces inappropriate words with something more PG rated.