My Projects

Math Trainer

Math Trainer was a project made for a DIT assessment. The program is coded in Python
and supplies the user with numerous math questions for them to answer. this program gives
the user stats on their profermons allowing them to strive for new goals.

the main gui of my math trainer

Github:

Math-Trainer

Settaki

Settaki is a Discord bot made for learning purposes. it was programed in Python using a
library called discord.py I plan to make another bot in the future using discod.js as I feel
it's a more well made library and I intend to learn javascript anyway.

the help command of my discord bot

Github:

Settaki

19tbusst.github.io

19tbusst.github.io is the website you are currently on, this site is a testing grounds of sorts
and is intended to grow my knowledge of HTML and CSS in a way I can show. In the future i plan to
add javascript functionality to the site as well expand its CSS and HTML elements. To follow my
progress check out my github page linked below.

my website

Math Trainer JS

This is a recreation of my Python project Math Trainer
in JS. This project allows the user to choose between multiple different operators and then answer questions
based on their choice. These questions are generated randomly and can be a fun challenge.

my math trainer website

Github:

math-trainer-js