A Python tool designed to bypass censor filters on social media apps by transforming simple text into special characters.
For the Android Keyboard APK version, you can check the repository FadeBoard.
Download the file from the releases.
- Linux
- Android (termux app)
- Windows (command prompt)
- Ios (ish app)
- Mac
Make sure you have Python 3 installed on your system. If it's not already installed, use the appropriate command for your platform:
-
For Linux:
sudo apt-get update sudo apt-get install python3
-
For Android (using Termux):
First download the
termux
app from playstore and use the commands.Install Python by running:
pkg install python3
-
For Windows:
You can download Python from the official website Python.org or use a package manager like Chocolatey.
choco install python3
-
For Apple (ios):
In ISH app run
apk add python3
Since there is an issue with the app which can't clone directly from github so we will do the steps manually. (If the
git clone
command is working then you can skip the manual steps)
Click to toggle the steps for ios
- Open ISH app.
- Open safari browser and open this repository's releases page from this link.
- Download from the
Source code (zip)
button under Assets, and the zip folder will be downloaded inMy Files
of your phone. - Now open
My Files
app and navigate todownloads
folder, you will find a zip folder named asfade-it-1.0.0.zip
, long press anduncompress
it. Then copy or move this folder to ish'sroot
directory.ish > root > paste_folder_here
. - Done! Now open the ish app and use command
ls
, you will see a folder on terminal asfade-it-1.0.0
, now navigate to it bycd fade-it-1.0.0/
Tip: use the tab button on keyboard to autocomplete(->)
and dols
again, thats the script which we will use. - Now run the script by command:
python3 fadeit.py
- Done.
Open your terminal or command prompt and clone this repository:
git clone https://github.com/anonfaded/fade-it.git
cd fade-it
- The first command will clone this repo to your system.
- The second will change the directory to fade-it where you will run the script.
Give the executable permission by:
chmod +x fadeit.py
Execute the script with:
python3 fadeit.py
# or
./fadeit.py
# or
py fadeit.py
Done! The tool will guide you through the rest.