랭킹으로 돌아가기
Python GUI for uninstalling the default Windows 10 apps.
windows-10python3pyqt5guiuninstalldebloatpythonpydebloatxmicrosoft-storefluentwindows
주요 지표
스타 성장
스타
1.7k
포크
118
주간 성장
—
이슈
2
5001k1.5k
2020년 5월2021년 5월2022년 5월2023년 6월2024년 6월2025년 7월2026년 7월
아티팩트PyPI
pip install pydebloatxREADME
PyDebloatX
A Python GUI for uninstalling the default Windows 10 apps.



Table of Contents
Installing
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
Shortcuts
- CTRL R - refresh the list of installed apps.
- CTRL S - view links to apps in Microsoft Store.
- CTRL G - visit the GitHub page.
- CTRL A - view the "About" window.
- CTRL Q - quit the app.
Features
- Intuitive design allows to easily navigate through the GUI and uninstall apps with a few clicks.
- It is not possible to break the OS using this tool. All listed apps can be reinstalled with Microsoft Store using the "Store" sidebar tab. Apps like Edge or Cortana are deeply integrated with Windows 10, so they cannot be easily uninstalled without creating any issues.
- The GUI does not require elevated administrator privileges to run. It also does not save registry entries.
Dependencies
Usage
git clone https://github.com/Teraskull/PyDebloatX
cd PyDebloatX
pip install -r requirements.txt
cd pydebloatx
python app.py
Building
Run setup.bat to build the executable.
Run setup-portable.bat to build a one-file portable executable.
Translating
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"
Supported Languages
| Language | Author credits |
|---|---|
| Arabic | FaresAhmedb |
| Chinese | space9bug |
| English | Teraskull |
| Russian | Teraskull |
| Ukrainian | Teraskull |
License
This software is available under the following licenses:
- MIT
관련 저장소