Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 118 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 118 Bytes

Instalando Bibliotecas

pip install pyinstaller

Criando o .exe

pyinstaller --onefile --windowed nome_do_arquivo.py