So I\'m trying to make a program that randomly places my mouse in specific areas in python, and I\'m still testing it so it can get a bit crazy. I was wondering if it were poss
this should work, whenever you click the key it will break the loop, install the module keyboard with
pip install keyboard
if keyboard.is_pressed('q'): break