Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 810 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 810 Bytes

python-scripts

A place for garbage and also useful stuff...

convert-psd.py

Make sure to install: psd_tools
A quick Converter for converting PSD-Files to different Image-Types:

  • .psd to .png (convert-psd-to-png.bat)
  • .psd to .tif (convert-psd-to-tif.bat)
  • Export Layers from .psd to unique Files. (convert-psd-layers.bat)

sort-folder-by-date.py

A simple Script to sort files into folders by date: %y%m%d i.e. 190111


version-up.py

A function using regex to allow Version-Up on different paths.
whenever "_v[number]" or "_V[number]" occurs it'll try to increase that [number] if the new path is valid. (Still work in progress..!)