Question #654244 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654244
Status: Open => Answered
Manfred Hampl proposed the following answer:
For a random letter you can use python standard functions. Something
like
myList=["a","s","d","z","x","c"]
import random
for x in range(50):
print myList[random.randint(0,5)]
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp