I want to make a portable app that would have some code and python executable that would run on any Windows even if python is not installed.
I would like it to be python 3.6 and so it has only pip
and setup tools
installed.
EDIT: concerning duplicate
not quite. I don't want to compile the code. I wanted to give them .py
files but realize that Windows won't have python installed on default. I want something that can be carry on a flash drive but will run my code from source not binary.