Python 复制带有 Windows 进度条的文件夹

Python copy folder with Windows Progress Bar

有没有办法在 Windows 上使用 Python 初始化复制命令。 我想获得进度 window 就像在资源管理器中使用复制/粘贴时一样:

Windows Progress Bar

所以基本上 Python 只启动进程,Windows 运行它。

我知道 python 中的进度条还有其他方法,但这不是我要找的。

SHFileOperation. You could perhaps use this为起点...