Metadata-Version: 2.1
Name: termsnake
Version: 0.0.1
Summary: A Python package that creates a nice snake game for your terminal.
Home-page: https://github.com/Python3-8/termsnake
Author: Pranav Balaji Pooruli
Author-email: pranav.pooruli@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown

# TermSnake

A Python package that creates a nice snake game for your terminal.

## Installation
> To install TermSnake onto your system, run `pip install termsnake` in your terminal.

> If the command errors out, try `pip install git+git://github.com/Python3-8/termsnake`.

> If the second command errors out too, clone the GitHub repo for TermSnake, move the `termsnake` folder to  
your Python `site-packages` directory, copy the `termsnake/snake.py` file to your Python `bin` directory,  
rename the `snake.py` file in your Python `bin` directory to `snake`, and run `chmod +x <PYTHON_BIN_DIR>/snake`  
in your terminal.

## Usage

The following command on your terminal will run the TermSnake snake game.

```sh
$ snake
```

## Contact
You may contact the developer of TermSnake at: pranav.pooruli@gmail.com


