String Gen + Word Checker

Hol’ on, What does it do again?

  • Creates Random Strings.

''.join(random.choices(string.ascii_lowercase, k = N))
Uses rudimentary string generation depending on how long i want it.

  • Checks If Any of Those Random Strings Are Words.

It gets a list of words from either 10000 Word List or 100000 Word List the 10000 is technically faster but less hit chances and more chance of getting actual words, 100000 very slightly slower but more hit chances but high chance of getting abbreviations of random setences

Why?

  • Beginners

I made this for beginners in py looking to learn, i’m kinda of a beginner too so yeah

  • Works

it works, its fast, cool to look at need more reason?

How it looks?

Want To Contribute?

I’m more then open to contributions to make it faster, or to improve its design, or just a better word list, etc.

Fork  
           do changes 
                           Pull request

Thank You! ?

GitHub

View Github