Quill Bot is a versatile assistant designed for developers, students, and problem‑solvers. It can:
- ⚡ Compile code snippets
- 💡 Suggest code improvements
- 🔢 Break down mathematical expressions step‑by‑step
- Code Compilation: Run code directly from chat using
;compile. - Code Suggestions: Get improvements or alternative approaches using
;suggest. - Math Breakdown: Simplify and explain math expressions step‑by‑step with
/math-breakdown.
Clone the repository and install dependencies:
git clone https://github.com/yourusername/quill-bot.git
cd quill-bot
npm install;compile
<code>
;suggest
for i in range(0, 10):
print(i)note that you should specify the language type in the codeblock, ie. ```[lang]
/math-breakdown sqrt(3x - 1) + (1 + x)^2
This project is licensed under MIT License.