mkorman90 / regipy

Regipy is an os independent python library for parsing offline registry hives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider replacing tqdm with Click built-in progress bar

pombredanne opened this issue · comments

tqdm is awesome, but its usage is minimal here and may be could be replaced by the Click built-in progress bar to have overall fewer deps.

Will do

Done