Metadata-Version: 2.4
Name: textual-wizard
Version: 0.7.0
Summary: Easily ask for input with a beautiful user interface, within the terminal.
Author-email: Leopold Koprivnik <skwal@etik.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
License-File: LICENSE
Requires-Dist: textual>=0.66.0
Requires-Dist: rich>=13.7.1
Requires-Dist: inquirer>=3.3.0
Requires-Dist: pytest>=8.3.1
Requires-Dist: click-extra>=7.14.1
Requires-Dist: click>=8.3.1
Project-URL: Home, https://github.com/SkwalExe/textual-wizard

<p align="center">
  <img src="https://raw.githubusercontent.com/SkwalExe/textual-wizard/main/assets/logo.png">
</p>

<p align="center">
  <img src="https://img.shields.io/github/license/SkwalExe/textual-wizard?style=for-the-badge">
  <img src="https://img.shields.io/github/stars/SkwalExe/textual-wizard?style=for-the-badge">
  <img src="https://img.shields.io/github/issues/SkwalExe/textual-wizard?color=blueviolet&style=for-the-badge">
  <img src="https://img.shields.io/github/forks/SkwalExe/textual-wizard?color=teal&style=for-the-badge">
  <img src="https://img.shields.io/github/issues-pr/SkwalExe/textual-wizard?color=tomato&style=for-the-badge">

</p>

<p align="center">💠 We bring life to your terminal applications! 💠</p>

# Documentation

[**--> Please head over to our documentation for more information! <--**](https://textual-wizard.skwal.net)

# How to install 📥

You can install textual-wizard easily with pip to use it in your projects:

```bash
pip install textual-wizard
```

> [!CAUTION]
> Textual Wizard requires at least Python 3.10.
> You will not be able to install the library with pip if this requirement is not met.

# Demonstration

![Demo gif](docs/demo.gif)

# Contributing 🤝

**For contribution instructions, take a look at the `contributing` section of [our documentation](https://textual-wizard.skwal.net/).**

