Cara Mendapatkan Lokasi Layar Kursor Dalam Python

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