yihleego / launcher

Support WeChat, WeCom, DingTalk and custom applications (Windows). 支持微信、企业微信、钉钉等客户端多开。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Launcher

Introduction

Support WeChat, WeCom, DingTalk and custom applications.

Usage

Syntax

python launcher.py -a <app> -n <num> -p <path>

Examples

  1. Launch one WeChat client.

    python launcher.py -a wechat
    
  2. Launch two WeChat clients.

    python launcher.py -a wechat -n 2
    
  3. Launch one WeChat client with an alias. (More alias see: config)

    python launcher.py -a wx
    
  4. Launch one WeChat client with a specified path.

    python launcher.py -a wechat -p C:\WeChat.exe
    

About

Support WeChat, WeCom, DingTalk and custom applications (Windows). 支持微信、企业微信、钉钉等客户端多开。


Languages

Language:Python 100.0%