Skip to content

A package that helps make naughty words less visible in code.

License

Notifications You must be signed in to change notification settings

TheCuriousNerd/Bad-Word-Obfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bad Word Obfuscator

This code obfuscates naughty words by using a rot13 cipher to prevent them from being directly visible.

Install Instructions

PIP Install Instructions

  • To install via pip use:
    pip install BadWordObfuscator

To see package on pypi: https://pypi.org/project/BadWordObfuscator/

Manual Build & Install

  1. Build wheel with:
    python setup.py bdist_wheel
  2. Install wheel with:
    pip install {/path/to/wheelfile.whl}

About

A package that helps make naughty words less visible in code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages