Word Censor Tool is a simple, customizable sandbox-based tool that will censor words using a special character. It's written in Python, and was created for my Computer Programming II class as part of an Edabit Python Challenge.
This is not meant for professional use. It's merely a sandbox meant for you to mess around with.
Please Note: Python is required for all of these methods. You can install it here.
Also, as of 01/08/2025, this program only works on Windows. In the future, if wanted, I'll make it compatible with MacOS and Linux.
- Download
censor.py - Open your PC's terminal and change your directory to where you downloaded the Python file.
- Run the file like by entering
python censor.py.
- Download the source code.
- Extract the ZIP file.
- Run
launch.bat.