sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #13457
Re: [Question #209939]: How to create randomly generated name
Question #209939 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209939
Status: Open => Answered
RaiMan proposed the following answer:
the easiest:
str(int(time.time()*1000))
this gives you a new string value every millisecond.
(based on the current time in seconds since 1970)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.