Is there a lib in python which allows automation of keyboard sequences (for want of a better expression 'keyboard emulation') I'm pretty new to python, so please be easy on me if it's a really daft question. :P Thanks.
shr2408 0 Newbie Poster
Recommended Answers
Jump to PostThere is also xvkbd, but it is a console program and so is accessed via:
os.system('xvkbd -test "string to type" ')
http://homepage3.nifty.com/tsato/xvkbd/
Jump to Postxvkbd runs on Linux and SendKeys has a source package, probably a python extension, so it should work but I haven't tried it.
All 6 Replies
Gribouillis 1,391 Programming Explorer Team Colleague
lllllIllIlllI 178 Veteran Poster
woooee 814 Nearly a Posting Maven
shr2408 0 Newbie Poster
woooee 814 Nearly a Posting Maven
shr2408 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.