Write a python program that creates a GUI using tkinter. This GUI should ask for player name input and let the user pick
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write a python program that creates a GUI using tkinter. This GUI should ask for player name input and let the user pick
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.