Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Compilar em EXE único
- pyinstaller -F nome_do_arquivo.py
- Compilar em EXE único sem a janela de terminal
- pyinstaller --onefile --windowed nome_do_arquivo.py
- Compilar projetos que tenham tkcalendar
- pyinstaller --windowed --hidden-import babel.numbers --hidden-import babel.localedata nome_do_arquivo.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement