My python3 script currently requires pypdf2 for execution. If I want to run it on another device I would have to install python3, pip and pypdf2.
Is there a way to include pypdf2 into my script so that I only need python itself to run my script?
EDIT: The script runs on windows (10)