Add progress bar #9

Merged
AleksaMCode merged 1 commits from feat/progress-bar into master 2023-10-12 16:05:02 +02:00
AleksaMCode commented 2023-10-12 14:16:33 +02:00 (Migrated from github.com)

Implemented progress bar.

Here are screenshots from testing the code when uploading a test file test.txt.
progress-bar-1
progress-bar-2

Implemented progress bar. Here are screenshots from testing the code when uploading a test file `test.txt`. ![progress-bar-1](https://github.com/tanrax/transfersh-cli/assets/23129943/bb4aaa50-24c9-4397-8529-9377342656b1) ![progress-bar-2](https://github.com/tanrax/transfersh-cli/assets/23129943/63a80a29-9300-4f97-b03b-aeafbd3b775a)
tanrax commented 2023-10-12 16:05:04 +02:00 (Migrated from github.com)

Thanks for the contribution!
I was missing to add some dependencies in the installation, like tqdm and requests-toolbelt. I add them.

Thanks for the contribution! I was missing to add some dependencies in the installation, like tqdm and requests-toolbelt. I add them.
Sign in to join this conversation.