Skip to content

webgfx/pkgmgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Windows Appx Manager

A simple graphical user interface to manage Windows Appx packages (View, Search, Install, Uninstall).

Requirements

  • Python 3.x
  • PowerShell (built-in on Windows)

Setup

  1. Install dependencies:
    pip install -r requirements.txt

Usage

  1. Run the application:
    python app_manager.py

Features

  • View Packages: Lists all installed Appx packages for the current user.
  • Search: Filter packages by name or package full name.
  • Install: Select .appx, .msix, .appxbundle, or .msixbundle files to install.
  • Uninstall: Remove packages with a single click (requires confirmation).

Notes

  • Some packages (system frameworks) cannot be uninstalled.
  • Installing or uninstalling certain packages may require running this script as Administrator.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages