Socket
Socket
Sign inDemoInstall

pywinutils

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pywinutils

Copy move and delete files using the built in Window's progress dialog


Maintainers
1

Readme

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

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc