An open API service indexing awesome lists of open source software.

https://github.com/amnweb/icon-extractor

Icon Extractor for Windows
https://github.com/amnweb/icon-extractor

extract-icons icon-extractor windows windows-10 windows-11 windows-icons

Last synced: about 2 months ago
JSON representation

Icon Extractor for Windows

Awesome Lists containing this project

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](https://github.com/amnweb/icon-extractor/releases/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:
```sh
pip install -r requirements.txt
```
4. Run the application:
```sh
python main.py
```