4 Réponses
+ 1
You can run your python code in a console, you can integrate shell commands in your python code and you can use shell commands to print bold text. So I'm pretty sure that it's possible to write bold text with python (indirectly). However how to do it is very platform dependent
+ 3
You can't create the text bold in Python.
+ 1
would have been to great if that was possible thank you for telling me :)
+ 1
You can decorate Text using Pythons Turtle Module.