Skip to content
forked from whirlygig/randgen

can be expanded and tweaked to work for other projects where you need a ridiculous number of random strings!

Notifications You must be signed in to change notification settings

jpanged/randgen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

⭐ randgen.py, a very high quality file ⭐

can be expanded and tweaked to work for other projects where you need a ridiculous number of random strings!

why this

i made this because i needed a way to get ~50k random strings separated by -- in the following format:

[string1]--[string2]--[string3]

here is how to use it

command line format:

python3 randgen.py [filename to write to] [number of strings to generate]

example:

python3 randgen.py 10_long_line_file.txt 10

python3 randgen.py 5_million_long_line_file.txt 5000000

About

can be expanded and tweaked to work for other projects where you need a ridiculous number of random strings!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%