ampy icon indicating copy to clipboard operation
ampy copied to clipboard

Add progress bar in the put method of Files class

Open 94929 opened this issue 4 years ago • 2 comments

Problem

When uploading a file using ampy put method, I want to check if the file is being uploaded to the board. Thus, tracking the progress of the uploading process is desired.

Proposed Solution

Use progress package which is fully compatible with the python versions of adafruit-ampy package in the put method of Files class to show its progress.

94929 avatar Aug 22 '20 14:08 94929

It doesn't show the progress bar in my test. Can you please attach a screenshot?

curiouswala avatar Feb 08 '21 16:02 curiouswala

@curiouswala Hi, I've attached the screenshot: Screen Shot 2021-02-10 at 3 55 26 PM

The code can be found here.

94929 avatar Feb 10 '21 06:02 94929