termitype 0.0.11

Terminal-based typing test inspired by a certain typing test you might know.
Documentation
{
  "name": "code_python",
  "source": "https://github.com/monkeytypegame/monkeytype/blob/63b63ffa9c3f39c7de3436c6155b59548488a9eb/frontend/static/languages/code_python.json",
  "words": [
    "__str__",
    "__repr__",
    "__del__",
    "__init__",
    "abs",
    "all",
    "and",
    "any",
    "append",
    "as",
    "ascii",
    "assert",
    "bin",
    "bool",
    "break",
    "bytearray",
    "bytes",
    "callable",
    "capitalize",
    "case",
    "casefold",
    "ceil",
    "center",
    "chr",
    "class",
    "classmethod",
    "clear",
    "compile",
    "complex",
    "continue",
    "copy",
    "count",
    "def",
    "del",
    "delattr",
    "dict",
    "dir",
    "divmod",
    "elif",
    "else",
    "encode",
    "endswith",
    "enumerate",
    "eval",
    "except",
    "exec",
    "exp",
    "expandtabs",
    "extend",
    "fabs",
    "factorial",
    "False",
    "filter",
    "finally",
    "find",
    "float",
    "for",
    "format",
    "from",
    "fromkeys",
    "frozenset",
    "functools",
    "get",
    "getattr",
    "global",
    "globals",
    "hasattr",
    "hash",
    "help",
    "hex",
    "id",
    "if",
    "import",
    "in",
    "index",
    "input",
    "insert",
    "int",
    "is",
    "isalnum",
    "isalpha",
    "isdecimal",
    "isdigit",
    "isidentifier",
    "isinstance",
    "islower",
    "isnumeric",
    "isprintable",
    "isspace",
    "issubclass",
    "istitle",
    "isupper",
    "items",
    "iter",
    "itertools",
    "join",
    "keys",
    "lambda",
    "len",
    "list",
    "ljust",
    "locals",
    "lower",
    "lstrip",
    "maketrans",
    "map",
    "match",
    "math",
    "max",
    "memoryview",
    "min",
    "next",
    "None",
    "not",
    "nonlocal",
    "object",
    "oct",
    "open",
    "or",
    "ord",
    "partition",
    "pass",
    "pop",
    "popitem",
    "pow",
    "print",
    "property",
    "raise",
    "range",
    "remove",
    "replace",
    "repr",
    "return",
    "reverse",
    "reversed",
    "rfind",
    "rindex",
    "rjust",
    "round",
    "rpartition",
    "rsplit",
    "rstrip",
    "self",
    "set",
    "setattr",
    "setdefault",
    "slice",
    "sort",
    "sorted",
    "split",
    "splitlines",
    "sqrt",
    "startswith",
    "staticmethod",
    "str",
    "strip",
    "sum",
    "super",
    "swapcase",
    "title",
    "translate",
    "True",
    "try",
    "tuple",
    "type",
    "update",
    "upper",
    "values",
    "vars",
    "while",
    "with",
    "yield",
    "zfill",
    "zip"
  ]
}