Question #223404 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/223404
Status: Open => Answered
RaiMan proposed the following answer:
these are the basics you need:
name = "John Doe" # read from file
(first, last) = name.split(" ")
first = first.strip() # get rid of whites
New question #223404 on Sikuli:
https://answers.launchpad.net/sikuli/+question/223404
this is probably motr of a python issue but im hoping someone has a solution
for me
ive got lists of data
one line that is the full name
Eg. name:John Doe
and the line below is a the user ID
Eg. userID:jdoe
2 matches
Mail list logo