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.
50 stars 23 forks source link

ModuleNotFoundError: No module named 'requests' #3

Closed DONOcoding closed 1 year ago

DONOcoding commented 1 year ago

C:\Users\DONO\Desktop\DEV\Email generator\Email-Account-Generator-Checker>python3 main.py Traceback (most recent call last): File "C:\Users\DONO\Desktop\DEV\Email generator\Email-Account-Generator-Checker\main.py", line 1, in import requests, os, threading, sys, time, random, ctypes, datetime, os.path, tkinter ModuleNotFoundError: No module named 'requests'

MachineKillin commented 1 year ago

you need to install requests python -m pip install requests