Make a Python status saver using python and termux on Android

Published: 11 October 2020
on channel: AI Age
102
3

This video is made to inspire you that you can do lots of stuff with termux app...



Make a status saver using python and termux...

Requirements;

Termux app

... commands to run

apt update && apt upgrade -y
pkg update && pkg upgrade -y
apt install vim nano python -y
termux-setup-storage


Code.....

import os
import shutil
statusesFolder= "/storage/emulated/0/Whatsapp Business/Media/.Statuses"
savedStatuses = "/storage/emulated/0/savedStatuses"
def saver():
for status in os.listdir(statusesFolder):
shutil.copy(statusesFolder +"/" +status, savedStatuses) print(status + 'has been saved')


saver()


Hope you enjoyed.... If by any case you didn't understand please let me know by a comment...


On this page of the site you can watch the video online Make a Python status saver using python and termux on Android with a duration of hours minute second in good quality, which was uploaded by the user AI Age 11 October 2020, share the link with friends and acquaintances, this video has already been watched 102 times on youtube and it was liked by 3 viewers. Enjoy your viewing!