Metadata-Version: 2.1
Name: pikachuwechat
Version: 0.1.1
Summary: PikachuWeChat: Play WeChat with itchat-uos.
Home-page: https://github.com/CharlesPikachu/pikachuwechat
Author: Zhenchao Jin
Author-email: charlesblwx@gmail.com
License: MIT License
Description: <div align="center">
          <img src="./docs/logo.png" width="600"/>
        </div>
        <br />
        
        [![docs](https://img.shields.io/badge/docs-latest-blue)](https://pikachuwechat.readthedocs.io/)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pikachuwechat)](https://pypi.org/project/pikachuwechat/)
        [![PyPI](https://img.shields.io/pypi/v/pikachuwechat)](https://pypi.org/project/pikachuwechat)
        [![license](https://img.shields.io/github/license/CharlesPikachu/pikachuwechat.svg)](https://github.com/CharlesPikachu/pikachuwechat/blob/master/LICENSE)
        [![PyPI - Downloads](https://img.shields.io/pypi/dm/pikachuwechat?style=flat-square)](https://pypi.org/project/pikachuwechat/)
        [![issue resolution](https://isitmaintained.com/badge/resolution/CharlesPikachu/pikachuwechat.svg)](https://github.com/CharlesPikachu/pikachuwechat/issues)
        [![open issues](https://isitmaintained.com/badge/open/CharlesPikachu/pikachuwechat.svg)](https://github.com/CharlesPikachu/pikachuwechat/issues)
        
        Documents: https://pikachuwechat.readthedocs.io/zh/latest/
        
        
        # PikachuWeChat
        ```sh
        PikachuWeChat: Play WeChat with itchat-uos.
        You can star this repository to keep track of the project if it's helpful for you, thank you for your support.
        ```
        
        
        # Support List
        | Function                                   | Introduction                                               | Code                                                         |  in Chinese       |
        | :----:                                     | :----:                                                     | :----:                                                       |  :----:           |
        | AntiWithdrawal                             | [click]()                                                  | [click](./pikachuwechat/modules/core/antiwithdrawal.py)      |  微信消息防撤回   |
        | AnalysisFriends                            | [click]()                                                  | [click](./pikachuwechat/modules/core/analysisfriends.py)     |  微信好友分析     |
        | AutoReply                                  | [click]()                                                  | [click](./pikachuwechat/modules/core/autoreply.py)           |  微信自动回复     |
        
        
        # Install
        
        #### Pip install
        ```sh
        run "pip install pikachuwechat"
        ```
        
        #### Source code install
        ```sh
        (1) Offline
        Step1: git clone https://github.com/CharlesPikachu/pikachuwechat.git
        Step2: cd pikachuwechat -> run "python setup.py install"
        (2) Online
        run "pip install git+https://github.com/CharlesPikachu/pikachuwechat.git@master"
        ```
        
        
        # Quick Start
        ```python
        import random
        from pikachuwechat import pikachuwechat
        
        wechat_helper = pikachuwechat.pikachuwechat()
        all_supports = wechat_helper.getallsupported()
        wechat_helper.execute(random.choice(list(all_supports.values())))
        ```
        
        
        # Screenshot
        ![img](./docs/screenshot.png)
        
        
        # Projects in Charles_pikachu
        - [Games](https://github.com/CharlesPikachu/Games): Create interesting games by pure python.
        - [DecryptLogin](https://github.com/CharlesPikachu/DecryptLogin): APIs for loginning some websites by using requests.
        - [Musicdl](https://github.com/CharlesPikachu/musicdl): A lightweight music downloader written by pure python.
        - [Videodl](https://github.com/CharlesPikachu/videodl): A lightweight video downloader written by pure python.
        - [Pytools](https://github.com/CharlesPikachu/pytools): Some useful tools written by pure python.
        
        
        # More
        #### WeChat Official Accounts
        *Charles_pikachu*  
        ![img](./docs/pikachu.jpg)
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
