- Notifications
You must be signed in to change notification settings - Fork118
Python GUI for uninstalling the default Windows 10 apps.
License
Teraskull/PyDebloatX
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Python GUI for uninstalling the default Windows 10 apps.
Table of Contents
Pre-built binaries are available from thereleases page.
PyDebloatX installer is also available from the Windows Package ManagerWinget:
winget install--id=Teraskull.PyDebloatX-e
- CTRLR - refresh the list of installed apps.
- CTRLS - view links to apps in Microsoft Store.
- CTRLG - visit the GitHub page.
- CTRLA - view the "About" window.
- CTRLQ - quit the app.
- 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.
git clone https://github.com/Teraskull/PyDebloatXcd PyDebloatXpip install -r requirements.txtcd pydebloatxpython app.py
Runsetup.bat
to build the executable.
Runsetup-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 availablehere.
To compile.ts
into.qm
, uselinguist.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:
- MIT
About
Python GUI for uninstalling the default Windows 10 apps.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.