Metadata-Version: 2.1
Name: pydle-game
Version: 1.0.2
Summary: Wordle in the terminal!
Home-page: https://gitlab.com/psalminen/pydle
Author: Paul Salminen
Author-email: paulsalminen@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE

# Pydle Game
## Wordle in the terminal!

Terminal based wordle game written in python

## How to Install
Pydle can be installed from pypi using pip:
```bash
    pip install pydle_game
```

## How to run
During installation, a script will be added to your path. To run, just run `pydle`
Pydle can also be run without installing as a package by cloning [this repository](https://gitlab.com/psalminen/pydle)
```bash
    git clone https://gitlab.com/psalminen/pydle
    cd pydle
    python -m pydle
```

## Requirements
+ appdata
+ rich
+ termplotlib (only needed to show attempts bar graph at end)


