Metadata-Version: 2.4
Name: txaop
Version: 7.0.1
Summary: TXATool – Windows Optimisation Utility with Liquid Glass UI
Project-URL: Homepage, https://film.txahub.click
Project-URL: Repository, https://github.com/TXAVL/TXAOPTIMIZE
Author: Tang Xuan Anh
License: MIT
Keywords: flet,gui,optimization,tweak,utility,windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Requires-Dist: flet>=0.25.2
Requires-Dist: psutil>=5.9.0
Requires-Dist: py7zr>=0.20.0
Requires-Dist: rarfile>=4.1
Requires-Dist: requests>=2.31.0
Description-Content-Type: text/markdown

# TXATool – Windows Optimisation Utility

TXATool là công cụ tối ưu hóa Windows với giao diện Liquid Glass UI, xây dựng trên **Flet** (Flutter-based).

## Cài đặt

```bash
pip install txaop
```

## Sử dụng

```bash
# Mở giao diện GUI
txaop

# Hiện trợ giúp
txaop --help
```

## Yêu cầu

- Windows x64 (không hỗ trợ ARM64)
- Python 3.10+
- RAM tối thiểu 2 GB khả dụng

## Tính năng (7 tab)

| Tab | Chức năng |
|-----|-----------|
| **Tối ưu Windows** | Bật/tắt các tweak hệ thống qua Registry (visual effects, GPU scheduling, power plan, ...) |
| **Quản lý Ứng dụng** | Deep Clean, xem & gỡ cài đặt ứng dụng |
| **Cài nhanh App** | Tải & cài đặt phần mềm phổ biến (Chrome, VSCode, ...) |
| **Tùy chỉnh Windows** | Công cụ tuỳ chỉnh giao diện & hệ thống |
| **Giới thiệu** | Thông tin ứng dụng, donate |
| **Download Tools** | Tải và giải nén công cụ |
| **TXA Lab** | Tính năng thử nghiệm |

## Cấu trúc source

```
txaop/
├── __init__.py
├── __main__.py              ← CLI entry point
├── core/
│   ├── globals.py           ← helpers, constants, TaskbarProgress, ParallelDownloader
│   ├── txatool_init.py      ← TXAToolBase class + __init__
│   ├── ui_core.py           ← build_ui(), check_and_classify_apps()
│   ├── app.py               ← main(), RAM/arch checks
│   └── _txatool_full.py     ← lắp ghép TXATool từ tất cả mixin
└── tabs/
    ├── toi_uu_windows.py    ← Tab: Tối ưu Windows
    ├── tuy_chinh_windows.py ← Tab: Tùy chỉnh Windows
    ├── quan_ly_ung_dung.py  ← Tab: Quản lý Ứng dụng
    ├── cai_nhanh_app.py     ← Tab: Cài nhanh App
    ├── gioi_thieu.py        ← Tab: Giới thiệu
    ├── download_tools.py    ← Tab: Download Tools
    └── txa_lab.py           ← Tab: TXA Lab
```

## Build & publish lên PyPI

```bash
# Cài build tools
pip install hatchling build twine

# Build wheel + sdist
python -m build

# Upload lên PyPI (cần tài khoản PyPI)
twine upload dist/*
```

## Tác giả

Tang Xuan Anh — [txahub.click](https://txahub.click)
