I\'m trying to make a simple script which takes a list of names off the clipboard formatted as \"Last, First\", then pastes them back as \"First Last\". I\'m using Python 3 and
Apparently I need to use '\r\n' instead of just '\n'. I don't know exactly why this is but I found that answer on the internet and it worked.