Question #914

What is the purpose of the better_profanity package?

better_profanity is a Python library intended to check for (and clean) profanity in strings.

profanity.censor("You smell like shit.")
Out: 'You smell like !@#$.'


(pypi.org/project/better-profanity)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵