Metadata-Version: 2.1
Name: pyhac
Version: 0.0.2
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
Description: # 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://raw.githubusercontent.com/dabit-lucas/hac/main/images/mouse_control_small.gif)
        
        ## 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.
Keywords: human action controller
Platform: UNKNOWN
Description-Content-Type: text/markdown
