mirror of
https://github.com/ovosimpatico/quebrando-senhas.git
synced 2026-01-15 16:42:54 -03:00
PEP 8 compliance
So zay don't curse at me because of wildcard imports
This commit is contained in:
13
main.py
13
main.py
@@ -1,15 +1,4 @@
|
||||
from src.generic import *
|
||||
from src.encrypt import *
|
||||
from src.funcoes import *
|
||||
|
||||
#print(senhas()[0])
|
||||
|
||||
#frase = input("senha")
|
||||
#aha = codificar_senha(frase)
|
||||
#print(aha)
|
||||
|
||||
#senhas_para_arquivo('k')
|
||||
#print(find('JqnPIZYP5+WTMI+tIAplfXhbY0tUd82xgV+wrss7ucbHumwI5bs5epKQ7SO7v6y5c3RzHNhF+0V+ivSbRgamqA=='))
|
||||
from src.funcoes import comparatd
|
||||
|
||||
k = comparatd()
|
||||
if len(k) > 1:
|
||||
|
||||
Reference in New Issue
Block a user