Convert .py To Exe -
: Open your terminal or Command Prompt and run: pip install auto-py-to-exe
To make your app look professional, add a custom icon. You need an .ico file (you can convert png to ico online). Use the --icon flag. convert .py to exe
pyinstaller --onefile main.py
