Metadata-Version: 2.4
Name: discord-colour
Version: 0.1.2
Summary: A package that generates coloured codeblocks for discord using syntax highlighted codeblocks
Author-email: im-lemon <brustenlode@gmail.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# DISCORD COLOUR

Discord Colour is a python package/module developed by me, it uses code blocks to 
make coloured text, It uses things like diff - and + for green and red text.

 ---
Its usage is mainly intended for bots, crash reports etc..
But it could be used by users too.
Its purpose is to make it easier to implement code blocks for your bot, or your crash reports etc.


 ---

Installation:
``pip install discord_colour``\
usage : ```Color.green(text)```

It also allows you to make codeblocks with ``Codeblock.codeblock(text)``.

- More updates *may* be added but for now, I see the package as finished.
