RandomStr Help

RandomStr

Installation

To install RandomStr just do

pip install randomstr

in the terminal.

About

RandomStr is a project made by qloha as a joke.

Although, it works pretty well, you can't stack the generate function.

The only function that exists is the generate function and here's how you use it:

import randomstr
randomstr.generate(6)

The number in the parentheses represents the length of the string you want.