Write a python program that creates a GUI using tkinter. This GUI should ask for player name input and let the user pick
Posted: Tue Jul 05, 2022 10:34 am
Write a python program that creates a GUI using tkinter. ThisGUI should ask for player name input and let the user pick betweentwo games to play: Pong or Tetris. If the Pong button within theGUI is clicked, it should direct them to a Pong game. If the Tetrisbutton is clicked, it should direct them to a Tetris game. You donot need to code both Pong and Tetris games, just the GUI to askfor the user's player name and direct them towhichever game they choose.