How To install PyCharm In Android Using Kali Linux

 



Hello guys, welcome to another article, in this tutorial I'm going to show you how to install PyCharm on a non Rooted Android device by using Termux and Kali Linux.


What is PyCharm :

PyCharm is a dedicated Python Integrated Development Environment (IDE) providing a wide range of essential tools for Python developers, tightly integrated to create a convenient environment for productive Python, web, and data science development.


Prerequisites :

Termux

Nethunter Kex 

Installation Requirements :

At least 1.5 gigabyte of RAM storage to spare on your Android device 

10 gigabyte of Internal storage or more


Articles You Must read before installing PyCharm

Install Kali Linux Nethunter On Android Phone without Root 2022

How To Fix Mozilla Firefox Tab Crashed On Kali Linux



Step by step process to install PyCharm :

👩‍💻Table of content :



Logging in And accessing Kali Gui 

  • Login to Kali root 

Launch your Termux application and enter the command nh -r to login to the root base of Kali Linux (doesn't require rooted phones)

login to Kali root

  • Launch Kali Gui 

On your Kali Linux Terminal, type the command kex to launch Gui port for Kali Linux  
Launch Kali 


  • Connect to Nethunter kex

Launch your NetHunTer Kex application and connect to Kali Gui using the root port :2

Connect to Nethunter kex

Downloading And install python3 

PyCharm requires base applications like python to function properly so before proceeding to install PyCharm, the first thing we're going to do is to install Python on our Kali Linux :

steps to install Python 

Installing Python3 is very easy. We need to go to the Download section of official Python website. 
Official python website 








Now we click on Download Python 3.x.x (As of this writing, the latest is Python 3.10.5) and download the tar.xz compressed file.

Extracting the file :

After finishing the download we open our file manager and extract the compressed file to our desktop, by right-clicking the file and click on "extract to" and when a new window pops up we're going to click on Desktop and there we will extract our python3 Folder.
Extraction of tarball

After extraction, we need to open the terminal and navigate to the desktop directory by using following command:
  • cd Desktop 
You should see a file named Python-3.x.x.tar.xz
Here 3.x.x. is representing our downloaded recent version of Python.
Now we go to the folder Python3.x.x by applying following command :
  • cd python3.x.x
Then we need to configure the Python3 before install. So we configure it by using following command:
  • ./configure
The screenshot is following:
Python3 configuration 

Then we need to run make to compile the Python source before install.
  • make
It will take a little time. 
Then we can install Python3.x.x by using following command:
  • make install
This will take time. So sit back and share our this post to friends.
When this process will complete we will check the version of python3 by using following command:
python3 --version
The following screenshot shows that we have Python version 3.10.5.
pyhton 3.10.5 in Kali Linux


When we need to use Python 3 we type python3 in our Kali Linux terminal.

Downloading And Installing PyCharm in Kali Linux 


Downloading PyCharm:

Before beginning with the installation process, PyCharm needs to be downloaded. For that, PyCharm is available on jetbrains.com
Downloading PyCharm 


Extracting the file

To extract the downloaded file, Launch your terminal and go to the download directory by typing cd Downloads
  Now extract the tar file by typing the command tar -xf PyCharmname**

Installing PyCharm


After successfully extracting the downloaded file, move to the newly created PyCharm directory by typing the command cd PyCharmname**
Then we navigate to the bin directory inside the PyCharm folder by typing the command cd bin 

Finished process

Then we launch PyCharm by typing the command ./pycharm.sh
You should wait a little bit after typing that command for PyCharm to load up, and then you can use the complete IDE and code just like you do on your PC. 
Finished process 


The codes automatically saves themselves in a new folder called PyCharm projects so you can always Access your codes at anytime after closing the software.
Code examples 


Conclusion :

you can always launch PyCharm again by going back to the PyCharm directory and Launch PyCharm the way we did it before.

 That is how you install PyCharm on Android, if you have any questions regarding this article, you can always let me know in the comments section below, thanks for your time, see you in the next one.


Post a Comment

Previous Post Next Post