Skip to content

A simple module for convenient and fast generation of a character set

License

Notifications You must be signed in to change notification settings

frymex/randomify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Randomify — A simple module for convenient and fast generation of a character set

Installation

Windows Linux/MacOs
pip install pyrandomify pip3 install pyrandomify

Usage

from pyrandomify import Text, Digits, Generate

# generating text a-Z
Text().generate(lenght=15)
# output: AUyapxMKqDzSyQx

# generating numbers 0-9
Digits().generate(lenght=15)
# output: 500797162564347

# generating random printable symbols (text, digits, symbols, spaces)
Generate().generate(lenght=15)
# output: q?1wQ#}jpR*;w-.

About

A simple module for convenient and fast generation of a character set

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages