Metadata-Version: 2.4
Name: txtanim
Version: 1.0.1
Summary: Simple terminal animations library for Python
Author: Neunix
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# txtanim

**txtanim** is a simple and lightweight terminal animation library for Python.  
It allows you to animate text and display progress in the terminal with colors and effects, giving your CLI tools a fun, dynamic feel.

---

## Features

- **Typewriter** (normal & reverse)  
- **Blink**  
- **Pulse**  
- **Spinner**  
- **Loading Dots**  
- **Progress Bar**  

All animations support optional **coloring** (named colors like `"red"`, `"blue"` or `None` for default).

---

## Installation

Install locally from your project folder:

```bash
pip install .
