winget install --id=Teraskull.PyDebloatX -e
A simple way to uninstall the default Windows 10 apps.
PyDebloatX is a Python GUI application designed to simplify the process of uninstalling default Windows 10 apps. It provides an intuitive interface that allows users to easily navigate through installed apps and remove unwanted ones with just a few clicks.
Key Features:
Audience & Benefit:
Ideal for Windows 10 users looking to clean up their system by removing default apps that come pre-installed. Using PyDebloatX, users can safely uninstall bloatware without affecting essential OS functionality, resulting in a cleaner and more personalized computing experience.
PyDebloatX is available via winget for easy installation.
A Python GUI for uninstalling the default Windows 10 apps.
Table of Contents
<a href="#installing">Installing</a>
<a href="#shortcuts">Shortcuts</a>
<a href="#features">Features</a>
<a href="#dependencies">Dependencies</a>
<a href="#usage">Usage</a>
<a href="#building">Building</a>
<a href="#translating">Translating</a>
<a href="#supported-languages">Supported Languages</a>
<a href="#license">License</a>
Pre-built binaries are available from the releases page.
PyDebloatX installer is also available from the Windows Package Manager Winget:
winget install --id=Teraskull.PyDebloatX -e
git clone https://github.com/Teraskull/PyDebloatX
cd PyDebloatX
pip install -r requirements.txt
cd pydebloatx
python app.py
Run setup.bat
to build the executable.
Run setup-portable.bat
to build a one-file portable executable.
Run the following command to create the translation file:
lupdate gui_main.py gui_about.py app.py -ts Language/[locale_CODE].ts
Where [locale_CODE]
is written with an underscore, instead of a hyphen. For example, en_US
.
List of locale codes is available here.
To compile .ts
into .qm
, use linguist.exe
:
pip show PySide6 | findstr "Location:"
Splice the output path above with:
"\PySide6\linguist.exe"
Language | Author credits |
---|---|
Arabic | FaresAhmedb |
Chinese | space9bug |
English | Teraskull |
Russian | Teraskull |
Ukrainian | Teraskull |
This software is available under the following licenses: