pip install pyinstaller pip install pillow pyinstaller --onefile --windowed --add-data "images;images" --icon "images\icon.ico" pyberzerk.py but looks icon.ico not applied. needs to be checked
pip install pyinstaller
pip install pillow
pyinstaller --onefile --windowed --add-data "images;images" --icon "images\icon.ico" pyberzerk.py
but looks icon.ico not applied. needs to be checked