ntchat/examples/multi_open.py
2022-08-23 16:16:11 +08:00

10 lines
136 B
Python

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