So erhalten Sie den Standort des Cursorbildschirms in Python

import mouse 
print(mouse.get_position())
Programmer of empires