随笔分类 -  Python

微信定时发送消息
摘要:# -*- coding: utf-8 -*-"""@Time : 2022/5/25 上午 10:00@Author : iFish@File : automation_vx.py"""import timeimport pyautogui as pgimport pyperclip as pcp 阅读全文
posted @ 2022-05-26 17:27 MTMA 阅读(349) 评论(0) 推荐(0)
跑密码-破解压缩包密码.py
摘要:注意:密码没有加上符号。密码位数只到8位。 有更多想法的大佬可以把完善后的代码贴在评论下共享。 1 import time 2 from typing import List 3 from tqdm import tqdm 4 from itertools import chain 5 from z 阅读全文
posted @ 2021-12-07 15:18 MTMA 阅读(701) 评论(0) 推荐(0)