pip install pyinstaller pyinstaller your_script.py pyinstaller --onefile your_script.py pyinstaller --name my_app your_script.py pyinstaller --add-data 'images/*.png:images' your_script.py