EWT is a comprehensive Windows management tool developed using Python and the customtkinter library. It provides a wide range of functionalities for managing various aspects of your Windows operating system, from Task Manager and Windows Defender to advanced tools like network management, file management, and more.
Welcome Tab: Introduction to EasyWindowsTool with information about the application and usage guidelines. Autoruns Tab: Displays a list of autorun programs. Right-click context menu to open the path of selected autorun items. Cleaner Tab: Comprehensive system cleaning functionality. Cleans browsers, temporary files, logs, downloads, and installer files. Advanced Task Manager Tab: Search, sort, and terminate tasks. Sort options include name, PID, CPU usage, and memory usage. App Uninstaller Tab: Search and uninstall applications. System Info Tab: Displays detailed system information including OS details, CPU, RAM, GPU, battery status, and boot time. Additional disk usage details. Installation To get started with EWT, follow these steps:
git clone https://github.com/LouSkull/EasyWindowsTool-Reborn
cd EWT
python -m venv venv
source venv/bin/activate # On Windows, use venv\Scripts\activate