This project is a simple yet effective screen recording tool developed using Python. It captures the computer screen in real-time, saves the recording in a video file format, and provides a user-friendly interface for seamless operation.
The application uses:
Tkinter for building a GUI. Pillow (PIL) for capturing screen images. OpenCV for video processing and saving. NumPy for image manipulation.