Skip to content

PyRend is a Python library for rendering invisible overlays on top of the desktop. It allows you to draw shapes, images, video, and text over any running application, including windowed or borderless windowed games, without showing a visible window or stealing focus.

License

Notifications You must be signed in to change notification settings

CalebK33/PyRend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyRend

PyRend is a Python library for rendering invisible overlays on top of the desktop. It allows you to draw shapes, images, video, and text over any running application, including windowed or borderless windowed games, without showing a visible window or stealing focus.

It also includes support for playing and recording audio, handling video playback, and capturing/controlling keyboard input. PyRend is designed for scenarios where you want full control over what is drawn on screen, without creating a traditional GUI application, plus many more features.

You can check out the PyRend documentation here.


Features

  • Draw shapes (rectangles, circles, lines) and text over the screen
  • Render images and video into the overlay
  • Invisible overlay window that is always on top and does not appear in the taskbar or alt-tab list
  • Keyboard input handling (e.g., listen for keypresses globally)
  • Control keyboard and mouse input via simple functions
  • Play and record sound
  • Works in borderless windowed mode across most applications

Installation

pip install pyrend

About

PyRend is a Python library for rendering invisible overlays on top of the desktop. It allows you to draw shapes, images, video, and text over any running application, including windowed or borderless windowed games, without showing a visible window or stealing focus.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages