mirror of
https://gitlab.com/moepoi/WaifuGenerator.git
synced 2024-11-21 14:37:10 +01:00
Generate Your Waifu >_<
.idea | ||
src | ||
.gitignore | ||
example.php | ||
LICENSE | ||
README.md |
WaifuGenerator
Script For Generate Waifu (≧▽≦)
Usage
<?php
include('src/WaifuGenerator.php');
$anu = new WaifuGenerator();
$name = $anu->type("name");
$image = $anu->type("image");
echo "=== RESULT ===\n\nName : {$name}\nImage : {$image}";
?>