Metadata-Version: 2.1
Name: ender-ansi
Version: 1.0.4
Summary: 🌈 uwu cutesy rainbow text <3 ✨
Author: Endercat126
Keywords: python,colour,ansi
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# [ender-ansi](https://github.com/endercat126/ender-ansi)
🌈 uwu cutesy rainbow text <3 ✨

this package is just a quicker way to colour your text

## usage

```python
from ender_ansi import *

print(f"{fg.pink}Hello, World!{fx.reset}")
print(f"{fg.cyan}This is {fg.green}{fx.bold}very {fx.italic}cool!{fx.reset}")
```

## install
```bash
pip install ender_ansi
```

## colours

- black 🖤
- red ❤️
- green 💚
- yellow 💛
- blue 💙
- pink/magenta 💜
- cyan/aqua 🩵
- white 🤍

## effects

- reset
- bold/strong
- dull/dim/faint
- italic/oblique
- underline
- reverse/invert/inverse
- strikethrough/disabled/linethrough/crossedout

## functions
> clear()
    Clears the terminal screen

> clear_all()
    Clears the terminal, including the scrollback buffer, and resets the cursor position

> clear_line()
    Clears the current line at the cursor

> move_cursor(row, col)
    Moves the cursor to a given row and column


## license
This project is released into the public domain under The Unlicense.
See LICENSE for more information.

