berzerk0 / BEWGor

Bull's Eye Wordlist Generator - Does your password rely on predictable patterns of accessible info?
GNU General Public License v3.0
403 stars 70 forks source link

Speed and readability #6

Open alexlab2017 opened 6 years ago

alexlab2017 commented 6 years ago

Removing range(len()) functions will speed up code. The line is shorter and more readable. Iterating the list items directly is faster and more "pythonic".