Metadata-Version: 2.1
Name: pyrockpaperscissors
Version: 1.0.2
Summary: A simple Rock Paper Scissors Game written in Python🐍
Description-Content-Type: text/markdown

# Rock Paper Scissors Game

A simple Rock Paper Scissors game implemented in Python for the console.

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)

## Introduction

Welcome to the Rock Paper Scissors game! This is a console-based implementation of the classic game where you can play against the computer. The game is built using Python and is designed to be simple and easy to use.

## Features

- Play Rock Paper Scissors against the computer.
- Keep track of your score.
- Simple and intuitive command-line interface
- Easy to install.

## Installation

To install the Rock Paper Scissors game, you need to have Python installed on your system. You can install the game using pip:

```bash
pip install pyrockpaperscissors
```

## Usage

After installing the package, you can start the game by running the following command in your console:

```bash
rps
```

This will launch the Rock Paper Scissors game.

## Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

1. Fork the repository.
2. Create a new branch( ``git checkout -b feature-branch`` ).
3. Commit your changes( ``git commit -m 'Add some feature'`` ).
4. Push to the branch( ``git push origin feature-branch`` ).
5. Open a pull request.
