Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frmdstryr/pywinutils
Copy move and delete files using window's built in copy dialog (with progress window).
https://github.com/frmdstryr/pywinutils
Last synced: 3 months ago
JSON representation
Copy move and delete files using window's built in copy dialog (with progress window).
- Host: GitHub
- URL: https://github.com/frmdstryr/pywinutils
- Owner: frmdstryr
- Created: 2014-03-06T14:17:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T02:52:57.000Z (over 6 years ago)
- Last Synced: 2024-10-07T02:07:13.853Z (4 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pywinutils
==========Copy, move, and delete files using window's built in copy dialogs (with progress window).
### Requires ###
[pywin32](http://www.lfd.uci.edu/~gohlke/pythonlibs/#pywin32) >= 218.4
> Note: the version from Sourceforge will not work
### Installing ###
Install with pip
`pip install pywinutils`
### Usage ###
```python
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](https://lh6.googleusercontent.com/0JeNt0WSw2S4QwbbgEqx8STNdXlu2WHJTb0hFZI1krRKfkh2dxU6pFAavMq5z-1YR1Mmgzoc61vCxvlMM0SUDKRT49YoJ9mCG2caXpJYtwbLtFXLhsKcZXV0Csb8-A)