Skip to content

A Python project for drawing a fixed crosshair on the screen

Notifications You must be signed in to change notification settings

thatguyfig/fps-crosshair-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

FPS Crosshair Overlay

This is a FPS crosshair overlayer written in Python. Useful for FPS games which don't have a fixed crosshair - can make pre-aiming much easier.

Dependencies

None , win32gui and win32api are standard libraries available in Python.

Configuring the crosshair

Configure the Screen and Crosshair classed to your liking within the draw_crosshair.py file.

Running the program

Run the below to start the crosshair drawing, this will run until you stop the process with Ctrl+C

python draw_crosshair.py

About

A Python project for drawing a fixed crosshair on the screen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages