PiP not installed?

I just downloaded python for windows 3.12
I want to run a script to get my master token for google.

i need to install a package called gpsoauth

but i get the feeling it doesn;'t recornize the pip
i did check pip during installation and i did add python to environment variables.

i also edit th system envionment variables and made sure the path to scripts with pip3 was added

i followed some more instructions now it looks like pip is installed but…

still no sugar

alsp when i type pip -v again it is giving nameerror name pip is not defined

You have to start pip from the terminal, OUTSIDE from Python!

thanks got it to work… .now need to see why the script doesn;t get me my master token