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
- Host: GitHub
- URL: https://github.com/amnweb/icon-extractor
- Owner: amnweb
- License: other
- Created: 2024-12-30T16:03:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T01:59:13.000Z (3 months ago)
- Last Synced: 2025-03-29T17:51:11.738Z (2 months ago)
- Topics: extract-icons, icon-extractor, windows, windows-10, windows-11, windows-icons
- Language: Python
- Homepage:
- Size: 85 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```