Skip to content

Commit d7c984f

Browse files
authored
Update and rename Automatizar.py to Automatizar Excel (modificado para exe).py
1 parent 6baa2e6 commit d7c984f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: spanish/Automatizar.py renamed to spanish/Automatizar Excel (modificado para exe).py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import string
66
import sys, os
77

8+
# ubicacion del archivo ejecutable
89
application_path = os.path.dirname(sys.executable)
910

1011
def automatizar_excel(nombre_archivo):
@@ -56,4 +57,4 @@ def automatizar_excel(nombre_archivo):
5657

5758
# automatizar reporte 2021
5859
nombre_archivo = input('Insert file name: ')
59-
automatizar_excel(f'{nombre_archivo}.xlsx')
60+
automatizar_excel(f'{nombre_archivo}.xlsx')

0 commit comments

Comments
 (0)