随笔分类 -  Python

摘要:# -*- coding:UTF-8 -*- import os,time from PIL import Image,ImageDraw,ImageFont fontFile="ygyxsziti2.0.ttf" #字体文件 width,height=612,816 # os.chdir('src 阅读全文
posted @ 2017-12-01 10:00 框框A 阅读(570) 评论(0) 推荐(0) 编辑
摘要:从菜鸟教程中扒取的标题截图: 阅读全文
posted @ 2017-11-29 09:51 框框A 阅读(1481) 评论(0) 推荐(0) 编辑
摘要:重构后 阅读全文
posted @ 2017-05-09 20:36 框框A 阅读(642) 评论(0) 推荐(0) 编辑
摘要:查看python已安装模块的方法小结 一、命令行下使用pydoc命令 在命令行下运行$ pydoc modules即可查看 二、在python交互解释器中使用help()查看 在交互式解释器中输入>>> help("modules")即可,效果跟在命令行下输入$ pydoc modules是一样的 阅读全文
posted @ 2017-04-12 10:34 框框A 阅读(664) 评论(0) 推荐(0) 编辑