I'm looking into creating a standalone Python Playwright project, but when I follow the Python Playwright installation steps mentioned here, everything gets installed in various places on my PC.
Is there a way of installing this in a preferred folder, instead of the default ones?
What I'm trying to do is have a Project Folder which contains all the installation files, dependencies and project files, which I can let's say zip and copy to another PC, unzip it and everything should still work.
Is this possible?
Thanks