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.1.tar.gz
(164.5 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.1-py3-none-any.whl
(177.8 kB
view details)
File details
Details for the file txaop-7.0.1.tar.gz.
File metadata
- Download URL: txaop-7.0.1.tar.gz
- Upload date:
- Size: 164.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1f283644d4198b837dffb727d66eff138d170fe70186b6472c11c38d83c887d
|
|
| MD5 |
596956f2c389d223eaf6e34ad474bd1c
|
|
| BLAKE2b-256 |
55db4f685c647e2a2b8b7cff2b6640b519a33981c24459a7f8ac0a8f51e637e2
|
File details
Details for the file txaop-7.0.1-py3-none-any.whl.
File metadata
- Download URL: txaop-7.0.1-py3-none-any.whl
- Upload date:
- Size: 177.8 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 |
75ca7281990373e256bfbc3b717a23f63da6b9195930af45f587de311e69f505
|
|
| MD5 |
f5ff765d7195ad1b856536a307e85420
|
|
| BLAKE2b-256 |
c1f3fb707209e83c1c61d0ca4ac924b540da0c192618cd200b8602acaae1f5fb
|