Metadata-Version: 2.1
Name: raspauto
Version: 0.1.6.5
Summary: Raspberry Automation Library and Voice Recognition
Home-page: https://github.com/aattk/raspauto
Author: Alpaslan Tetik
Author-email: 232arslan104@gmail.com
License: GNU
Download-URL: https://pypi.org/project/raspauto/
Keywords: raspberry,automotion,control
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: python-telegram-bot

### Remote management for smart technologies

![PyPI](https://img.shields.io/pypi/v/raspauto) ![PyPI - Downloads](https://img.shields.io/pypi/dm/raspauto) ![GitHub issues](https://img.shields.io/github/issues-raw/aattk/raspauto) ![GitHub](https://img.shields.io/github/license/aattk/raspauto)

### You can access and control the pins and settings of your raspberry online.


## Contents
- [**How to Install ?**](#how-to-install)


## How to install?
This library works with Python 3. Please Install Python3.

``sudo apt-get install python3``

Let's load the Raspauto library using pip.

``sudo pip3 install raspauto``

Create a python file and import RaspAuto.

``import raspauto as rasp``





