Re: [Sikuli-driver] [Question #223404]: need to change the case of some text

2013-03-05 Thread RaiMan
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

[Sikuli-driver] [Question #223404]: need to change the case of some text

2013-03-04 Thread dude
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