Project Type Python

Cryptochat

STEPS Engineering released 3 challenges for TYs to compete in, the first one of the involved creating a communication system to transfer data for over two metres. I developed a terminal chatroom that allows you to communicate to numerous people…

PiController

This project is a controller aimed at raspberry pi operated robots. I will use this solution for my Pi Car and an AI drone I am currently building, but honestly, this will not really change our PiController project too much…

PyDictionary

PyDictionary is a project that I used as an introduction to the idea of databases and working with data, this prepared me for more complex data analysis project. The objective of this solution is to be able to give back…

Sudokuverse

This is my latest project, It is a sudoku solver by the use of backtracking. The objective is to be able to take a picture of a sudoku board and then be able to play on a GUI with the…

Chat Smart

Chat Smart was one of my first Python projects. The objective was to enable multiple clients to connect through a server, receiving and sending various messages. Chat Smart also used the Google translator API known as “Googletrans” to detect the…