4 Antworten
+ 1
You gonna need tkinter for that. is a library that you need to import
import tkinter, random, pymath, and so on
Look these two links:
https://docs.python.org/3/library/tkinter.html
https://www.tutorialspoint.com/python/python_gui_programming.htm
They can tell you more about how to use tkinter. Also, I think you can't use it on SoloLearn, you need to download python on a computer. You may also need to download an IDE, like Pycharm. If you don't want to pass over all that then, just download Anaconda and run Spyder.
anaconda.org
^^^^^^^^^^^^^
Hope this helps!
+ 4
I'm afraid I'm clueless about Python. 😅
Maybe you should refer to someone else who knows python.
+ 3
Check the console library, and if you are using Windows then also colorama library. They provide color and styling support for the terminal.
0
I know this thread is closed but I forgot to mention that IF TKINTER IS HARD TO WORK AROUND, then try the Turtle library and pygame library. I'm not using Tkinter because it simply hard for me to work. So I use Pygame that have more stuff. Anyway that's all :3