Skip to content

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

Notifications You must be signed in to change notification settings

alexcarruthers/profanity-filter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

profanity-filter

Python module that replaces inappropriate words with something more PG rated. Can also check if a string contains swear words

Usage

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%