I want to create an installer for my python project, which runs on any Windows PC without directly installing python on that PC.
Basically what I need is that my python project installs and runs on PC as any other software.
I've already tried pyinstaller but it converts only a single file. I don't know if it does work for a whole project.
