Build A Text Editor - Python Tkinter GUI Tutorial #104

preview_player
Показать описание
In this video we're going to start building a Text Editor with Tkinter and Python.

In the last few videos of the playlist, I've shown you how to use the Text Widget with Tkinter. Now we're going to take all the things we've learned and build out a cool little text editor that will be able to edit text files, html files, python files, or anything else that you like!

This will likely take several videos, so subscribe and check the playlist. In this video we'll build out the main GUI for our app and add a menu bar and status bar.
Рекомендации по теме
Комментарии
Автор

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

Codemycom
Автор

Your tutorials are seriously a godsend, I followed some and I like that you don't use classes as that could be confusing to beginners, Thank you for your time and effort!

abdelkaderbennaoum
Автор

Cool project sir.you are the best teacher

lasindukashmira
Автор

I don't know, why people disliked these amazing videos. WOW... 😁

ayushagrawal
Автор

yaay you followed my advice on making a text editor

generalpinochet
Автор

I love these videos, keep doing them please!

ivandiazdeleon
Автор

amazing, thank you so much! please don't stop making these videos! you're awesome!

badisamaral
Автор

Hello sir, I have need of SRS of text editor in python, kindly help me

Perk-Y
Автор

Thanks, i made a coding program with it!

blcarchives
Автор

How would I go about adding a background image with this code, sorry been trying for a while now and all examples don't work with the code

waynemason
Автор

Love your videos. Could you possibly make a video on how to make a code where you can select more than just one radio button, rather than only being able to select one?

afc_zanzoon
Автор

Mine didn’t work, I did the first 5 minutes but it has 9 errors and the terminal says there is a syntax error

Akilltersebas
Автор

great video, thank you! I'm wondering if anyone else had an issue where the status bar does not show up unless you make it full screen? I can't seem to figure this out

SaucyGamers
Автор

Hi,
Your video on this project is very explained but is it possible to realize it on KivyMD with the same options above : italic, bold...Please

youngnet
Автор

Dear autor! The .quit method in line file_menu.add_command(label = 'Exit', command = root.quit) doesn't work. When you click this button, the window does not close. If you change quit to destroy, then closing the window is processed. Take this into consideration.

gulyaevanton
Автор

Is there any way to implement Syntax Highlighting?

generalpinochet
Автор

file_menu = Menu(my_menu, tearoff=False) isn't working

revfire
Автор

great. You know what would be extremely helpful, a DRAW function with this editor. i would love to know how to do that....like with icons of rectangles squares to pick from.

dimitriosdesmos
Автор

How we could also add python terminal inside our editor? something like cloning VScode in a way.

johngiftakis
Автор

Sir, I have a doubt pls clear it, where do you run the program ?

viji