Metadata-Version: 2.1
Name: toyrobot
Version: 0.0.1
Summary: A toy project to make a toy robot.
Home-page: https://github.com/amaarora/toyrobot/tree/master/
Author: Aman Arora
Author-email: aman.arora0210@gmail.com
License: Apache Software License 2.0
Keywords: python,OOPS
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Toy Robot
> A toy robot, toy application where the toy robot doesn't fall off the toy table


## Install

`pip install -e .`

## Documentation

For documentation, refer [here](https://amaarora.github.io/toyrobot/).

## Run 

To run the project in command line, 
```python
python main.py --cmd_file_path <path_to_txt_file>
```

As an example:

`python main.py --cmd_file_path ./example1.txt`

```
ToyRobot facing new direction: WEST
ToyRobot facing new direction: NORTH
New position on table: (0, 1)
ToyRobot, currently at (0, 1) and facing NORTH!
```


