MachineKillin / Email-Account-Generator-Checker

This Python program generates a random email address and password from a 2 big lists and checks the generated account. If the account is valid, it will save it to a list.
51 stars 23 forks source link

error please help #2

Open Lilpablo999 opened 2 years ago

Lilpablo999 commented 2 years ago

python3 main.py 137 ⨯ sh: 1: cls: not found Traceback (most recent call last): File "/home/lilpablo/Desktop/Email-Account-Generator-Checker/main.py", line 198, in main() File "/home/lilpablo/Desktop/Email-Account-Generator-Checker/main.py", line 28, in main ctypes.windll.kernel32.SetConsoleTitleW("Valid Email Account Generator") AttributeError: module 'ctypes' has no attribute 'windll'

MachineKillin commented 2 years ago

are you using windows? if not that might be the reason.