How to Solve NameError: name 'Button' is not defined -- pynput

Solution: Import the 'Button' module

To Solve the error, add the following line to the top of your code.

from pynput import Button

 

For more information:
Python pynput Button