Metadata-Version: 2.0
Name: hexdomain
Version: 1.0.0
Summary: Generate domain names that only contain hexadecimal numbers.
Home-page: https://github.com/benwebber/hexdomain/
Author: Ben Webber
Author-email: benjamin.webber@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: six
Requires-Dist: tld

hexdomain
=========

``hexdomain`` reads words from a `words file <https://en.wikipedia.org/wiki/Words_(Unix)>`_ and converts them to `hexspeak <https://en.wikipedia.org/wiki/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


