Skip to content

amnweb/icon-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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