Metadata-Version: 2.1
Name: wordle-pycli
Version: 0.0.3
Summary: Play Wordle Anywhere, Anytime - Unleash Your Vocabulary Adventure!
Home-page: https://github.com/Qazalbash/wordle-pycli
Author: Meesum Qazalbash
Author-email: meesumqazalbash@gmail.com
License: MIT
Keywords: wordle,cli,game,word game,wordle game,wordle-cli
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Games/Entertainment :: Puzzle Games
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Wordle PyCLI Game

![PyPI](https://img.shields.io/pypi/v/wordle-pycli?color=blue&style=flat-square)
![License](https://img.shields.io/github/license/Qazalbash/wordle-cli?color=blue&style=flat-square)

Welcome to the Wordle CLI Game! Experience the classic word-guessing game right in your command line. This version of Wordle is a command-line-based simulator that brings the fun of word puzzles to your terminal.

![Wordle Game Screenshot](screenshot.png)

## Features

- 🌈 Colorful CLI interface with a fancy keyboard display
- ⭐ Dynamic word revealing based on correct guesses
- 🎯 Attempts tracking with a stylish game board
- 📊 Progression with each guess visually represented

## Installation

To play Wordle CLI Game, you need to have Python installed on your system. If you don't have Python installed, you can download it from [python.org](https://www.python.org/downloads/).

```bash
pip3 install --upgrade wordle-pycli
```

## Usage

```bash
wordle-pycli
```

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
