/Termux-c12

Installs numpy, pandas, matplotlib and jupyter-notebook

Primary LanguageShell

SCRIPT IS NO LONGER ABLE TO INSTALL NUMPY, SCIPY, MATPLOTLIB, OPENCV, PILLOW DUE TO VERSION INCOMPATIBILITY.

CBSE-class-12-python-packages-on-termux-2021

Installs numpy, matplotlib, jupyter-notebook and sql

How to install python modules

apt update && apt upgrade
apt install git
git clone https://github.com/Surajkumarsaw1/Termux-c12.git
cd Termux-c12
bash installer.sh

NOTE :

  • Please be patience.
  • Pandas may take few hours.
  • I would suggest to install it at night.You may go to sleep after pandas installation have started.

Keep termux in background it seems to freeze some time.

How to install mariadb(mysql)

Install

apt update && apt upgrade
apt install git
git clone https://github.com/Surajkumarsaw1/Termux-c12.git
cd Termux-c12
bash db.sh

Creating User

You may change username and password as you want.

CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON * . * TO 'username'@'localhost';
exit

To start MySQL

mysql

To start MySQL with specific user

mysql -u username -p

Jupyter Notebook use.

jupyter notebook jupyter notebook jupyter notebook jupyter notebook jupyter notebook jupyter notebook jupyter notebook jupyter notebook

SQL

jupyter notebook jupyter notebook jupyter notebook