Skip to content

A snipping tool developed using python that allows to snip/screenshot the image and saves it automatically in the current folder.

Notifications You must be signed in to change notification settings

Osama710/Snipping-Tool-with-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snipping Tool with Python

Installation

  1. Install Python from https://www.python.org/downloads/
  2. Install Dependencies Open cmd in the folder Snipping Tool and run this command
pip install -r requirements.txt
  1. After installing the dependencies, run the py file OR write this command in cmd and enter
python snipping.py

Information

This Tool is developed using Python. Following are the libraries used:

  1. Tkinter
  2. Pyautogui

This tool allows the user to take a screenshot in the snipping style and it will display the coordinates information along with the mouse position.

Executable File in Release

The .exe for the snipping tool can be found in the release section which can be downloaded and can easily be used by anyone.

The snipped imaged will be saved in the same folder with name Capture_{current date and time}.png

The Tool is developed by Muhammad Osama

Screenshots