I have an application that uses a button to open a Toplevel dialog. I'd like to be able to embed text formatting in this static file. Formatting would be size, font, bullets, etc. The less desirable way to do this is to create a class dedicated to the help text. I'd rather not do this because the code will be compiled making the text in the class inconvenient to access when necessary. An external text file makes far more sense if possible.
Any help or suggestions would be appreciated.
Thanks...
Looked at HTML markup.
UPDATE: Can I create text in the Text widget and save the text to an external file with the formatting tags?