This is a simple snipping tool implemented in Python using Tkinter for the GUI, PyAutoGUI for taking screenshots, and other standard libraries.
https://youtu.be/TIbbdX01hQg?si=Kemcx1otIK9TVFWp
- Allows the user to capture a custom region of the screen by drawing a rectangle.
- Saves the captured screenshot as a PNG file with a timestamped filename.
- Easy-to-use interface with minimal setup required.
- Run the Python script
screenshot.py
. - Click and drag to draw a rectangle around the area you want to capture.
- Release the mouse button to take the screenshot.
- The captured screenshot will be saved in the
snips
directory.
- Python 3.x
- Tkinter
- PyAutoGUI
- Clone this repository to your local machine.
- Install the required dependencies using pip:
pip install -r requirements.txt
python snipping_tool.py
Contributions are welcome! Feel free to open an issue or submit a pull request with any improvements or bug fixes.
This project is licensed under the MIT License - see the LICENSE file for details.