You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script en Python que permite renombrar archivos de forma masiva, reemplazando palabras específicas en sus nombres. Permite configurar carpetas de origen y destino, y especificar qué palabra buscar y reemplazar.
Python script to rename numbered files by adding leading zeros (e.g., libro 1.jpg → libro 001.jpg), useful for keeping correct order when merging images into a PDF or similar.