Metadata-Version: 2.1
Name: bot-alice
Version: 0.0.1
Summary: A program to run a robot
Home-page: https://github.com/kennedyshead/ALICE
Author: Magnus Knutas
Author-email: magnusknutas@gmail.com
Project-URL: Bug Tracker, https://github.com/kennedyshead/ALICE/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE

# ALICE

ALICE is a python program for an interactive robot. This is very much a work in progress so please look back in a later stage.

## Installation

Clone repo and run

```bash
pipenv install
```

## Usage

```bash
python main.py
```

## 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/)
