Skip to content

jjun4341/random_value

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages