Metadata-Version: 2.4
Name: cinetext
Version: 0.1.0
Summary: A Python library for cinematic text effects in command-line interfaces.
Home-page: https://github.com/username/cinetext
Author: Anay Rustogi
Author-email: codemaster.ar@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Terminals
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# Cinetext

A Python library for creating cinematic text effects in your command-line applications.

## Description

`cinetext` provides a collection of simple, easy-to-use functions for adding dynamic and visually interesting text animations to your terminal-based projects. Make your CLIs more engaging with effects inspired by movies and video games.

## Features

*   **Typewriter Effect:** Display text one character at a time, simulating a typewriter.
*   **Glitch Effect:** Create a cyberpunk-style glitching text animation.
*   **Pulse Effect:** Make text pulse with a grayscale fade-in and fade-out effect.
*   **Spinner:** Show a loading spinner with a message.
*   **Rainbow Wave:** Animate text with a colorful rainbow wave.

More features and effects will be added soon!

## Installation

(Once published, you will be able to install it via pip)
