
تخمين سهل لأي شيء تريده - Jose Pino
سهولة القوة العمياء لأي شيء تريده، إنها سحرية لزيادة القيم والتوجيه المباشر.
git clone https://github.com/jofpin/brutto.gitpython setup.py install# So you import the library
from brutto_easy import Brutto
# call brutto
test = Brutto()
# Here I implement
for example in test.increase(letters=True, numbers=True, symbols=False, space=False, scope=4):
print example
# call brutto
bruteforce = Brutto()
for example in bruteforce.direct(4):
print example
لذا يمكنك إضافة قيمة مخصصة لزيادة الحروف. scope=(1-5)
# call brutto
test = Brutto()
for example in test.increase(letters=True, scope=5):
print example
مع الحروف والأرقام، ونطاق متزايد scope=(1-8 )
# call brutto
test = Brutto()
for example in test.increase(scope=8, letters=True, numbers=True, symbols=False):
print example
حقوق النشر، 2015 بواسطة Jose Pino