Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 7 days 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)