taoxin/bullshit-generator

狗屁不通文章生成器

v1.4 2021-05-28 04:01 UTC

This package is auto-updated.

Last update: 2024-05-10 11:19:28 UTC


README

安装

composer require taoxin/bullshit-generator

使用

use taoxin\generator\BullshitGenerator
$BullshitGenerator = new BullshitGenerator();
echo $BullshitGenerator->generator("我是一个粉刷匠",1000);

参考python版本

https://github.com/lzjun567/BullshitGenerator