Metadata-Version: 2.4
Name: keyboardkey
Version: 0.1.0
Summary: A module providing lists of keyboard keys.
Author-email: Aaron Geo Reji <aarongeoreji.agr@gmail.com>
License: MIT
Keywords: keyboard,keys,constants
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

# keyboardkey

A Python module that provides lists of keyboard keys (letters, digits, function keys, control keys, special characters).

## Usage
```py
import keyboardkey
print(keyboardkey.letters)
print(keyboardkey.every_key)
