pywe-utils

Wechat Utils Module for Python.


Keywords
Wechat, Weixin, Utils
License
BSD-3-Clause
Install
pip install pywe-utils==1.0.2

Documentation

pywe-utils

Wechat Utils Module for Python.

Installation

pip install pywe-utils

Usage

from pywe_utils import to_binary, to_text, random_string

Method

def to_binary(value, encoding='utf-8'):

def to_text(value, encoding='utf-8'):

def random_string(length=16):