Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 843 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 843 Bytes

Icon Extractor for Windows

A desktop application that extracts icons from running Windows applications and UWP (Universal Windows Platform) apps in real-time.

Features

  • Displays icons from active windows in real-time
  • Supports both traditional Win32 applications and UWP apps
  • Shows window title and process name
  • Right-click menu to save icons as PNG files
  • Always stays on top of other windows

Requirements

  • Windows 10 & 11

Installation

Download the latest installer from the releases page

Winget Installation

winget install --id AmN.IconExtractor

Running from source

  1. Install Python 3.12 or later
  2. Clone this repositorys
  3. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
python main.py