Skip to content

Instantly share code, notes, and snippets.

@bnlucas
Created March 24, 2016 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bnlucas/2b60425756718381f74c to your computer and use it in GitHub Desktop.
Save bnlucas/2b60425756718381f74c to your computer and use it in GitHub Desktop.
import time
import webbrowser
import click
from pymouse import PyMouse
from pykeyboard import PyKeyboard
m = PyMouse()
k = PyKeyboard()
x, y = m.screen_size()
@click.command(soid)
def run(soid):
pass
if __name__ == '__main__':
run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment