Results 1 to 3 of 3

Thread: Python for macros

  1. #1
    Join Date
    Aug 2008
    Location
    HERE
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Python for macros

    I'm wondering if there are any tutorials on how to automate the mouse, keyboard and have the program respond to things on screen in python.

    Learnt a bit of python awhile back. I got bored though. If I had a goal such as to create a macro for runescape I think that would motivate me and help me to learn more.

    So if you can point me in the right direction it would be good thanx.

  2. #2
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    I believe if you google "How to click a color on Python" there is a guide that comes up on how to click a color, I searched it a while ago but I don't see the point in learning python to macro you will have to re-write abunch of color stuff. Good luck either way

  3. #3
    Join Date
    Jan 2011
    Location
    Denver, CO
    Posts
    1,351
    Mentioned
    2 Post(s)
    Quoted
    72 Post(s)

    Default

    Python MML:

    http://docs.villavu.com/simba/pymml.html

    I don't know if there are any projects that can do this and are cross platform, but there are ways to do it using the Windows API. Speed might also be an issue.
    Last edited by Echo_; 03-06-2013 at 04:26 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •