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 PySimpleGUI as sg | |
print("PySimpleGUI importado com sucesso") | |
import openpyxl | |
print("openpyxl importado com sucesso") | |
from openpyxl.styles import Alignment, Font, Border, Side, numbers | |
print("openpyxl.styles importado com sucesso") | |
import json | |
print("json importado com sucesso") | |
import sys | |
print("sys importado com sucesso") |