Project Overview
A Rubik's Cube solver app that scans the cube using the built-in webcam and solves it using algorithmic approaches. The project uses the cube API in Python for solving and OpenCV for scanning. Python was chosen for its easy GUI components and useful packages like OpenCV, NumPy, and scipy that help with cube input and solving algorithms. This sets the project apart from similar software which complicate the input process with increased steps as they don't use a webcam.

