Github ToolsTermux ToolsUncategorized
Yadda zakayi install din XTeam a termux

XTeam: This is a tool to obfuscate / to make your python code unreadable. It obfuscates your code and prevents easy access of others to your code. Anyway this is not a good encryption enough, but it can proctect you from script kiddies and some lazy people.
Installation On Termux:$ apt update$ apt upgrade$ pkg install python$ pkg install python2$ pkg install git$ git clone https://github.com/xploitstech/Xteam$ ls$ cd Xteam$ pip3 install -r requirements.txt$ chmod +x *$ bash setup.sh$ bash Xteam.sh