Metadata-Version: 2.4
Name: SERobESP
Version: 0.1.2
Summary: Control ESP32-based robot kits via serial or Wi-Fi
Home-page: https://github.com/S001T/SERobESP.git
Author: Sarkis Tamaryan
Author-email: Sarkis Tamaryan <you@example.com>
License: MIT
Project-URL: Homepage, https://github.com/S001T/SERobESP
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# SERobESP

SERobESP is a Python library created by Sarkis Tamaryan to control ESP32-based robot kits via serial or Wi-Fi using a custom shield.

This module is designed for educational and practical use in robotics, enabling easy integration and command handling for ESP32-based projects.

## Installation

```bash
pip install SERobESP
