I have downloaded a module and moved it to my working directory, how can I import this module and all of its contents to use on my code?
a view of my working directory:
E:\myprojects\projectA
location of the downloaded module:
E:\myprojects\projectA\tweepy
NOTE: I tried installing it using a CMD and I was unable to that's why I want to do it this way instead.