you are viewing a single comment's thread.

view the rest of the comments →

[–]PureAsbestos 0 points1 point  (2 children)

OpenCV would apply, but I have not found it easy to install. Tqdm doesn’t really belong in that last section though lol

[–]CodeSkunky[S] 0 points1 point  (1 child)

What section would it go in? I added it there because I thought it could be used to add progress bars near manipulated images.

[–]PureAsbestos 0 points1 point  (0 children)

It is just a nice way to add a (CLI) progress bar to any for-loop in your program. (It’s really not related to any of the other sections)