Metadata-Version: 2.1
Name: exocolours
Version: 1.0.0
Summary: exocolours, a swift package to generate colour on your console.
Home-page: https://github.com/Exo-OX1564
Author: EXO Enterprises
Author-email: exoox1543@gmail.com
License: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.md

# ProofUtils ✨

`📝 Information:`

An easy-to-use package used for generating **color** on console. 🤖

It uses **[colorama](https://pypi.org/project/colorama/)** to return an image of your console!

`📥 Installation:`

You are able to **install** the package directly through **[pip](https://pypi.org/project/exocolours/)** using the following command:

```
pip install exocolours
```


*Then simply import the package and use it as you wish.*


`👨‍💻 Example:`

Here's a simple example of using exocolours.

```py
from ExoColours import exocolours

print(exocolours.color_text("Hello, World!", exocolours.RED))
```

`📚 Formatting:`

| Format | Description |
| --- | --- |
| Pings | Use `[PING]` to represent a ping. |
| New Line | Use `\n` to represent a new line instead of creating more items in the messages list! |
| `Coming Soon` | We are planning on adding `codeblocks`, **bolding** and the rest of the Discord formats soon! |


## Contributing
All contributions are appreciated. To contribute to the package, open a **[pull request](=)**. 🙏
