/pywinutils

Copy move and delete files using window's built in copy dialog (with progress window).

Primary LanguagePython

pywinutils

Copy, move, and delete files using window's built in copy dialogs (with progress window).

Requires

pywin32 >= 218.4

Note: the version from Sourceforge will not work

Installing

Install with pip

pip install pywinutils

Usage

In [1]: import winutils
In [2]: winutils.copy(src=r'C:\Users\jrm\Downloads\bitnami-gitlab-6.4.3-1-linux-x64-installer.run',dst=r'C:\Users\jrm\Desktop')
Out[2]: True

Copy progress