Skip to content

Snala/PyDebloatX

 
 

Repository files navigation

PyDebloatX

A Python GUI for uninstalling the default Windows 10 apps.

Releases CodeFactor Downloads OS Say Thanks

Main window screenshot

Uninstalling screenshot

Links screenshot

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:

  • PyQt5
> pip install pyqt5

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.

License:

This software is available under the following licenses:

  • MIT

About

Python GUI for uninstalling the default Windows 10 apps.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 94.3%
  • CSS 3.7%
  • Batchfile 2.0%