PyDebloatX
PyDebloatX 1.12.0
A Python GUI for uninstalling the default Windows 10 apps.



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 -egit clone https://github.com/Teraskull/PyDebloatX
cd PyDebloatX
pip install -r requirements.txt
cd pydebloatx
python app.pyRun 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].tsWhere [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:
"PySide6linguist.exe"| Language | Author credits |
|---|---|
| Arabic | FaresAhmedb |
| Chinese | space9bug |
| English | Teraskull |
| Russian | Teraskull |
| Ukrainian | Teraskull |
This software is available under the following licenses: