Currently a text based sudoku solver using backtracking to solve the whole board.
python3 sudoku.py
Requires no input now, will automatically select a premade board to solve.
Will print out INITIAL STATE to show input board and then solve it and only print the Solution under SOLVED
Working on making a GUI that users can also solve a sudoku board on