Skip to content

lrdcxdes/randomify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

randomify

Simple python library for generate random words

Usage:

from randomify import username


if __name__ == "__main__":
    names = [username() for _ in range(100)]
    from json import dumps
    print(dumps(names, indent=4))

Author: @lord_code

About

Simple python library for generate random words

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages