Metadata-Version: 2.1
Name: hangpy-cli
Version: 0.1.1
Summary: CLI program to play the hangman game suporting multiple languages, ideal for learning new words
Home-page: https://github.com/renzofbn/hangpy
Author: Renzo Valentin
Author-email: renzofbn@gmail.com
Keywords: hangpy,hangman,game,cli,command-line,hangman-game
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment :: Puzzle Games
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Hangpy 🐍

![GitHub](https://img.shields.io/github/license/renzofbn/hangpy) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/renzofbn/hangpy)

Hangman game in python, with a simple terminal interface, ideal to test your vocabulary and have fun.

# Installation:

```
pip install hangpy_cli
```

> Make sure to have ~/.local/bin directory in your `$PATH`, otherwise your shell won't find the hangpy command.


# Usage:
To start the game, just type:
```
hangpy
```
Change the word language or the menu language with:
```
hangpy -c
```
Watch the top 5 scores with:
```
hangpy -t
```
See the help message with:
```
hangpy -h
```

## License

Hangpy is licensed under the MIT License - see the [LICENSE](https://github.com/renzofbn/hangpy/blob/main/LICENSE).
