Skip to content

Censor a range of words and phrases with ease, stop people from bypassing censors and more.

License

Notifications You must be signed in to change notification settings

loganbriggs08/Censor.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Censor.py

Censor a range of words and phrases with ease, stop people from bypassing censors and more.

Example:

import censorpy
wordList = ["fuck", "shit", "shat"]
censor = censorpy.censor(words=wordList, remove_zero_width_spaces=True, remove_symbols=True)
print(censor.check("f.u.c.k $hit sh@t"))
Output: ["fuck", "shit", "shat"]

Note:

Censor.py is NOT currently on pypi meaning you have to install the code manually to use it, I will get it on Pypi soon though

About

Censor a range of words and phrases with ease, stop people from bypassing censors and more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages