# PyDebloatX **Repository Path**: hanjianmingg/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-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

PyDebloatX

A Python GUI for uninstalling the default Windows 10 apps.

Releases CodeFactor Downloads OS

![Main window screenshot](screenshots/app_main.png) ![Loading screenshot](screenshots/app_loading.png) ![Confirmation screenshot](screenshots/app_confirm.png)
## Shortcuts: * CTRL R - refresh the list of installed apps. * CTRL G - visit the Github page. * CTRL A - view the "About" window. * CTRL Q - quit the app. ## App limitations: * You cannot uninstall other apps, for example Cortana or Edge. This GUI was designed to be simple and safe, so that you cannot break anything using it. * App disk space is approximate and taken from Microsoft Store, there is no other way to get real-time app size. * Currently there is no possibility to track the uninstalling progress in the GUI. ## Dependencies: * PyQt5 ```pip install pyqt5``` ## Usage: * ```git clone https://github.com/Teraskull/PyDebloatX``` * ```cd PyDebloatX``` * ```pip install -r requirements.txt``` * ```python app.py``` or ```py app.py``` ## License: This software is available under the following licenses: * **MIT**