Keyboard Controls
To map our keyboard inputs we can use a python module called Tkinter. Tkinter is Python’s de-facto standard GUI (Graphical User Interface) package. Tkinter is not the only GUI Programming toolkit of Python, however, it is the most commonly used