██████╗ ██╗ ██████╗████████╗ ████████╗ ██████╗ ██████╗ ██╗ ███████╗ ██╔══██╗██║██╔════╝╚══██╔══╝ ╚══██╔══╝██╔═══██╗██╔═══██╗██║ ██╔════╝ ██║ ██║██║██║ ██║ ██║ ██║ ██║██║ ██║██║ ███████╗ ██║ ██║██║██║ ██║ ██║ ██║ ██║██║ ██║██║ ╚════██║ ██████╔╝██║╚██████╗ ██║ ██║ ╚██████╔╝╚██████╔╝███████╗███████║ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝╚══════╝
- Chuyển đổi giữa các dictionary trong danh sách bộ gõ hỗ trợ
- Thêm / xoá gõ tắt cho LaTeX
- Thêm / xoá confirm character sau cùng của key
ví dụ thay vì gõ
xl
->xin lỗi
thì sẽ thànhxlf
->xin lỗi
. Dễ kiểm soát gõ tắt hơn - Sắp xếp lại danh sách gõ tắt theo thứ tự ASCII
- Cài đặt Python
- Tải soure code về, giải nén, vào folder repo
- Mở terminal chạy
pip install -r requirements.txt
- Chuẩn bị dictionary:
- Cách 1: Paste file dictionary vào folder Dictionary In
- Cách 2: Copy paste nội dung vào biến
your_dictionary
file userConstant.pyScript sẽ ưu tiên trong file userConstant.py
- Chạy file main.py
- Dictionary sẽ được tạo ra ở folder Dictionary Out
Note
Các yêu cầu
[Y/n]
,[y/N]
nhập hoa thường đều được, mặc định sẽ theo lựa chọn in hoa
Bất kì kí tự nào khác sẽ chọn in thường[y]
hoặc[n]
Yêu cầu
[a]dd / [r]emove / [u]pdate / [S]kip
nhập hoa thường đều được
bất kì kí tự nào kháca
,r
,u
(hoặc in hoa) sẽ chọn[S]kip
- Có thể tải latest source code về (Bản beta kiểu vậy)
- Có thể thay đổi một vài biến trong file
userConstants.py
và thêm các dictionary khác ở filedictionaryList.py
- Có thể tuỳ chọn option sẵn để skip qua bước script hỏi chọn options userOptions.py
Hãy rename file userOptions.py.sample thành
userOptions.py
Lưu ý tuỳ chọn trong file này đều là in hoa
- Có thể yêu cầu thêm bộ gõ tại Issues
- Có thể tạo Pull Request thêm về bộ gõ, format nằm trong file dictionaryList.py
Go to here 👉: version_history.md
- Sort by Unicode
- Better way to handle user input?