Commit Graph

4 Commits

Author SHA1 Message Date
LemonNexus d6ca0f5414 feat: add PyInstaller support for executable builds
- Added icon_extractor.spec for PyInstaller
- Added GitHub Actions workflow to build Windows executable
- Updated README with download link and build instructions
- Users can now download .exe without installing Python
2026-02-11 19:56:55 +00:00
LemonNexus dbaacf22a1 feat: add Ko-fi support link
- Added "Support me on Ko-fi" link to README
- Added Ko-fi link to app footer ( Support me on Ko-fi)
2026-02-11 19:35:46 +00:00
LemonNexus 00444e1276 refactor: clean up code and update README
- Removed unused imports (numpy, QFrame, QCheckBox, QSplitter, QSize, QFont)
- Removed unused Tuple type hint
- Removed WEBSITE constant
- Cleaned up module docstring
- Updated README:
  - Removed gamepad emoji, using app icon image instead
  - Removed EntropiaNexus.com references
  - Added GitHub repo link
2026-02-11 19:31:46 +00:00
LemonNexus 09702154db Initial commit: Entropia Universe Icon Extractor
A standalone tool for extracting game icons from cache.

Features:
- Auto-detect game cache
- Version selector
- PNG export with 320x320 canvas
- Light/Dark theme toggle
- Icon preview on double-click
2026-02-11 19:05:10 +00:00