Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 246 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 246 Bytes

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