All Projects → ostwalprasad → WordFrequencyPython

ostwalprasad / WordFrequencyPython

Licence: other
Python code to find out most frequent words from different word lists

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to WordFrequencyPython

Cupp
The most common form of authentication is the combination of a username and a password or passphrase. If both match values stored within a locally stored table, the user is authenticated for a connection. Password strength is a measure of the difficulty involved in guessing or breaking the password through cryptographic techniques or library-based automated testing of alternate values.
Stars: ✭ 2,493 (+7941.94%)
Mutual labels:  wordlist, wordlist-generator
Brutal-wordlist-Generator
Brutal Wordlist Generator is a java based Application software used to generate the wordlist with best of UX interface
Stars: ✭ 24 (-22.58%)
Mutual labels:  wordlist, wordlist-generator
Pydictor
A powerful and useful hacker dictionary builder for a brute-force attack
Stars: ✭ 2,055 (+6529.03%)
Mutual labels:  wordlist, wordlist-generator
WPA2-FritzBox-Pswd-Wordlist-Generator
This Script will produce all of the WPA2 Passwords used by various Router companies aswell as Fritzbox. All of these Passwords will be 16 Numbers in length. So it could get a bit large.
Stars: ✭ 22 (-29.03%)
Mutual labels:  wordlist, wordlist-generator
PUPI
🛅 Passwords using personal information
Stars: ✭ 65 (+109.68%)
Mutual labels:  wordlist, wordlist-generator
cracken
a fast password wordlist generator, Smartlist creation and password hybrid-mask analysis tool written in pure safe Rust
Stars: ✭ 192 (+519.35%)
Mutual labels:  wordlist, wordlist-generator
longtongue
Customized Password/Passphrase List inputting Target Info
Stars: ✭ 61 (+96.77%)
Mutual labels:  wordlist, wordlist-generator
python-wordlist-generator
Create awesome wordlist with python, demo: https://asciinema.org/a/101677
Stars: ✭ 87 (+180.65%)
Mutual labels:  wordlist, wordlist-generator
ComPP
Company Passwords Profiler (aka ComPP) helps making a bruteforce wordlist for a targeted company.
Stars: ✭ 44 (+41.94%)
Mutual labels:  wordlist
wordmaker
auto generate chinese words in huge text.
Stars: ✭ 91 (+193.55%)
Mutual labels:  words
ronin-support
A support library for Ronin. Like activesupport, but for hacking!
Stars: ✭ 23 (-25.81%)
Mutual labels:  wordlist
an-array-of-spanish-words
List of ~636,000 Spanish words
Stars: ✭ 31 (+0%)
Mutual labels:  words
vue-countable
✍️ Vue binding for countable.js. Provides real-time paragraph, sentence, word, and character counting.
Stars: ✭ 25 (-19.35%)
Mutual labels:  words
rhymes
Give me an English word and I’ll give you a list of rhymes
Stars: ✭ 34 (+9.68%)
Mutual labels:  words
urdu-characters
📄 Complete collection of Urdu language characters & unicode code points.
Stars: ✭ 24 (-22.58%)
Mutual labels:  words
langua
A suite of language tools
Stars: ✭ 29 (-6.45%)
Mutual labels:  words
brutas
Wordlists and passwords handcrafted with ♥
Stars: ✭ 32 (+3.23%)
Mutual labels:  wordlist
common-substr
Simple tool to extract the most common substrings from an input text. Built for password cracking.
Stars: ✭ 56 (+80.65%)
Mutual labels:  wordlist-generator
ety-python
A Python module to discover the etymology of words
Stars: ✭ 110 (+254.84%)
Mutual labels:  words
UIImageViewWithWords
Create UIImageView with words in Swift
Stars: ✭ 89 (+187.1%)
Mutual labels:  words

WordFrequencyPython

Python Code to find out most frequent words from famous GRE lists below.

WordLists

  1. Barrons 1100 Words
  2. Magoosh 1000 Words
  3. Majortest Essential 1500 Words
  4. Princeton 500 Words
  5. Kaplan 500 Words
  6. Manhattan Basic+Essential 1000 Words

Most common words present across all above lists are calculated and sorted by number of occurence in list

  • Word:Frequency list generated by code is in 'Words_Output.txt'
  • All combined words from above 6 lists are stored in 'CombinedAllWords.txt'
  • Individual Word lists are stored in Wordlist Folder *
  • words.html consists of simple-formatted words for combined list

Wordlist Courtesy: www.quizlet.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].