An open API service indexing awesome lists of open source software.

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

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