摘要: # -*-coding:utf8 -*-import os#print(os.getcwd())users = open('username.txt', 'r')password = open('password.txt', 'r')lock_user = open('lock.txt', 'r') 阅读全文
posted @ 2017-03-22 22:37 村西崔二 阅读(108) 评论(0) 推荐(0) 编辑
摘要: """Modify file name,remove the numbers from file namePython2.X"""# -*- coding: utf8 -*-import osdef rename_files(): # (1) get file names in a folder f 阅读全文
posted @ 2017-03-22 17:43 村西崔二 阅读(447) 评论(0) 推荐(0) 编辑
摘要: """Use python open browser after two hours """#-*- coding:utf8 -*-import timeimport webbrowsertotal_break = 3break_count = 0print("This Program starte 阅读全文
posted @ 2017-03-22 15:07 村西崔二 阅读(138) 评论(0) 推荐(0) 编辑