Metadata-Version: 2.1
Name: color4py
Version: 1.0.2
Summary: A Project which allows you to use colors in the terminal!
Author: hayoto
Author-email: <hayoto.dev@gmail.com>
Keywords: coloring,colors,fading,fade
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown


## color4py



A Project which allows you to use colors in the terminal!



- [x] Coloring

- [x] Fading

- [ ] Styling



### Usage



For the usage you need first to install the library!

<br>```pip install color4py```

<br>



#### Coloring

**All Colors**

```

BLACK

CYAN

BLUE

GREEN

MAGENTA

RED

WHITE

YELLOW

LIGHTBLACK

LIGHTGREEN

LIGHTGREEN

LIGHTBLUE

LIGHTMAGENTA

LIGHTRED

LIGHTYELLOW

LIGHTWHITE

```



```py

from color4py import Coloring



print(Coloring.RED + "Colored Text")

```



#### Fading



**Every Fades**

```

blackwhite

purplepink

greenblue

water

yellowred

pinkred

purpleblue

greenyellow

glitch

```



```py

from color4py import Fade



print(Effect.PURPLEPINK("Faded Text\nNow with color4py :)"))

```





## Thanks for the contributors <3

[BillyTheGoat356](https://github.com/billythegoat356)

[Tartley](https://github.com/tartley)

[xl](https://discord.com/users/781632044735135744)
