Metadata-Version: 2.1
Name: pyclack-cli
Version: 0.1.0
Summary: A python library for building interactive command line interfaces effortlessly. Inspired by clack.cc
Home-page: https://github.com/Bbalduzz/pyclack
Author: Edoardo Balducci
Author-email: edoardoba2004@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: readchar
Provides-Extra: core
Requires-Dist: readchar; extra == "core"
Provides-Extra: prompts
Requires-Dist: readchar; extra == "prompts"
Provides-Extra: all
Requires-Dist: readchar; extra == "all"

<h1 align="center">
  pyclack
  <br>
  <img width="5%" align="center" src="https://img.shields.io/badge/prerelease-8FD28F" alt="logo">
  <img width="4%" align="center" src="https://img.shields.io/badge/python-blue" alt="logo">
</h1>


<p align="center">
  <b>Building interactive command line interfaces effortlessly.</b>
</p>

`/core`: This is your toolkit for building custom CLIs from scratch. It provides robust, unstyled components that give you complete creative freedom while handling all the complex functionality under the hood.

`/prompts`: Need something ready to use? This package offers a collection of beautifully designed prompts with an intuitive API. Just import and start using them - perfect when you want professional results without the custom styling work.

<div align="center">
    <kbd>
      <video width="100%" align="center" src="https://github.com/user-attachments/assets/07b959fb-165e-4419-93ba-74c235a7bc38" alt="demo /prompts">
    </kbd>
</div>

