polyvertex / fitdecode

A FIT file parsing and decoding library written in Python3
MIT License
157 stars 34 forks source link

What's the best way to show a progress bar #25

Open mabr1971 opened 1 year ago

mabr1971 commented 1 year ago

I have some large fit files that take several seconds to load. What would be the best way to show a progress bar, especially since the total number of frame is not known initially.