MCPcopy Index your code
hub / github.com/Teraskull/PyDebloatX

github.com/Teraskull/PyDebloatX @1.12.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.12.0 ↗ · + Follow
44 symbols 158 edges 9 files 25 documented · 57% updated 3mo ago1.12.0 · 2021-04-11★ 1,6882 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

PyDebloatX

A Python GUI for uninstalling the default Windows 10 apps.

Releases Python Version CodeFactor Downloads OS

Main window screenshot

Uninstalling screenshot

Links screenshot

Table of Contents

  1. Shortcuts
  2. Features
  3. Dependencies
  4. Usage
  5. Building
  6. Translating
  7. Supported Languages
  8. License

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

Core symbols most depended-on inside this repo

enable_buttons
called by 5
pydebloatx/app.py
message_box
called by 5
pydebloatx/app.py
resource_path
called by 3
pydebloatx/gui_about.py
resource_path
called by 3
pydebloatx/app.py
resource_path
called by 2
pydebloatx/gui_main.py
setupUi
called by 2
pydebloatx/gui_main.py
get_dir_size
called by 2
pydebloatx/app.py
thread_finished
called by 2
pydebloatx/app.py

Shape

Method 30
Class 8
Function 6

Languages

Python100%

Modules by API surface

pydebloatx/app.py32 symbols
pydebloatx/gui_main.py5 symbols
pydebloatx/gui_about.py5 symbols
pydebloatx/img_res.py2 symbols

For agents

$ claude mcp add PyDebloatX \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page