TKINTER Python updating widgets and root after 4

Опубликовано: 05 Ноябрь 2024
на канале: Python Hub Studio
5,344
183

00:00 tkinter GUI program example
00:31 tkinter update main window widgets
01:20 psutil module, CPU utilization percentage
04:23 tkinter write a class to configure Label and Progressbar widgets
05:50 python oop inheritance, update widgets
06:47 updating Label, Progressbar widgets in tkinter
11:12 tkinter method root.after(after), cyclic update
13:19 psutil module loading random access memory (RAM)
19:35 tkinter remove/restore window border overrideredirect(True)

In the video, the continuation of the playlist in which we write a program in python with the tkinter library. In this tutorial, the after method and updating the configuration of the Label and Progressbar widgets with the configure method.

Links to the code from the video, because three files, then three links:
1) https://gist.github.com/PythonHubStud...

2) https://gist.github.com/PythonHubStud...

3) https://gist.github.com/PythonHubStud...

Download the source code of the entire program:
https://github.com/PythonHubStudio/CP...

Playlist with this video CPU-RAM usage monitor bar:
   • Python tkinter - Создание крутого про...  
-------------------------------------------------- -------------------------------------------------- -----------------------------------------
Become a channel sponsor and you will get access to exclusive bonuses.
More:
   / @pythonhubstudio  
-------------------------------------------------- -------------------------------------------------- -----------------------------------------
OOP playlist:
   • Полный курс уроков обучения ООП Python  

Subscribe to the channel! Ask questions in the comments!
#PythonHubStudio
#python