I want to build a Python project in an exe-file and decided to use PyInstaller. The problem is that I want the program to use external data (pictures) that will be known in advance. I searched the Internet for information, but I did not understand anything. Please write step-by-step instructions on what to do to compile my Python project with all the necessary files. Thanks in advance for your help.

0