TeXas is a bot that can render LaTeX, solve equations, and create graphs.
Demo and overview of functionality
- Python
- SymPy
pdflatex
(comes with a working TeX Live installation)pdfcrop
(usesudo apt-get install texlive-extra-utils
or whatever relevant command is necessary to install; comes withtexlive-full
if you installed that)- ImageMagick
gnuplot
- Xcas/Giac
- discord.py
- Put your bot's token into the bot.py file where specified by the comment
- Run with
python bot.py
(orpython3 bot.py
, depending on your Python installation)