A simple crosshair overlay for Windows using Python and Pygame.
-
Download the latest
crosshair.exeexecutable from the releases page. -
Simply open the
crosshair.exeexecutable.The crosshair will appear in the center of your primary screen.
You can close the crosshair from your taskbar.
-
Install Python 3.12.
-
Install dependencies:
python -m pip install -r requirements.txt
Use the following command to run the crosshair:
python crosshair.pyThe crosshair will appear in the center of your primary screen.
Press Ctrl+C in the terminal to close it.
To create a standalone executable:
-
Install PyInstaller:
python -m pip install pyinstaller
-
Run the build command:
python -m PyInstaller crosshair.spec --noconfirm
The executable will be located in dist/crosshair.exe.
