Text Widget Bold and Italics Text - Python Tkinter GUI Tutorial #102

preview_player
Показать описание
In this video I'll show you how to create Text Widget tags to change selected text to Bold or Italics. I'll also show you how to highlight text in the Text box using your mouse and then do things programatically with the selected text.

Text widgets have something called tags that we can create, add, and remove. Those tags allow us to define things that we want to do to selected text in the Text Widget...like make it bold, or italics or anything we want.

In this video I'll start to show you how to use tags.
Рекомендации по теме
Комментарии
Автор

▶️ Watch Entire Tkinter Playlist ✅ Subscribe To My YouTube Channel:
▶️ See More At: ✅ Join My Facebook Group:
▶️ Get The Code

Codemycom
Автор

Smash that like button guys n gals! its free! great python tkinter tutorial, Codemy. Thanks

RyanDanielG
Автор

In addition to the below points few advanced python scripts which we can use for automation. Like sending emails, automating things etc. Once again thanks for your effort and time

sujitsingh
Автор

Awesome bro
And I'm the first 🥰🥰

anujjaiswal
Автор

how can do this similar this, If you look at it, highlight's when mouse hovering on the tri nucleotide (3bases) and corresponding codon shows in BOLD.

naganmuniyappan
Автор

As you rightly said, it's a bit difficult grasping this bold and italic stuff. In my opinion, the difficulty is as result of not having proper understanding of the TAGS and FONTS stuff. I thought I was alone on this until a friend said same thing. Can you please do a video on Fonts and tags. Thanks so much for always doign a great job. You really make my learning tkinter so easy

judeleon
Автор

Hi john sir. First of all thanks for such high quality videos. I have a request for you. From now on can you teach us all the concepts which we have learned so far and the concepts which you will taught us in future by making big projects on tkinter like : Restaurant Management system, Booking applications etc. There is a you tube channel DJ oamen fornthat but I dont understand his accent . Your teaching style is simple and very easy to understand accent

sujitsingh
Автор

Thanks John. How can we save the formatted text with the tags such that when next we open the textfile in text widget the bold and italics would be there?

judeleon
Автор

If want to underline the highlighted text like you did for bold and italic, then how to do it? Pls help and do reply. BTW nice video it really helped me in making my project

procoder
Автор

Dear sir, with due respect i face to one problem within Text widget of Tkinter where in wrap='none' mode how to limit columns?
For example in windows notepad in wrap = none its limited to 1025.

azizmazizi
Автор

Sir, you are doing a great work. Can you please guide us on how to take out hard copies from python program i.e. send data which might be the tkinter frame to printer for

namanagarwal
Автор

Can I do this on a Label or is this only available to Text?

gabrielsampaio
Автор

can you make a server based hwid serial key system?

Acem
Автор

I would really like to see the fonts with tkinter

akramelomrani
Автор

Sir, Is it possible to create our own widgets ??

ClusterSeries