An open API service indexing awesome lists of open source software.

https://github.com/qloha/randomstr

Generates a random string of your length choice.
https://github.com/qloha/randomstr

Last synced: 9 months ago
JSON representation

Generates a random string of your length choice.

Awesome Lists containing this project

README

          

# RandomStr

Generates a random string of your length choice.

## How to install:

To install this package, run ```pip install randomstr```

## Tutorial

You can use it's generate function to generate a random string, and you can choose it's length

```
import randomstr

randomstr.generate(6)
```

### For the full documentation, please visit https://qloha.github.io/randomstr