I'm new to python (been using it in VSCode) and recently have been working with pynput. I have it set up to type things but (I'm new to programming in general) I can't figure out how I could get that output somewhere else which is not just in the VSCode file.
This could be a really obvious solution, I've just never actually done anything outside of the terminal in terms of programming.
Thank you.
All I have tried is setting up a VSCode python run file shortcut to see if I had my cursor in a different textbar whether or not it would type there. Obviously it did not.