verigak / progress

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

Fixed #64 -- ensure hidden cursor is reshown at exit. #69

Closed frasern closed 5 years ago

frasern commented 5 years ago

This uses the atexit hooks to ensure that .finish() is called when the program exits.

verigak commented 5 years ago

Thanks!