nifey / epub2sphinx

epub2sphinx is a tool to convert epub files to ReST for Sphinx
https://pypi.org/project/epub2sphinx/
MIT License
12 stars 2 forks source link

Make progress bar get updated for each stage #19

Closed nifey closed 2 years ago

nifey commented 2 years ago

We should find a way to update the progress bar after each stage of conversion.

In the generate rst stage, we can update after every file is converted to ReST.

AswinChand97 commented 2 years ago

Hi Nihaal, I will work on the fix for this issue.

nifey commented 2 years ago

Fixed with #27