Skip to content

warwakei/screeny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screeny

Lightweight screenshot tool for Windows. Press Alt+Shift+D, select area with m1 hold, and it's saved to Pictures/screeny + clipboard.

Features

  • Hotkey: Alt+Shift+D
  • Auto-saves to Pictures/screeny
  • Copies to clipboard
  • Smooth dimming effect
  • Single executable file, you can add it to windows autoload!

Installation

pip install -r requirements.txt

Usage

Run from source

python -m screeny.main

Build executable

python builder.py

Then run dist/Screeny.exe

Hotkey

  • Alt+Shift+D - Open screenshot tool
  • Escape - Cancel
  • Click & Drag - Select area
  • Release - Capture

Requirements

  • Python 3.8+
  • Windows OS

License

MIT