Skip to content

Instantly share code, notes, and snippets.

View ChewRafa's full-sized avatar
😱
Learning More

ChewRafaDev ChewRafa

😱
Learning More
View GitHub Profile

Keybase proof

I hereby claim:

  • I am chewrafa on github.
  • I am chewrafa (https://keybase.io/chewrafa) on keybase.
  • I have a public key ASDoqCjX8Bn62sJT3MKl9quZKB6ZXs01cVnnJC3HMo0fPgo

To claim this, I am signing this object:

@ChewRafa
ChewRafa / crop.py
Last active September 24, 2021 01:37
Este programa permite cortar imagenes por lotes
#!/usr/bin/python3
from PIL import Image
import glob, os, os.path
def preparar_paginas(is_even):
#numero de archivos en la carpeta
files_count = len(os.listdir('01_rename/'))
print('Hay un total de ' + str(files_count) + ' archivos en la carpeta.')