A Python script that takes a string as input and outputs available character-by-character homoglyph permutations of it.
usage: glyphs.py [-h] -i INPUT [-v]
optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
(required) specify a string as input (e.g.
'john.smith@example.com')
-v, --verbose verbose output includes referencing of substituted
character, substituting character and UTF-8 code