Termux For Android

Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager. Read the wiki to learn more.

Termux combines powerful terminal emulation with an extensive Linux package collection.

• Enjoy the bash and zsh shells.
• Edit files with nano and vim.
• Access servers over ssh.
• Develop in C with clang, make and gdb.
• Use the python console as a pocket calculator.
• Check out projects with git and subversion.
• Run text-based games with frotz.





Commands:
pkg update
pkg upgrade
pkg install git
pkg install python2
pip2 install requests
pip2 install mechanize
git clone https://github.com/IlayTamvan/Report
cd Report
ls
unzip Report.zip

python2 Report.py








Termux for Android Apk



Post a Comment

0 Comments