摘要: ``` coding:utf 8 PyMsgBox A simple, cross platform, pure Python module for JavaScript like message boxes. Al Sweigart al@inventwithpython.com Modified 阅读全文
posted @ 2017-03-27 14:53 idlewith 阅读(573) 评论(0) 推荐(0) 编辑
摘要: ``` import os import fnmatch def get_c_path(): for drive in ('C:\\', 'D:\\'): for dirpath, dirnames, filenames in os.walk(drive): for name in filenames: if fnm... 阅读全文
posted @ 2017-03-27 13:28 idlewith 阅读(101) 评论(0) 推荐(0) 编辑