Skip to content

MRThugh/ghostprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

👻 GhostPrint

Cinematic terminal effects for Python
Glitch • Animations • Hacker UI • Gradient text • Loading effects


⚡ Overview

GhostPrint is a lightweight Python library for creating cinematic and hacker-style terminal experiences.

It focuses on making CLI output more expressive, animated, and visually engaging without external dependencies.


📦 Installation

pip install ghostprint

🚀 Quick Start

from ghostprint import *
from ghostprint.colors import gradient

banner("GhostPrint")

typewrite("Connecting to DarkLine Network...", 0.02)

loading("Authenticating", 2)

print()

print(gradient("ACCESS GRANTED"))

print()

glitch("WELCOME BACK, ALI")

print()

box("github.com/MRThugh")

🎬 Example Output

████████████████████
███  GhostPrint  ███
████████████████████

Connecting to DarkLine Network...
Authenticating ✓

ACCESS GRANTED

WELCOME BACK, ALI

┌────────────────────┐
│ github.com/MRThugh │
└────────────────────┘

✨ Features

  • 👾 Glitch text effects
  • ⌨️ Typewriter animation
  • ⏳ Loading spinners
  • 🌈 Gradient text output
  • 📦 Terminal boxes & banners
  • 🧠 Zero dependencies
  • ⚡ Lightweight & fast

📚 API

glitch(text)

Creates a glitch animation effect.

glitch("ACCESS GRANTED")

typewrite(text, speed)

Simulates typing effect.

typewrite("Hello World", 0.03)

loading(text, duration)

Displays animated loading spinner.

loading("Loading", 3)

banner(text)

Displays a cinematic banner.

banner("GhostPrint")

box(text)

Draws a terminal box.

box("MRThugh")

gradient(text)

Applies color gradient effect.

print(gradient("GhostPrint"))

📦 Install from Source

git clone https://github.com/MRThugh/ghostprint.git
cd ghostprint
pip install .

🔗 Links


👨‍💻 Author

Ali Kamrani


📄 License

This project is licensed under the MIT License.

About

Cinematic terminal effects library for Python — glitch text, hacker-style animations, gradients, loading effects, and more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages