Python: TKinter GUI example 1

preview_player
Показать описание
This video creates a simple Python GUI that allows the user to save text files with a designated title and content. In its simplest form, this is what most word processors and text editors perform on a daily basis. This video introduces the pack geometry management method, which is the fastest method, but also gives the user slightly less control over widget placement. Feel free to leave any questions in the comments below!

Github Source code:

Рекомендации по теме
Комментарии
Автор

Thank you for this video, was very helpful for me to understand more about how tkinter works. Great Job!

gaberivero
Автор

Thank you! This video helped me too much.

arumih
Автор

Great video. Any idea how to read write csv with tkinter Listbox?

property
Автор

What website are you using to code with?

deadmeme
Автор

Why did u import all there things why didnt u say
from tkinter import *

addisumengistu