Pasting lines into numerous input boxes.
Im using pyperclip in python to send contents of txt file to my clipboard. theres five lines of text. I then go to my browser and I want to take those five lines and paste into 5 input boxes using JQuery. 1st line to 1st input box, 2nd line to 2nd...etc with a bind 'paste'.
I looked at jakecigar 's code for doing this but it assumes inputs are stacked beside one another and it doesnt work on my input boxes. (
Jakes code) Also I think these inputs are 'hidden', but I can target them in console.
A side note- I get these  in the first line of the contents being copied to my cboard using pyperclip. My txt file is saved as UTF-8 using 'r' to open file. I know this is python Im talking about now but hey why not mention it? :) Whats with that? I cant paste any html here now. That task is no longer posted.