I know how to help pyinstaller to catch data files with .spec file but It is only when the names of them are fixed before executing pyinstaller. Anyone knows how to make the py file to exe that dinamically creates and names data files(.txt) and reads them on running? If It is impossible with pyinstaller, is there any other recommended tools?
I tried on windows10 and windows7 with python version 3.6 and 3.7.