An open API service indexing awesome lists of open source software.

https://github.com/fdauti/python_file_automation

Use Python scripting to automate file commands
https://github.com/fdauti/python_file_automation

os shutil subprocess

Last synced: 10 months ago
JSON representation

Use Python scripting to automate file commands

Awesome Lists containing this project

README

          

#### Using Python libraries like os, subprocess and shutil to automate working with files and directories

### shutil module
- #### offers os independent commands
- #### shutil.copy(target, destination)