
How to Install Python on Termux – Termux is one of the hack apps that works as a terminal emulator on Android devices.
While the operating system is based on the Linux kernel, so it can run every command just like Linux.
Because the default Android system does not have a terminal and requires third-party applications.
If you are someone who wants to learn about programming languages easily and quickly using Android, then this app is perfect for you.
Because the Termux application can install various programming languages, one of which is Python, guys.
So that you can write Python commands more flexibly using your Android phone.
How to Install Python on Termux
1. How to Install Python on Termux Easily
![]() |
| How to Install Python on Termux Easily |
As for how to easily install Python on Termux as follows:
- For the first step, please download the Termux application first on the Play Store or via the following link (Download the Termux Application).
- After successfully downloaded, please install and run the application.
- Then type the command or script below, which serves to update the application package, so that the package you install on Termux is the latest version later.
apt-get update && apt-get upgrade
- Next, run the command to install python after it’s done updating & upgrading. Then type the command below:
apt-get install python
- When you first install something in the Termux application, you will be asked to process permissions and type “Y” to continue.
- The installation process may take a few minutes, depending on your internet connection. If the process is complete, please type the command below to run python:
python
- Then the command line to write python programming code will be displayed.
- Then continue the steps by writing the command as desired. In this step, we give an example using a simple line of code in the form of basic math calculations.
The final word
That’s how to install python in the Termux application which is suitable for beginners who want to learn about programming languages.
If the process is successful, you can run the tools that can be used to perform the hack process.
Pay attention to each step and do it properly and correctly, so that the process is successful.
