Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LouSkull committed Jun 11, 2024
1 parent 2efc62f commit 712bbdd
Showing 1 changed file with 26 additions and 93 deletions.
119 changes: 26 additions & 93 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,104 +1,37 @@
# EWT Project
# Overview

## Overview
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.

## Features

### Widgets
- **Task Manager**
- **Enable TaskMgr**: Enables the Task Manager.
- **Disable TaskMgr**: Disables the Task Manager.
- **Windows Defender**
- **Enable WinDef**: Enables Windows Defender.
- **Disable WinDef**: Disables Windows Defender.

### Power Controller
- **Shutdown**: Shuts down the PC.
- **Restart**: Restarts the PC.
- **Logout**: Logs out the current user.

### Other Tools
- **AutoStart List**: Opens the auto-start list.
- **PC Specifications**: Displays the PC specifications.
- **Reset Usernit**: Resets Usernit.
- **Virus Scanner**: Launches the virus scanner.
- **Cleanup OS**: Runs the OS cleanup script.
- **File Search**: Initiates an advanced file search.
- **Network Manager**: Opens the network manager.
- **File Manager**: Opens the file manager.
- **Driver Manager**: Opens the driver manager.
- **Benchmark**: Runs a benchmark test.
- **Battery Information**: Displays battery information.
- **Screen Recorder**: Starts the screen recorder.
- **WebCamera**: Opens the webcam function.
- **UrlShort**: Opens the URL shortener.
- **Archive**: Opens the archive function.
- **Updater**: Runs the updater.
- **Password Checker**: Checks password strength.
- **Data Encrypter**: Encrypts data.
- **Discs Usage**: Displays disc usage information.
- **Cortana Control**: Controls Cortana settings.
- **Restart Explorer**: Restarts Windows Explorer.
- **Pinger**: Runs the pinger function.
- **Clear Clipboard**: Clears the clipboard history.
- **Start explorer**: Starts Windows Explorer.
- **Blue Screen**: Simulates a blue screen.
- **Microphone Booster**: Boosts microphone volume.
- **Auto Clicker**: Starts the auto clicker.
- **Translater**: Opens the translator.
- **Timer**: Starts the timer.
- **Py Project Creator**: Creates a new Python project.
- **Classroom Manager**: Manages classroom settings.
- **Paint**: Opens the paint function.
- **Voice Recognizer**: Starts the voice recognizer.
- **Screenshot Capture**: Captures screenshots.
- **Personal Finance Calc**: Opens the personal finance calculator.
- **Calculator**: Opens the calculator.
- **Port Manager**: Manages ports.
- **Info Generator**: Generates random information.
- **Browser Search**: Opens the browser search function.
- **Advanced TaskMgr**: Opens the advanced Task Manager.
- **Random Username**: Generates random usernames.
- **Start TaskMgr**: Starts the Task Manager.
- **StickNote**: Opens the StickNote function.
- **Start CMD**: Starts the command prompt.
- **EXIT**: Exits the application.

## Installation
# Features

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:

1. Clone the repository:
```bash
git clone https://github.com/LouSkull/EasyWindowsTool-Reborn
```
2. Navigate to the project directory:
```bash
cd EWT
```
3. Create and activate a virtual environment (optional but recommended):
```bash
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
```
4. Install the required dependencies:
```bash
pip install -r requirements.txt
```

## Usage
To run the project, use the following command:

python main.py

If the project does not start correctly, try running fix.bat to resolve common issues:
# Clone the repository:

fix.bat
git clone https://github.com/LouSkull/EasyWindowsTool-Reborn

We welcome contributions! Please read our Contributing Guidelines for more information on how to get involved.
# Navigate to the project directory:

This project is licensed under the MIT License. See the LICENSE file for details.
cd EWT

For any questions or suggestions, please feel free to open an issue or contact [your contact information].
# Create and activate a virtual environment (optional but recommended):

Feel free to customize the content to better match the specifics of your project.
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`

0 comments on commit 712bbdd

Please sign in to comment.