0

I'm trying to convert a python file to exe with images and with no console but I do not know the exact functions to use, please help.

I tried doing

pyinstaller main.py --add-data "image.png" --noconsole

but didn't work

Sanchez
  • 45
  • 6
  • What didn't work? Is it a project or just a single file? Update your question with these details. – demberto Mar 30 '22 at 12:18
  • I use something called AutoPyExe or something similar. https://pypi.org/project/auto-py-to-exe/ – KingTasaz Mar 30 '22 at 12:27
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Mar 30 '22 at 12:28
  • When I use pyinstaller, I [edit the spec file to add images](https://stackoverflow.com/questions/31836104/pyinstaller-and-onefile-how-to-include-an-image-in-the-exe-file) – Kartikeya Mar 30 '22 at 13:36

0 Answers0