A desktop application that extracts icons from running Windows applications and UWP (Universal Windows Platform) apps in real-time.
- 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
- Windows 10 & 11
Download the latest installer from the releases page
winget install --id AmN.IconExtractor
- Install Python 3.12 or later
- Clone this repositorys
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python main.py