Im making an easy package installer program in a CLI environment with python. and while the part where i execute
os.system('dpkg -i ' + packageName + '--yes')
i want to add like a loading thing like
[####........]
while the package installs
Im making an easy package installer program in a CLI environment with python. and while the part where i execute
os.system('dpkg -i ' + packageName + '--yes')
i want to add like a loading thing like
[####........]
while the package installs