randomvalue

This package returns random values.


Keywords
pypi, deploy
Install
pip install randomvalue==111

Documentation

randomvalue

How to use

first. install this package.

pip install randomvalue

second. use this package.

from randomvalue import *

random_string(length=10, string=3) 
# if string == 1: Create a random string using only lowercase letters.
# if string == 2: Create a random string using only uppercase letters.
# if string == 3: Create a random string using both upper and lower case letters.
random_number(length=5)
random_strnum(length=6)