ntchat/examples/multi_open.py
2022-08-25 12:37:49 +08:00

10 lines
147 B
Python

# -*- coding: utf-8 -*-
import sys
import ntchat
# 多开3个微信
for i in range(3):
wechat = ntchat.WeChat()
wechat.open(smart=False)