Metadata-Version: 2.4
Name: keyboard-crossplatform
Version: 0.2.0
Summary: Cross-platform keyboard event handling for macOS, Windows, and Linux.
Author-email: Martin Bellot <martin.bellot.off@gmail.com>, Yohann Boniface <yohann@intuition-rt.com>
License: MIT
Project-URL: Homepage, https://github.com/intuition-rt/keyboard_crossplatform
Keywords: keyboard,hotkeys,input,accessibility,automation,cross-platform
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Hardware
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: keyboard; platform_system == "Windows"
Requires-Dist: pyobjc; platform_system == "Darwin"
Dynamic: license-file

# Keyboard Cross-Platform Keylogger

This project is a cross-platform keylogger implemented in Python. It supports macOS, Windows, and Linux operating systems, allowing users to capture keyboard events seamlessly across different environments.

## Features

- Cross-platform support for macOS, Windows, and Linux.
- Real-time key logging with minimal performance impact.
- Easy to integrate and extend for additional functionalities.

## Installation

To install the required dependencies, you can use pip. Make sure you have Python installed on your system, then run:

```
pip install -r requirements.txt
```

## Usage

To run the keylogger, execute the following command in your terminal:

```
python -m keyboard_crossplatform
```

The keylogger will start listening for key presses. To stop the keylogger, press the `esc` key.

## Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any enhancements or bug fixes.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
