Python tarfile progress
问题 Is there any library to show progress when adding files to a tar archive in python or alternativly would be be possible to extend the functionality of the tarfile module to do this? In an ideal world I would like to show the overall progress of the tar creation as well as an ETA as to when it will be complete. Any help on this would be really appreciated. 回答1: Unfortunately it doesn't look like there is an easy way to get byte by byte numbers. Are you adding really large files to this tar