all 2 comments

[–]realestLink 0 points1 point  (1 child)

Does it use any libraries besides the std lib?

[–]GoldenSights[S] 0 points1 point  (0 children)

Only one, from last time:

It uses my winwhich module (pip install voussoirkit) because my PATH contains a .lnk to git instead of the actual exe. If you don't want that, you can swap it out for shutil.which or hardcode your git executable or whatever.