A simple graphical user interface to manage Windows Appx packages (View, Search, Install, Uninstall).
- Python 3.x
- PowerShell (built-in on Windows)
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python app_manager.py
- 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.msixbundlefiles to install. - Uninstall: Remove packages with a single click (requires confirmation).
- Some packages (system frameworks) cannot be uninstalled.
- Installing or uninstalling certain packages may require running this script as Administrator.