We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1992c0c commit ccfd8bfCopy full SHA for ccfd8bf
1 file changed
README.md
@@ -22,11 +22,11 @@ tqdm
22
You can simply use `pip install -r requirements.txt` too.
23
24
## New
25
+- Change the text orientation using the `-or` parameter
26
+- Change the space width using the `-sw` parameter
27
- Specify text color range using `-tc '#000000,#FFFFFF'`, please note that the quotes are **necessary**
28
- Explicit alignement when using `-al` with fixed width (0: Left, 1: Center, 2: Right)
29
- Fixed width using `-wd`
-- Generate random strings with letters, numbers and symbols (Thank you @FHainzl)
-- Save the labels in a file instead of in the file name (Thank you @FHainzl)
30
- Add support for Simplified and Traditional Chinese
31
32
## How does it work?
0 commit comments