Icon Extractor AmN
Use this command to install Icon Extractor:
winget install --id=AmN.IconExtractor -e
Icon Extractor for Windows
Icon Extractor is a tool designed to extract icons from files and applications on Windows.
Key Features:
- Extract icons in multiple formats (PNG, ICO, etc.).
- Extract all available icons from a single file or application.
- Customizable icon sizes for extraction.
- Preview icons before extracting.
- Lightweight with no installation required; can be installed via winget.
Audience & Benefit:
Ideal for developers, designers, and anyone who needs to extract icons from files or applications. It simplifies the process of obtaining high-quality icons for use in projects or workflows.
README
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
- Install Python 3.12 or later
- Clone this repositorys
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python main.py