- Tkinter GUI Programming by Example
- David Love
- 45字
- 2021-08-27 18:49:11
Command line versus GUI
Since we now have a working game, what is the motivation to continue with this project? Isn't the command-line interface good enough for a lot of games?
Let's briefly compare the suitability of command-line interfaces versus graphical interfaces for Python programs.