Skip to content

K0Stek122/Python-pygame-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Python-pygame-overlay

How to use

This script lets you create overlay over any window you like and draw on it using pygame: image

Initialize the overlay, and start the loop in which you draw like so:

overlay = Overlay(targetWindowTitle)

while overlay.window:
  overlay.draw("fillRect", vector=Vector(30, 30, 60, 60), color=(255, 0, 255))
  overlay.handle()

All uses and figures can be found in the script.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages