├── Organise-Directory-Files.py ├── README.md ├── Rename-Images-In-Folder.py ├── add_logo_to_images.py ├── copy_certain_files.py └── resize_images.py /Organise-Directory-Files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Python-Automation-Scripts/HEAD/Organise-Directory-Files.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Python-Automation-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /Rename-Images-In-Folder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Python-Automation-Scripts/HEAD/Rename-Images-In-Folder.py -------------------------------------------------------------------------------- /add_logo_to_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Python-Automation-Scripts/HEAD/add_logo_to_images.py -------------------------------------------------------------------------------- /copy_certain_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Python-Automation-Scripts/HEAD/copy_certain_files.py -------------------------------------------------------------------------------- /resize_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Python-Automation-Scripts/HEAD/resize_images.py --------------------------------------------------------------------------------