menukaonline / Mega-to-Google-Drive

This is a Google Colab notebook that helps you to transfer files from Mega to Google Drive
286 stars 143 forks source link

about modifying downloading progress bar #9

Open M-SAMARTH2882 opened 3 years ago

M-SAMARTH2882 commented 3 years ago

sir please modify the downloading progress bar so that it show in only one line

it takes a lot of lines while showing output

menukaonline commented 3 years ago

I tried to do something with it but it seems like escape sequences don't work on colab. I also tried with clear_output built-in function which comes with Colab. It did the work but I found some delay in the progress display which makes the progress bar useless at all. This happens because of the low speed of that function. So I stopped working on it temporary

But there maybe methods that we can win the situation but I have to do some research for that. But if someone comes with a solution will be approved because contributions are warmly welcome.