Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Python GUI for uninstalling the default Windows 10 apps.

License

NotificationsYou must be signed in to change notification settings

Teraskull/PyDebloatX

Repository files navigation

PyDebloatX

A Python GUI for uninstalling the default Windows 10 apps.

ReleasesPython VersionCodeFactorDownloadsOS

Main window screenshot

Uninstalling screenshot

Links screenshot

Table of Contents
  1. Installing
  2. Shortcuts
  3. Features
  4. Dependencies
  5. Usage
  6. Building
  7. Translating
  8. Supported Languages
  9. License

Installing

Pre-built binaries are available from thereleases page.

PyDebloatX installer is also available from the Windows Package ManagerWinget:

winget install--id=Teraskull.PyDebloatX-e

Shortcuts

  • 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.

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/PyDebloatXcd PyDebloatXpip install -r requirements.txtcd pydebloatxpython app.py

Building

Runsetup.bat to build the executable.

Runsetup-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 availablehere.

To compile.ts into.qm, uselinguist.exe:

pip show PySide6|findstr"Location:"

Splice the output path above with:

"\PySide6\linguist.exe"

Supported Languages

LanguageAuthor credits
ArabicFaresAhmedb
Chinesespace9bug
EnglishTeraskull
RussianTeraskull
UkrainianTeraskull

License

This software is available under the following licenses:

  • MIT

[8]ページ先頭

©2009-2025 Movatter.jp