How to create service account with mobile phone using termux

After complete installation process, run below cmd on termux.

termux-setup-storage
pkg update
pkg upgrade 
pkg install git
pkg install python
pip install --upgrade pip
mkdir /sdcard/MyTermux/ -p
cd /sdcard/MyTermux
git clone https://github.com/luccawill/saaccount
cd /sdcard/MyTermux/saaccount
pip3 install -r requirements.txt

You can get credentials.json file from Google Console

python3 gen_sa_accounts.py --quick-setup -1
python3 gen_sa_accounts.py  --download-keys Your Project ID
python generate_drive_token.py
cd accounts
python3 emails.py