Past Projects

This page is dedicated to various projects I have made.
I haven't listed a lot due to their unfinished status.

Somewhat Recent Projects

Quizzable (Python) (A-Level Computing Coursework)

Created: May 2017 - Last updated: May 2018
A quizzing application for the desktop, made for my A-Level Computing qualification.
Requires Python 3.3 (or above), PyODBC, and Microsoft Access Database Engine.
Click here to view project on GitHub

Koristella Website (HTML/CSS/JS)

Created: November 2016 - Last updated: June 2017
A website designed and made for the Koristella young enterprise project.
A version of the website still exists but has most of the products removed:
Click here to view the website

Click here to view project on GitHub

Old Projects

These projects are quite old, and so the coding is not as good as my more recent projects.

OPEngine 2 (Python)

Created: June 2016 - Last updated: September 2016
I made a game engine in python, to test it's viableness to run a much bigger game engine with bigger games.
It turns out that python is fairly bad when it comes to 3D rendering.
All graphics processing by the game engine was done on the CPU, no OpenGL or DirectX was used.
Click here to a see download link and more info

Alex IDE (Python)

Created: August 2014 - Last updated: September 2016
An IDE I made in Python, when I was 14. It's a cool project, with syntax highlighting and some debugging for python scripts.
It can handle HTML, Python and batch syntax highlighting and running.
Click here to a see download link and more info

Discord Bot 3 (Python)

Created: June 2016 - Last updated: June 2017
A bot I made for text communication and audio/music playback for an communication application called Discord.
The first version was made in C#, the second in Python, but it wasn't modular. This version allows commands to be created, changed or edited while running, and updates the changed commands using a reload command.
Click here to a see download link and more info