Ecosyste.ms: Awesome
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: 7 days ago
JSON representation
Use Python scripting to automate file commands
- Host: GitHub
- URL: https://github.com/fdauti/python_file_automation
- Owner: fdauti
- License: mit
- Created: 2024-08-28T23:02:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T23:53:46.000Z (5 months ago)
- Last Synced: 2024-11-14T00:35:27.254Z (2 months ago)
- Topics: os, shutil, subprocess
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)