Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Teraskull/PyDebloatX
Python GUI for uninstalling the default Windows 10 apps.
https://github.com/Teraskull/PyDebloatX
debloat fluent gui microsoft-store pydebloatx pyqt5 python python3 uninstall windows windows-10
Last synced: 2 months ago
JSON representation
Python GUI for uninstalling the default Windows 10 apps.
- Host: GitHub
- URL: https://github.com/Teraskull/PyDebloatX
- Owner: Teraskull
- License: mit
- Created: 2020-05-19T21:20:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T13:05:41.000Z (7 months ago)
- Last Synced: 2024-10-29T15:19:17.814Z (2 months ago)
- Topics: debloat, fluent, gui, microsoft-store, pydebloatx, pyqt5, python, python3, uninstall, windows, windows-10
- Language: Python
- Homepage: https://pydebloatx.com/
- Size: 1.78 MB
- Stars: 1,559
- Watchers: 18
- Forks: 116
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-GitHub-Repo - PyDebloatX - 一键卸载 Windows 默认程序。[<img src="https://tva1.sinaimg.cn/large/008i3skNly1gxlhtmg11mj305k05k746.jpg" alt="微信" width="18px" height="18px" />](https://mp.weixin.qq.com/s?__biz=MzUxNjg4NDEzNA%3D%3D&chksm=f9a1db9bced6528da94da33fe8661b269798179dfcc14412a3574688dd540f77c09c8a61cbf4&idx=1&mid=2247485522&scene=21&sn=d8693abad6a2f0b8d46ec6e794735c3c#wechat_redirect) (开源工具 / 好用工具)
- awesome-starz - Teraskull/PyDebloatX - Python GUI for uninstalling the default Windows 10 apps. (Python)
- jimsghstars - Teraskull/PyDebloatX - Python GUI for uninstalling the default Windows 10 apps. (Python)
README
PyDebloatX
A Python GUI for uninstalling the default Windows 10 apps.![Main window screenshot](screenshots/app_main.png)
![Uninstalling screenshot](screenshots/app_uninstall.png)
![Links screenshot](screenshots/app_links.png)
Table of Contents
## Installing
Pre-built binaries are available from the [releases](https://github.com/Teraskull/PyDebloatX/releases) page.PyDebloatX installer is also available from the Windows Package Manager [Winget](https://github.com/microsoft/winget-cli):
```powershell
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
* [PySide6](https://pypi.org/project/PySide6/)
* [requests](https://pypi.org/project/requests/)
* [packaging](https://pypi.org/project/packaging/)## Usage
```batch
git clone https://github.com/Teraskull/PyDebloatXcd 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:
```batch
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](http://www.lingoes.net/en/translator/langcode.htm).
To compile `.ts` into `.qm`, use `linguist.exe`:
```batch
pip show PySide6 | findstr "Location:"
```Splice the output path above with:
```batch
"\PySide6\linguist.exe"
```## Supported Languages
|Language|Author credits|
|---|---|
|[Arabic](https://github.com/Teraskull/PyDebloatX/blob/master/pydebloatx/Language/ar_SA.ts)|[FaresAhmedb](https://github.com/FaresAhmedb/)|
|[Chinese](https://github.com/Teraskull/PyDebloatX/blob/master/pydebloatx/Language/zh_CN.ts)|[space9bug](https://github.com/space9bug/)|
|[English](https://github.com/Teraskull/PyDebloatX/blob/master/pydebloatx/Language/en_US.ts)|[Teraskull](https://github.com/Teraskull/)|
|[Russian](https://github.com/Teraskull/PyDebloatX/blob/master/pydebloatx/Language/ru_RU.ts)|[Teraskull](https://github.com/Teraskull/)|
|[Ukrainian](https://github.com/Teraskull/PyDebloatX/blob/master/pydebloatx/Language/uk_UA.ts)|[Teraskull](https://github.com/Teraskull/)|## License
This software is available under the following licenses:
* **MIT**