y4seenx Ultimate Colour package for python
y4seenx 🎨 The Ultimate Gradient Color Package for Python Create stunning terminal gradients with ANY color format! Better, faster, and more feature-rich than alternatives. ✨ Features 🎨 Any Color Format : HEX, RGB, HSL, HSV, CMYK - we support them all! 🌈 Multiple Gradient Types : Horizontal, Vertical, Diagonal, Radial ⚡ Zero Dependencies : Pure Python, no external libraries needed 🎭 Animations : Wave, Pulse, Rainbow effects 📦 Beautiful Presets : 20+ pre-made stunning gradients 💻 Cross-Platform : Works on Windows, macOS, Linux 🔥 Blazing Fast : Optimized for performance 🎯 Easy API : Simple and intuitive, inspired by pystyle but better! 📦 Installation pip install y4seenx 🚀 Quick Start from y4seenx import Gradient , Presets , Colorate , Colors , Write # Simple gradient text = Gradient ( ' #FF0000 ' , ' #0000FF ' ). horizontal ( ' Hello World! ' ) print ( text ) # Use beautiful presets banner = """ ╔═══════════════════════════════╗ ║ WELCOME TO y4seenx! ║ ╚═══════════════════════════════╝ ""
Continue reading on Dev.to Python
Opens in a new tab



