All Projects → Teraskull → Pydebloatx

Teraskull / Pydebloatx

Licence: mit
Python GUI for uninstalling the default Windows 10 apps.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Pydebloatx

Windows10debloater
Script to remove Windows 10 bloatware.
Stars: ✭ 11,462 (+2253.59%)
Mutual labels:  windows-10, gui
MediaFlyout
Windows 10+ Media Control Taskbar Flyout
Stars: ✭ 87 (-82.14%)
Mutual labels:  windows-10, fluent
Windowscompositionsamples
Windows Composition Samples the place for getting the latest code samples and demos using Windows.UI.Xaml and Windows.UI.Composition to make beautiful Universal Windows Platform applications.
Stars: ✭ 922 (+89.32%)
Mutual labels:  fluent, windows-10
Oblivion
Data leak checker & OSINT Tool
Stars: ✭ 237 (-51.33%)
Mutual labels:  gui, pyqt5
15 Minute Apps
15 minute (small) desktop apps built with PyQt
Stars: ✭ 3,086 (+533.68%)
Mutual labels:  gui, pyqt5
Debotnet
🔥🚀 Debotnet is a tiny portable tool for controlling Windows 10's many privacy-related settings and keep your personal data private.
Stars: ✭ 707 (+45.17%)
Mutual labels:  windows-10, gui
Fluent-Design-For-Web
Windows 10 Inspired UI For Web
Stars: ✭ 28 (-94.25%)
Mutual labels:  windows-10, fluent
Handwriter
A smart program to convert digital document to hand-written document
Stars: ✭ 108 (-77.82%)
Mutual labels:  gui, pyqt5
Cura
3D printer / slicing GUI built on top of the Uranium framework
Stars: ✭ 3,401 (+598.36%)
Mutual labels:  gui, pyqt5
DevToys
A Swiss Army knife for developers.
Stars: ✭ 4,986 (+923.82%)
Mutual labels:  windows-10, fluent
V2rayl
v2ray linux GUI客户端,支持订阅、vemss、ss等协议,自动更新订阅、检查版本更新
Stars: ✭ 2,722 (+458.93%)
Mutual labels:  gui, pyqt5
Qt Python Binding Examples
Lots of simple and Pythonic PySide demos
Stars: ✭ 312 (-35.93%)
Mutual labels:  gui, pyqt5
Dottorrent Gui
An advanced GUI torrent file creator with batch functionality, powered by PyQt and dottorrent
Stars: ✭ 175 (-64.07%)
Mutual labels:  gui, pyqt5
Woa Installer Rpi
This repository was deprecated, use:
Stars: ✭ 865 (+77.62%)
Mutual labels:  windows-10, gui
Git Cola
git-cola: The highly caffeinated Git GUI
Stars: ✭ 1,787 (+266.94%)
Mutual labels:  gui, pyqt5
Modernflyouts
A modern Fluent Design replacement for the old Metro themed flyouts present in Windows.
Stars: ✭ 1,173 (+140.86%)
Mutual labels:  fluent, windows-10
Examples
Learn to create a desktop app with Python and Qt
Stars: ✭ 1,196 (+145.59%)
Mutual labels:  gui, pyqt5
Joytan
Creative Audio/Textbook Maker 🎵 📖 See our YouTube channel
Stars: ✭ 91 (-81.31%)
Mutual labels:  gui, pyqt5
Rise-Media-Player
One media player for everything you own or stream; whether it's music or videos, online or offline Rise Media Player does it all. And it's beautiful and native with the latest version of WinUI.
Stars: ✭ 600 (+23.2%)
Mutual labels:  windows-10, fluent
Windows 10 Sophia Script
⚡ The most powerful PowerShell module on GitHub for Windows 10 & Windows 11 fine-tuning and tweaking
Stars: ✭ 4,133 (+748.67%)
Mutual labels:  gui, windows-10

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
Chinese space9bug
English Teraskull
Russian Teraskull
Ukrainian Teraskull

License

This software is available under the following licenses:

  • MIT
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].