Markey is a lightweight Windows tool that turns screenshots into LLM-ready Markdown instantly.
- OCR Powered: Uses native Windows OCR (no extra installs).
- Context Aware: Choose templates for VS Code errors, GitHub discussions, or custom topics.
- Background Service: Sits in the system tray and responds to
Ctrl + Alt + M. - Privacy First: 100% offline. No data leaves your machine.
- Run
Markey.exe. - Take a screenshot with
Win + Shift + S. - Press
Ctrl + Alt + M. - Select your format and paste into your favorite LLM.
- Clone the repo.
- Install requirements:
pip install winrt-Windows.Media.Ocr winrt-Windows.Graphics.Imaging winrt-Windows.Storage.Streams Pillow pynput pystray pyperclip. - Run
python main.py.