破解thinkcell时间限制

时间:2022-09-07 16:54:55
【文件属性】:
文件名称:破解thinkcell时间限制
文件大小:487B
文件格式:PY
更新时间:2022-09-07 16:54:55
python thinkcell thinkcell 的有效期只有15天,每隔15天就要找一次码太麻烦了,有了这个程序加上python,就可以自动跳过thinkcell的有效期限制啦

网友评论

  • 没有说明。。。
  • 就是调整系统日期。。。 import time import os import subprocess localtime = time.localtime(time.time()) date1 = time.strftime("%Y-%m-%d", time.localtime()) file1 = open('D:/Thinkcell_time.bat','w') file1.write('@date 2019-04-01') file1.close() subprocess.Popen('D:/Thinkcell_time.bat') os.popen(r'D:\1.xlsx') time.sleep(1) os.popen(r'D:\1.pptx') time.sleep(1) file2 = open('D:/System_time.bat','w') file2.write('@date ') file2.write(date1) file2.close() subprocess.Popen('D:/System_time.bat')