Metadata-Version: 2.4
Name: imageku
Version: 1.0
Summary: Python Snipping Tool like Windows Snip
Author: Aidil Hizwan
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pillow
Requires-Dist: pynput

# Imageku

Python Snipping Tool is similar to Windows Snipping Tool. Capture screen with **Print Screen**, drag crop box, resize, and save to Pictures folder according to date.

## Features

- Fullscreen with semi-transparent dark overlay
- Drag & resize crop box like Windows Snipping Tool
- Hint overlay: `Enter = Save | Esc = Cancel`
- Save the crop results to `~/Pictures/YYYY-MM-DD/snip_HHMMSS.png`
- Popup shows the save location
- Escape to cancel

## Installation

```bash
pip3 install imageku
```
