Is there a way to isolate a specific installed library into my project and compile it with the rest of a project?
I have multiple python projects and when I compile one of them the using Python to Exe, I end up compiling all the libraries that I have downloaded. I also noticed that in my project, even though I have specified an import, I still have access ,via import, to the other libraries that I do not need for the project.