Metadata-Version: 2.1
Name: keypress
Version: 0.1.0
Summary: Cross-Platform Key Handling Module: Effortlessly Detect and Describe Keyboard Events
Author: hyperoot
Author-email: hyperoot.tech@proton.me
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

<h1 align="center">keypress</h1>

<p align="center">
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/HYP3R00T/keypress/pypi_publish.yml?style=for-the-badge&labelColor=%2324273a&color=%23b7bdf8">
<a src="https://pypi.org/project/keypress/" target="_blank">
<img alt="Pypi versions" src="https://img.shields.io/pypi/v/keypress?style=for-the-badge&labelColor=%2324273a&color=%23b7bdf8">
</a>
</p>

**keypress** is a Python package designed to streamline the process of following hashtags across various social media platforms. By allowing users to specify collections of hashtags (e.g., Python, DevOps), this tool helps you stay updated with the latest trends and discussions within your areas of interest.

## Features

- **Follow Hashtags**: Track hashtags from a list of collections.
- **Organize Tags**: Group hashtags into collections for easy management.

## Installation

You can install **keypress** via [pip](https://pypi.org/project/keypress/):

```bash
pip install keypress
```

## Usage

You can run **keypress** in your terminal.

```bash
python keypress
```

## Contributing

Contributions are welcome! Please see our [contributing guidelines](CONTRIBUTING.md) for more information.

## License

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