文章分类 -  python

摘要:#coding=GB18030 from pywinauto import applicationimport SendKeysimport timeclass Pywin(object):"""pywin framwork main classtool_name : 程序名称,支持带路径windo 阅读全文
posted @ 2017-06-02 14:34 秋阳丶
摘要:# _*_ coding:UTF-8 _*_ import win32api,win32con,timefrom ctypes import *class POINT(Structure):_fields_ = [("x", c_ulong), ("y", c_ulong)]def get_mous 阅读全文
posted @ 2017-06-02 14:34 秋阳丶
摘要:# coding=utf-8 from pytesser import *from PIL import ImageGrab# 将验证码区域截图并保存image_address='D:\\cc.png'image_captcha = ImageGrab.grab((955,486,1035,513) 阅读全文
posted @ 2017-06-02 14:32 秋阳丶