Install via pip
pip install icenter_snake
Clone the GitHub repository
git clone https://github.com/AmerenICenter/snake.git
Run the main script from terminal
python snake_main.py
Run as a module from terminal
python -m snake
Note: this calls src/__main__.py
Import the package within a python script
import snake
snake.run()
Archit Myadam, David An, Jash Parekh, Myles Ream, Xander Pero