Please sign in to access this page
Discord bot written in C++ that let's user create and format table, which is then rendered to ascii art. Uses D++ to communicate with Discord servers, and p-ranav's Tabulate to render tables.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I deleted some of the border styles, because I wasn't able to finish them in time. Finished all the remaining border style, added readme.
I added font alignment to the formatted table and started working on different borders(added a way to choose which one will be used).
I unfortunately procrastinated with adding this project so this will be a summary of a longer period of work.
I added command that allows creating, rendering and sending simple unformatted tables. I also started working on formatted tables: I started creating the modal and creating helper functions.