Metadata-Version: 2.4
Name: ghostprint
Version: 0.1.0
Summary: Cinematic terminal effects for Python
Home-page: https://github.com/MRThugh/ghostprint
Author: Ali Kamrani
Author-email: Ali Kamrani <kamrani.exe@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/MRThugh/ghostprint
Project-URL: Source, https://github.com/MRThugh/ghostprint
Keywords: terminal,cli,animation,effects,hacker,console
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
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# GhostPrint

Cinematic terminal effects for Python.

Created by Ali Kamrani.

GitHub:
https://github.com/MRThugh

---

## Installation

```bash
pip install ghostprint
```

---

## Features

- Glitch text effects
- Typewriter animation
- Terminal loading animations
- Gradient colors
- Terminal banners
- Hacker-style terminal aesthetics

---

## Example

```python
from ghostprint import *

banner("GhostPrint")

typewrite("Connecting to server...")

loading()

glitch("ACCESS GRANTED")

print(gradient("DarkLine Online"))
```

---

## Author

Ali Kamrani

Email:
kamrani.exe@gmail.com

GitHub:
https://github.com/MRThugh
