← Back to team overview

sikuli-driver team mailing list archive

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.