INSTALLATION
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/kikunayar/webtoon-image-cropper/main/cropper.py" -OutFile cropper.py
USAGE EXAMPLE
python -c "from cropper import cropper; cropper(r'C:\Users\hunte\Desktop\manga',r'C:\Users\hunte\Desktop\cropp')"
- input directory = r'C:\Users\hunte\Desktop\manga'
- output directory = r'C:\Users\hunte\Desktop\cropp'