# PyDebloatX **Repository Path**: hamyct/PyDebloatX ## Basic Information - **Project Name**: PyDebloatX - **Description**: Python GUI for uninstalling the default Windows 10 apps. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-29 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

PyDebloatX

A Python GUI for uninstalling the default Windows 10 apps.

Releases CodeFactor OS

![Main window screenshot](images/app_main.png) ![Loading screenshot](images/app_loading.png) ![Confirmation screenshot](images/app_confirm.png)
## Shortcuts: * **Ctrl+R** to refresh the list of installed apps. * **Ctrl+G** to visit the Github page. * **Ctrl+A** to view the "About" window. * **Ctrl+Q** to quit the app. ## App limitations: * It takes a few seconds to list all currently installed apps, due to the Windows PowerShell subprocesses. * You can only **uninstall** apps with this GUI, hence the name. ## Dependencies: * PyQt5 ```pip install pyqt5``` ## Usage: * ```python3 app.py``` ## Licence: This software is available under the following licenses: * **MIT**