Skip to content

soroushj/overlay-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overlay Example

This repository provides a simple Python example demonstrating how to capture screenshots and draw a basic overlay window on the screen using Tkinter.

Screenshot showing the overlay generated by the script

Requirements

  1. Python Packages: Install the necessary libraries using pip and the provided requirements file:

    pip install -r requirements.txt
  2. Tk/Tcl: The script uses Tkinter, which depends on an underlying Tk/Tcl installation.

    • This is usually included with standard Python installations on Windows and macOS.
    • On many Linux distributions, you may need to install it separately using your package manager (e.g., sudo apt install python3-tk on Debian/Ubuntu systems).
    • For detailed, platform-specific instructions, refer to the Tk installation documentation.

About

Python Screen Overlay Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages