TXATool – Windows Optimisation Utility with Liquid Glass UI
Project description
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
pip install txaop
Sử dụng
# 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
# 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
txaop-7.0.0.tar.gz
(162.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
txaop-7.0.0-py3-none-any.whl
(175.2 kB
view details)
File details
Details for the file txaop-7.0.0.tar.gz.
File metadata
- Download URL: txaop-7.0.0.tar.gz
- Upload date:
- Size: 162.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98a5a9becddb3be7b645b9bab0fe2d1120478cc21e82f6e77efecf0d26c0460a
|
|
| MD5 |
89aac528b8e56c8940fc846945fc5695
|
|
| BLAKE2b-256 |
ee7ad96fa86439d8b0a8ac581c6573706d40336285021490f3200f112228d5e8
|
File details
Details for the file txaop-7.0.0-py3-none-any.whl.
File metadata
- Download URL: txaop-7.0.0-py3-none-any.whl
- Upload date:
- Size: 175.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4303e0987edd787cc661112e6d692b5cd698235df4422b6d97433ea7f90e47b1
|
|
| MD5 |
91422177fbf5715178627c80674df18d
|
|
| BLAKE2b-256 |
de626ab42bc5ed1aa715a4e73dab4b4e2666c24c8e4331977f80efca1be7dfc3
|