No.
No.
In terminal, navigate to your Druid folder:
cd <path-to-druid-folder>
Replace path to <path-to-druid-folder> with the path where you put the Druid folder (for instance cd C:/users/sam/desktop/druid/ - this is what a path looks like on a PC).
Now that your terminal has “moved” to the correct folder, you can run python3 druid.py and it will successfully find the druid.py folder stored in the current location (your druid folder).
I save my scripts in a folder I made called scripts inside of my druid/ folder. To upload one of my scripts, I can then run:
u scripts/scriptname.lua
This command says “look for the scripts folder in my current location, then look inside of the scripts/ folder once you’ve found it for the file scriptname.lua and then upload it.”