/uwurandom.php

UwURandom remade in PHP :3333

Primary LanguagePHPMIT LicenseMIT

uwurandom.php

the best php library ever :3

installation and usage and stuff

download uwurandom.php and put it in a library folder, like lib

then copy this code into ur php file

<?php
// replace lib with the path to ur uwurandom
require("lib/uwurandom.php");
$uwu = new uwurandom();
?>

then to use it just copy this

// 500 characters of uwu :3
$uwu -> generate(500);

note: the limit isnt very strict like it it only stops after x characters its not limited to 500 characters i really need to fix that yeah okay so maybe just put a limit on it in your code if you want idk