A collection of useful command-line tools
Project description
QuickATETools
一个实用的命令行工具集合,目前包含生成对角矩阵并复制到剪贴板的功能。
安装
pip install .
使用方法
生成对角矩阵并复制到剪贴板
qate clipboardMatrix -p <矩阵大小> [-c <对角线字符>]
参数说明
-p,--size: 矩阵的大小(行数和列数),必填-c,--char: 对角线使用的字符,默认为'M'
示例
生成3x3的对角矩阵(默认使用'M'):
qate clipboardMatrix -p 3
生成的矩阵:
M00
0M0
00M
生成4x4的对角矩阵,使用'X'作为对角线字符:
qate clipboardMatrix -p 4 -c X
生成的矩阵:
X000
0X00
00X0
000X
待开发功能
- 更多实用的命令行工具
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
quickatetools-1.0.0.tar.gz
(3.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
File details
Details for the file quickatetools-1.0.0.tar.gz.
File metadata
- Download URL: quickatetools-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7a2932dc3eb873ed43f3a145b9791c8a59bf497d61a0274ffbb28a11691f70b
|
|
| MD5 |
0946b2cf7d2a5010ebd1d6b970290791
|
|
| BLAKE2b-256 |
dd9b0518ec583ba9d99ab9669f450aefd1562d496f2041e0213ebafb5867cf15
|
File details
Details for the file QuickATETools-1.0.0-py3-none-any.whl.
File metadata
- Download URL: QuickATETools-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e2c0f1aea5efab26210333c7259182fd6bbb1840c48652ed27bb2707bd56b25
|
|
| MD5 |
30d110d39f6710c30e7613cb05494895
|
|
| BLAKE2b-256 |
0f8430b6c4e6f9688d448fb31b00130f5a667254521757a45ef27df71758b5ad
|