This code obfuscates naughty words by using a rot13 cipher to prevent them from being directly visible.
- To install via pip use:
pip install BadWordObfuscator
To see package on pypi: https://pypi.org/project/BadWordObfuscator/
- Build wheel with:
python setup.py bdist_wheel
- Install wheel with:
pip install {/path/to/wheelfile.whl}