I'm having a trouble downloading the graphics.py
file and locating at the appropriate directory.
To import the graphics library I downloaded the file at https://mcsp.wartburg.edu/zelle/python, then I located at the LIB directory (I also tried at the site-packages directory which is inside the LIB directory).
But when I try to import the library it doesn't works. The python IDLE just displays
import graphics
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import graphics
ModuleNotFoundError: No module named 'graphics'
How can I solve this problem?