This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| DevKit - A Swiss-army-knife CLI for developers. | |
| Fast JSON formatting, JWT decoding, UUID generation, hash computation, | |
| base64 encoding/decoding, timestamp conversion, regex testing, and more. | |
| All in one dependency-free script. | |
| Usage: | |
| python3 devkit.py json '{"a":1,"b":2}' | |
| python3 devkit.py uuid |