pyvista / pyiges

Python IGES Reader
https://pyvista.github.io/pyiges/
MIT License
33 stars 8 forks source link

Make the tqdm progress reporter configurable #14

Closed TormodLandet closed 3 years ago

TormodLandet commented 3 years ago

In a GUI it is inconvenient with stderr output from tqdm. This pull request allows the user to specify their own progress reporter. The default is still tqdm as before

akaszynski commented 3 years ago

Thanks for adding this!