How to Make a Text Editor using Tkinter in Python | Tkinter GUI Programming | WITH FULL CODE LINK

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024
  • Welcome to this tutorial on how to make a text editor using Tkinter in Python.
    Find Full code here - github.com/pic...
    Tkinter is a Python library that allows you to create graphical user interfaces (GUI) for your Python applications. In this video, we'll show you how to create a simple text editor using Tkinter.
    We'll cover the steps for creating a Tkinter window, adding a text widget for editing, adding a menu bar with file operations, and creating a save functionality for the text editor.
    By the end of this tutorial, you'll have a basic text editor created using Tkinter, which you can customize and extend further to suit your needs.
    So whether you're a beginner Python programmer or an experienced developer looking to create your own GUI applications, be sure to watch this video and learn how to make a text editor using Tkinter in Python.
    Don't forget to like and subscribe to our channel for more helpful tutorials and tech tips.
    #Tkinter #Python #TextEditor #GUIProgramming #TextWidget #MenuBar #FileOperations #SaveFunctionality #BeginnerPython #Developer #TechTips #ComputerProgramming

Комментарии • 4

  • @williemurray9678
    @williemurray9678 7 месяцев назад

    Audio is very low and hard to hear. Using .pack() is outdated. If you are using a version of tkinter 8.5 or greater, TkDocs suggests using grid().

  • @user-vy1tf7cy9n
    @user-vy1tf7cy9n 9 месяцев назад

    how to create file ?

  • @eddiet3026
    @eddiet3026 Год назад

    Audio too low.

  • @atlantic_love
    @atlantic_love Год назад

    Make an actual app, have two different views in the same pane.