Coder Social home page Coder Social logo

fade-it's Introduction

Fade-It

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.

GitHub all releases


⬇️ Download

Download the file from the releases.

Compatibility

  • Linux
  • Android (termux app)
  • Windows (command prompt)
  • Ios (ish app)
  • Mac

Install Python3

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
  1. Open ISH app.
  2. Open safari browser and open this repository's releases page from this link.
  3. Download from the Source code (zip) button under Assets, and the zip folder will be downloaded in My Files of your phone.
  4. Now open My Files app and navigate to downloads folder, you will find a zip folder named as fade-it-1.0.0.zip, long press and uncompress it. Then copy or move this folder to ish's root directory. ish > root > paste_folder_here.
  5. Done! Now open the ish app and use command ls, you will see a folder on terminal as fade-it-1.0.0, now navigate to it by cd fade-it-1.0.0/ Tip: use the tab button on keyboard to autocomplete(->) and do ls again, thats the script which we will use.
  6. Now run the script by command: python3 fadeit.py
  7. Done.

Clone the Repository

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.

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.

fade-it's People

Contributors

anonfaded avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.