Skip to content

Commit

Permalink
feat: arquivos.csv created at /arquivos_csv/
Browse files Browse the repository at this point in the history
  • Loading branch information
92username committed Dec 21, 2024
1 parent 0e59264 commit a5163b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.~lock.clientela.csv
*.csv
.~lock.estoqueteste.csv#
/arquivos_csv/
2 changes: 1 addition & 1 deletion fakerclientes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os

# Solicitar informações ao usuário
output_file = input("Digite o nome do arquivo .csv (ex: clientes.csv): ")
output_file = os.path.join("arquivos_csv", input("Digite o nome do arquivo .csv (ex: clientes.csv): "))
NUM_PF = int(input("Quantidade de Pessoas Físicas a serem criadas: "))
NUM_PJ = int(input("Quantidade de Pessoas Jurídicas a serem criadas: "))

Expand Down

0 comments on commit a5163b7

Please sign in to comment.