mirror of
https://github.com/aborelis/ASN-Label-Generator.git
synced 2026-03-14 08:33:28 +00:00
smaller improvements and inital Docker support
This commit is contained in:
parent
b3494b15f6
commit
de48bf919a
4 changed files with 41 additions and 13 deletions
11
README.md
11
README.md
|
|
@ -33,12 +33,12 @@ Besides generating ASN labels with a QR Code the tool can also
|
|||

|
||||
|
||||
|
||||
### Example usage of ASN with colors:
|
||||
### Example usage of ASN labels with colors:
|
||||
|
||||
| number ranges | Meaning | Color |
|
||||
| ------------ | --------------------------------------- | ---------- |
|
||||
| 000000 | Me - normal docs (shorter term storage) | blue |
|
||||
| 100000 | Me - imporatant / (long term storage) | blue/red |
|
||||
| 100000 | Me - imporatant (long term storage) | blue/red |
|
||||
| 200000 | Wife - normal | green |
|
||||
| 300000 | Wife - important | green/red |
|
||||
| 400000 | Child 1 - normal | yellow |
|
||||
|
|
@ -62,6 +62,7 @@ Other Avery (or competitor's) label sizes can be added to `labelInfo` in `AveryL
|
|||
|
||||
|
||||
```
|
||||
$ ./asn-gen.py -h
|
||||
Usage: asn-gen.py [OPTIONS] [filename]
|
||||
|
||||
ASN Label Generator
|
||||
|
|
@ -100,7 +101,7 @@ _**Recommendation:** do test prints on normal paper before printing to the actua
|
|||
|
||||
_**Note**: Make sure to set print size to 100%, not fit to page or similar._
|
||||
|
||||
### Running the program
|
||||
### Running the program from CLI
|
||||
Depending on your configuration either use
|
||||
|
||||
`` ./asn-gen.py ... ``
|
||||
|
|
@ -109,6 +110,10 @@ or
|
|||
|
||||
`` python3 asn-gen.py ... ``
|
||||
|
||||
### Running the program from Docker
|
||||
|
||||
|
||||
|
||||
### Output Filename
|
||||
If the filename is omitted the output defaults to
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue