https://github.com/benwebber/hexdomain
Generate hexspeak domain names
https://github.com/benwebber/hexdomain
domain-hack domain-name hex hexadecimal hexspeak
Last synced: 12 months ago
JSON representation
Generate hexspeak domain names
- Host: GitHub
- URL: https://github.com/benwebber/hexdomain
- Owner: benwebber
- License: mit
- Created: 2017-04-06T07:57:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T07:58:19.000Z (about 9 years ago)
- Last Synced: 2025-05-13T03:27:06.196Z (about 1 year ago)
- Topics: domain-hack, domain-name, hex, hexadecimal, hexspeak
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
hexdomain
=========
``hexdomain`` reads words from a `words file `_ and converts them to `hexspeak `_ domain names.
For example, "code" becomes ``c0.de`` and "coffee" becomes ``c0ff.ee``.
Usage
-----
By default, ``hexdomain`` reads words from ``/usr/share/dict/words``::
hexdomain
You can specify an alternate word list as well::
hexdomain /path/to/my/words
You can also provide custom substitutions instead of the built-in ones; see ``hexdomain -h`` for details.
Installation
------------
Install with pip::
pip install hexdomain
Licence
-------
MIT