from faker import Faker
fake = Faker()
from password_generator import PasswordGenerator
pwo = PasswordGenerator()
pwo.minlen = 8
pwo.maxlen = 10
pwo.minuchars = 2
pwo.minlchars = 3
pwo.minnumbers = 1
name = fake.name()
email = fake.email()
password = pwo.generate()
print(name,'\n',email,'\n',password)
no i mean the apk for run python codeeasy steps
i didnt know how to execute the scriptI wonder if that will work, thanks
i didn't test the code yetis this working well ?
i dont know see in youtube maybe you need root toono i mean the apk for run python code
root? i use pc btwi don't know see in youtube maybe you need root too
there is free generator in internet !i need that too
i just wanted to know how to work itthere is free generator in internet !
wow nice tutorial in python good man good work buddyHow to generate fake mail and password with python?
Required libraries:
- pip install random-password-generator
- pip install Faker
Output:
Alan Perry
rebeccadavis@hotmail.com
jp,8xdRVZd
Python:from faker import Faker fake = Faker() from password_generator import PasswordGenerator pwo = PasswordGenerator() pwo.minlen = 8 pwo.maxlen = 10 pwo.minuchars = 2 pwo.minlchars = 3 pwo.minnumbers = 1 name = fake.name() email = fake.email() password = pwo.generate() print(name,'\n',email,'\n',password)
you said apk -_-root? i use pc btw
exe sorry lolyou said apk -_-
then download application called pythonexe
exe sorry lol
1) You can use any IDE.i need that too
Post automatically merged:
what apk i need to use?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?