I have designed a GUI on MATLAB which can communicate embedded system (STM32F4Discovery Board). Later, I want to focus on more learning part to increase the path efficiency of maze solving algorithm. However, current scenario have at least two different environment which are uC software as a slave module and PC GUI as a master side to decide the best path solution. Therefore, I am spending huge amount of time on two different software instead of focusing on the improvement of learning contribution. Instead of this MATLAB interface, I decided to implement another simple GUI on Python to avoid embedded side issues so the problem is divided to two different sub-parts. Also, there is another aim for this implementation on Python which is to use PyBrain library on my future design. In this Python design, a number of different libraries are already tried and used such as standard python modules, PyGame, TkInter, WxPython and so on.