Metadata-Version: 2.4
Name: termc
Version: 0.1.3
Summary: A lightweight Python CLI toolkit for building beautiful terminal interfaces
Author: waasaty
License: MIT License
        
        Copyright (c) 2026 waasaty
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/waasaty/termc
Project-URL: Documentation, https://apt29.gitbook.io/termc
Project-URL: Source, https://github.com/waasaty/termc
Keywords: cli,terminal,ui,colors,python,custom
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama
Requires-Dist: qrcode[pil]
Dynamic: license-file

![Banner](assets/banner.png)
<p align="center">
  <img src="https://img.shields.io/badge/version-0.1.3-blue" />
  <img src="https://img.shields.io/badge/license-MIT-green" />
  <img src="https://img.shields.io/badge/PyPI%20status-active-green" />
</p>
A tiny Python library that makes terminal apps look way cooler with almost no effort.

No more boring `print()` spam.
No more ugly CLI menus.
Just clean banners, colorful messages, menus, separators, and stylish prompts.

---

## PyPI
https://pypi.org/project/termc/

---

## 📦 Installation

```bash
pip install termc
```

Or clone the repository:

```bash
git clone https://github.com/waasaty/termc.git
```

---

## 📕 Docs
https://apt29.gitbook.io/termc

---

## 💡 Why termc?

Because writing:

```python
print("[INFO] Application started")
```
for the 500th time gets boring.

termc gives your terminal projects a cleaner and more professional look while keeping everything simple.

---

## 🤝 Contributing

Found a bug?
Have an idea?
Open an issue or submit a pull request.

Contributions are always welcome.

---
Do whatever you want, just don't claim you wrote it ;)
