Kirby1997 / DiscordUsernameAvailabilityChecker

A Python script to check if words from a wordlist are available as a Discord username
GNU General Public License v3.0
5 stars 6 forks source link

Requests is not a module? #2

Closed TestAccount129 closed 1 year ago

TestAccount129 commented 1 year ago

Import requests does not work. , line 2, in <module> import requests ModuleNotFoundError: No module named 'requests'. It is installed, though: Requirement already satisfied: request in [my path].

TestAccount129 commented 1 year ago

Probably fixed