KevinTrinh1227 / Hycord-Client

Discord.py client that uses Hypixel & PlayerDB APIs to allow users to link and access in-game data. Simply, a versatile Hypixel Discord bot.

Home Page:https://www.hycord.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I would like to know which software was used to make overlays

TejasLamba2006 opened this issue · comments

I'm unsure if I understand your question, but here is the list of tools I used to make the images...

I used the Pillow Library (aka PIL) -> https://pypi.org/project/Pillow/
And photo editing I used: https://pixlr.com/x/ where I then created overlays, and editing the backgrounds and assets.

And essentially how the commands work is that they will layer each item/asset over each other and then draw on members stats or whatever context over the image then send it in the channel the command was issued in. Of course, all using the PIL library.

Example:
I get the top 30 guild members names and how many points they scored, then sort them, then layer each text over the overlay. and this is the output image:
image

But if you're just talking about the photo image part, then its PixlrX

image

I see could you add me on discord @tejaslamba we could talk about this.

Thanks