flying-wyf

2017年6月8日

python编程快速上手之第18章实践项目参考答案(18.14.2)

摘要: import pyautogui, time, os, pyautogui os.chdir('C:\\Users\\Administrator\\Python35-32\\test\\kuaisu') guests = open('sendMesTo.txt')#打开好友名单 for n in guests: pyautogui.click(1300, 1, button='lef... 阅读全文

posted @ 2017-06-08 23:08 flying-wyf 阅读(151) 评论(0) 推荐(0)

python编程快速上手之第18章实践项目参考答案(18.14.1)

摘要: import pyautogui, time print('Press Ctrl-C to quit.') try: while True: time.sleep(10) pyautogui.moveRel(1, 0, duration=0.25) time.sleep(10) pyautogui.moveRel(-1, 0, duration=0.25) ... 阅读全文

posted @ 2017-06-08 21:56 flying-wyf 阅读(134) 评论(0) 推荐(0)

python编程快速上手之第17章实践项目参考答案(17.7.3)

摘要: #! python3 # encoding: UTF-8 import os,docx from PIL import Image, ImageDraw from PIL import ImageFont os.chdir('C:\\Users\\Administrator\\Python35-32\\test\\kuaisu') guests = open('guests.txt') lo... 阅读全文

posted @ 2017-06-08 00:35 flying-wyf 阅读(183) 评论(0) 推荐(0)

导航