There are python scripts like poetry and others that run natively without using python in the terminal.
What I mean with this is that instead of using
python script_name args
You use
script_name args
Is there a way of making native scripts like this other than using pyinstaller?