Metadata-Version: 2.1
Name: pyhac
Version: 0.0.1
Summary: A human action controller running on different platforms
Home-page: https://github.com/dabit-lucas/hac
Author: JAQQ
Author-email: dabit-lucas@gmail.com, chen.jiunhan@gmail.com
License: Apache License 2.0
Keywords: human action controller
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# Human Action Controller (HAC)

## Goal
A human action controller running on different platforms.

| Fun      | Easy-to-use |
| -------- | --------    |
| **Accurate** | **Anywhere** |

## Fun Examples

### Controlling video
![mouse_control](https://github.com/dabit-lucas/hac/blob/main/images/mouse_control_small.gif?raw=true)

## Solutions provided by HAC
|      Platform      |      Module      | Progress | Comment |
|:------------------:|:----------------:|:--------:|:-------:|
| PC / Win10 |  Mouse Control   |    V     |         |
| PC / Win10 | Keyboard Control |    V     |         |
| PC / Ubuntu | Mouse Control |         |         |
| PC / Ubuntu | Keyboard Control |         |         |
| Switch                   |                  |          |

## Getting started

### Installation
```
$ pip install pyhac
```
### Run the demo of mouse control
```
$ git clone https://github.com/dabit-lucas/hac.git
$ cd hac
$ python demo.py
```

## Documents
[The structure of HAC](https://github.com/dabit-lucas/hac/tree/main/pyhac/README.md)

## Community
Welcome to ask any question in issues.

## Contributing
Any contribution is welcomed. Please fork this repo and summit a pull request.

