Metadata-Version: 2.1
Name: PiWarsTurkiyeRobotKiti2019
Version: 0.9
Summary: Library that makes use of sensors, motors, and servos in the PiWars Turkey robot kit by HisarCS
Home-page: UNKNOWN
Author: Yaşar İdikut, Sarp Yoel Kastro
Author-email: yasar.idikut@hisarschool.k12.tr, sarp.kastro@hisarschool.k12.tr
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Description-Content-Type: text/markdown

# PiWars Turkey 2019: Python library for the distributed robot kits by HisarCS

This python library was created for the purposes of easing the understanding between software, sensors, and movables on the robot kits designed by HisarCS for attendees of Pi Wars Turkey 2019.


## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install PiWarsTurkiyeRobotKiti2019.

```bash
pip install PiWarsTurkiyeRobotKiti2019
```

## Usage

```python
import PiWarsTurkiyeRobotKiti2019
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)


