T-Spine Code, a 2D Barcode Symbology
Licensed under IDFCPL 1.0, click here for details.
Available in Python, Rust and Go (proposed).
TSC is a compact 2D barcode for all your daily needs. It comes in two formats:
- Standard
- Nano
It has variable sizes from 5x5, 7x7, 9x9, to 251x251.
There are 3 color modes:
- B/W or WK (default)
- WKRB
- WKRBGCMY
- SubhrajitSain - Creator
- AnubhavSingh0708 - Rust Lib & Go
- AES encryption
- Hash verification
- Header minifying
- Customizable ECC amount
- Customizable size
- 2, 4, and 8 color modes
- Color callibration
- Rotation, mirror, flip detection (WIP)
- Minor scratch proof
...and a LOT more.
Run python3 tsc.py for usage details. For the rust library, check rust/docs/Readme.md and rust/tsc/Readme.md for Rust library usage details.
You are free to contribute via PRs.
