Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 847 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 847 Bytes

TeXas

TeXas is a bot that can render LaTeX, solve equations, and create graphs.

Demo and overview of functionality

Requirements

  • Python
  • SymPy
  • pdflatex (comes with a working TeX Live installation)
  • pdfcrop (use sudo apt-get install texlive-extra-utils or whatever relevant command is necessary to install; comes with texlive-full if you installed that)
  • ImageMagick
  • gnuplot
  • Xcas/Giac
  • discord.py

Usage

  1. Put your bot's token into the bot.py file where specified by the comment
  2. Run with python bot.py (or python3 bot.py, depending on your Python installation)