A Python script that draws pixels on the center of the screen on top of any other windows, regardless of focus.
Install PyQt5 on Windows:
pip install PyQt5
Install PyQt5 on Linux:
sudo apt install python3-pyqt5
Install PyQt5 on Mac:
brew install pyqt5

