This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| def renombrar_archivos(directorio): | |
| """ | |
| Renombra todos los archivos dentro de un directorio a un formato específico. | |
| Args: | |
| directorio (str): La ruta al directorio que contiene los archivos a renombrar. | |
| """ | |
| acum = 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "Noobini Pizzanini", | |
| "rarity": "Common", | |
| "buyPrice": 25, | |
| "moneyPerSecond": 1 | |
| }, | |
| { | |
| "name": "Lirili Larila", | |
| "rarity": "Common", |