png

Install In TERMUX

> apt update && apt upgrade -y
> pkg install python python2 python3 git -y
> git clone https://github.com/MrG3P5/Bin-Check
> cd Bin-Check
> pip3 install -r requirements.txt
> python3 main.py

Install In Linux With Root

> sudo su
> apt update && apt upgrade -y
> apt install python python2 python3 git -y
> git clone https://github.com/MrG3P5/Bin-Check
> cd Bin-Check
> pip3 install -r requirements.txt
> python3 main.py

Tools Overview

main.py
Index

GitHub

View Github