Skip to content

Creates random strings and checks if any of them are a real words. Mostly a waste of time ngl but it is cool to see it work and the fact that it can generate a real random word within10sec

License

DamnUi/Random-String-Gen-to-check-if-its-a-word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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! :)

About

Creates random strings and checks if any of them are a real words. Mostly a waste of time ngl but it is cool to see it work and the fact that it can generate a real random word within10sec

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages