Created
March 24, 2016 21:56
-
-
Save bnlucas/2b60425756718381f74c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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