How to Solve NameError: name 'arabic_reshaper' is not defined
Solution: Import the 'arabic_reshaper' module
To Solve the error, add the following line to the top of your code.
import arabic_reshaper
For more information:
Python arabic_reshaper