Metadata-Version: 2.4
Name: StreNo
Version: 1.0.0
Summary: Terminal styling for humans
Author: Swastik Bachhar
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# StreNo

*(Throat Clearance)* **Greetings** to one and all viewing this**!**

#### So, you might be wondering what in the world is this **StreNo**?

***StreNo*** is a Terminal Styling Library, which is Created by Me - *Swastik Bachhar*, well, I have tried learning and using **Rich** which is known to be and is the best Python Library for Terminal Styling or personally any CLI project. But trust me, **StreNo** is also no less.

---

#### Now the question arises, why should I even use StreNo when we have a Leading Library of Python - Rich?

This library keeps the **API clean**, allowing Beginners to **make CLI styling easier**. Allowing the user to have a better experience rather than a head breaking one.

---

## Now, Comparison

| Feature | StreNo | Rich |
|---------|--------|------|
| Colours | ✅ 565 colours | ✅ |
| Progress Bar | ✅ Highly customisable | ✅ |
| Unicode Fonts | ✅ SmallCaps, Mono, FullWidth | ❌ |
| Range based colouring | ✅ | ❌ |
| Dim control | ✅ RGB based | ❌ Just ANSI |
| Simple API | ✅ Chainable | ❌ Verbose |
| Cross Platform | ✅ | ✅ |
| Tables | ❌ Coming in v2 | ✅ |
| Animated Banner | ❌ Coming in v3 | ❌ |
| Speed | ✅ Prioritized | ❌ Known to be Heavier |
