Metadata-Version: 2.1
Name: textual-key-recorder
Version: 0.1.2
Summary: A tool to help record what key names are known to Textual
License: MIT
Author: Dave Pearson
Author-email: dave@textualize.io
Requires-Python: >=3.8
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.7
Classifier: Typing :: Typed
Requires-Dist: textual (>=0.39.0)
Requires-Dist: textual-fspicker (>=0.0.10,<0.0.11)
Description-Content-Type: text/markdown

# Textual Key Recorder

A tool to help record what keys result in what names in a Textual
application.

## Installation

This tool can be installed from PyPi; ideally using `pipx`:

```sh
$ pipx install textual-key-recorder
```

Once installed, you can run it as `tkrec`.

## Usage

This is mainly used for my own testing and exploring for now; but if you
find it interesting follow your nose; and if you're really interested drop
by the [Textualize help resources and have a chat with
us](https://textual.textualize.io/help/).

