Posts by Pedro • 1 point
1 post
-
0
votes1
answer20
viewsA: How to change what is written on a Tkinter. Text in Python?
In this case it is not very necessary to use a Stringvar, you can take the contents, store in a string, delete everything inside Text and insert with upper def converteMaiusculo( self ): n =…