Metadata-Version: 2.4
Name: fadecat
Version: 0.2.6
Summary: Fadecat is a fast and easy-to-use library to enhance your terminal.
Author-email: m2uroy <m2uroy@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/m2uroy/fadecat
Project-URL: Changelogs, https://github.com/m2uroy/fadecat/blob/main/changelogs.md
Project-URL: Contributing, https://github.com/m2uroy/fadecat/blob/main/contributing.md
Project-URL: Bug Tracker, https://github.com/m2uroy/fadecat/issues
Keywords: terminal,gradient,ansi,color,cli-ui,python,ascii,colors,ascii-art,fade,python-color,python-fade,python-gradient,gradient-text,fade-text,banner-text-color,module-fade-text
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Terminals
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: license
Dynamic: license-file

# fadecat
[![GitHub stars](https://img.shields.io/github/stars/m2uroy/fadecat?style=flat&logo=github)](https://github.com/m2uroy/fadecat/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/m2uroy/fadecat?style=flat&logo=github)](https://github.com/m2uroy/fadecat/forks)
[![GitHub watchers](https://img.shields.io/github/watchers/m2uroy/fadecat?style=flat&logo=github)](https://github.com/m2uroy/fadecat/watchers)
[![GitHub repo size](https://img.shields.io/github/repo-size/m2uroy/fadecat?style=flat&logo=github)](https://github.com/m2uroy/fadecat)
[![GitHub last commit](https://img.shields.io/github/last-commit/m2uroy/fadecat?style=flat&logo=github&color=blue)](https://github.com/m2uroy/fadecat/commits)
[![GitHub issues](https://img.shields.io/github/issues/m2uroy/fadecat?style=flat&logo=github&color=blue)](https://github.com/m2uroy/fadecat/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/m2uroy/fadecat?style=flat&logo=github&color=blue)](https://github.com/m2uroy/fadecat/pulls)

### About Fadecat
Fadecat is an improved version of [venaxyt/fade](https://github.com/venaxyt/fade).

There are new color palettes here, as well as a new `tilt` function.
More details can be found in [docs](./docs).
Function allows you to select the gradient slope from `0°` to `360°`.

Additionally, ANSI support in Windows has been improved, making `TrueColor (24-bit)` escape codes available.

### Getting Started
Install with pip or your favorite PyPI package manager.
```bash
pip install fadecat
```
### How to use
We recommend visiting the [docs](./docs). to learn more about all the features.
