码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2017-05-21 09:49:50      阅读:218      评论:0      收藏:0      [点我收藏+]

标签:参考答案   min   python编程   pen   reader   line   ==   答案   minutes   

import os,PyPDF2
os.chdir(C:\\Users\\Administrator\\Python35-32)
dict=open(C:\\Users\\Administrator\\Python35-32\\dictionary.txt)#读入字典
pdfReader = PyPDF2.PdfFileReader(open(encryptedminutes.pdf, rb))#读入PDF文件
for n in dict.readlines():
 # print(str(n) ==‘ADOPT‘)
  password = n.strip(\n)
  if pdfReader.decrypt(password)==1:
    break
  elif pdfReader.decrypt(password.lower())==1:#验证小写
    break
print(password is + password)

 

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

标签:参考答案   min   python编程   pen   reader   line   ==   答案   minutes   

原文地址:http://www.cnblogs.com/flying-wyf/p/6883736.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!