verigak / progress

Easy to use progress bars for Python
ISC License
1.41k stars 179 forks source link

Is it possible to get the progress bar in a str variable ? #87

Closed 12rambau closed 3 years ago

12rambau commented 4 years ago

I'm not using the conventional print to display information to my user and I would need to have the progress bar as a str variable. Is it possible ?

12rambau commented 3 years ago

I ended up writing my own progress with a str output. sorry for the noise