Details for this torrent 

Udemy- Python GUI Programming With TKinter Build 10 GUI Projects
Type:
Other > Other
Files:
142
Size:
2.2 GiB (2365503082 Bytes)
Uploaded:
2021-04-07 05:53:42 GMT
By:
tuts756
Seeders:
4
Leechers:
0
Comments
0  

Info Hash:
C805DFBE955F37C98B8AB4778D574EEE24563729




(Problems with magnets links are fixed by upgrading your torrent client!)
Description

Tkinter is a Python binding to the Tk GUI toolkit. It is the standard Python interface to the Tk GUI toolkit, and is Python’s de facto standard GUI. Tkinter is included with standard Linux, Microsoft Windows and Mac OS X installs of Python.

As with most other modern Tk bindings, Tkinter is implemented as a Python wrapper around a complete Tcl interpreter embedded in the Python interpreter. Tkinter calls are translated into Tcl commands, which are fed to this embedded interpreter, thus making it possible to mix Python and Tcl in a single application.

There are several popular GUI library alternatives available, such as wxPython, PyQt, PySide, Pygame, Pyglet, and PyGTK.

The generic term for any of the building blocks that make up an application in a graphical user interface.

    Core widgets: The containers: frame, labelframe, toplevel, paned window. The buttons: button, radiobutton, checkbutton (checkbox), and menubutton. The text widgets: label, message, text. The entry widgets: scale, scrollbar, listbox, slider, spinbox, entry (singleline), optionmenu, text (multiline), and canvas (vector and pixel graphics).
    Tkinter provides three modules that allow pop-up dialogs to be displayed: tk.messagebox (confirmation, information, warning and error dialogs), tk.filedialog (single file, multiple file and directory selection dialogs) and tk.colorchooser (colour picker).
    Python 2.7 and Python 3.1 incorporate the “themed Tk” (“ttk”) functionality of Tk 8.5. This allows Tk widgets to be easily themed to look like the native desktop environment in which the application is running, thereby addressing a long-standing criticism of Tk (and hence of Tkinter). Some widgets are exclusive to ttk, such as the combobox, progressbar and treeview widgets

The graphical user interface is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, instead of text-based user interfaces, typed command labels or text navigation. GUIs were introduced in reaction to the perceived steep learning curve of command-line interfaces (CLIs), which require commands to be typed on a computer keyboard.

The actions in a GUI are usually performed through direct manipulation of the graphical elements. Beyond computers, GUIs are used in many handheld mobile devices such as MP3 players, portable media players, gaming devices, smartphones and smaller household, office and industrial controls.     Ref : wikipedia
Who this course is for:

    Anyone who wants to learn and start building Python Graphical User Interface applications today

Requirements

    You are expected to learn the basics of Python programming before taking this course

Last Updated 3/2021

[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/14. Project Eight/1. How to create a Currency Converter.mp4178.32 MiB
TutsNode.com.txt63 B
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/14. Project Eight/1. How to create a Currency Converter.srt24.28 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/1. Introduction to Python GUI.srt2.34 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/10. Project Five/1. How to calculate Area of a Circle in Python GUI.srt17.35 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/11. Project Six/1. How to calculate Area of a Rectangle in Python GUI.srt13.19 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/12. Project Seven/1. How to calculate Area of a Triangle in Python GUI.srt12.59 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/7. RadioButtons in Python GUI/3. How to add more functionality to RadioButton.srt10.87 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/9. How to create multiple GUIs in one program.srt10.83 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/4. Project Two/1. How to create a digit counter.srt10.38 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/9. Calculator Development (Part 8).srt10.02 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/5. Project Three/1. How to create a color chooser.srt9.6 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/5. How to change label positions.srt9.99 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/9. Data Entry Boxes In Python GUI/2. How to delete an entry in Data Entry block.srt8.93 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/3. Project One/1. How to create messagebox.srt8.82 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/10. Calculator Development (Final).srt8.8 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/7. How to add function to a button.srt8.71 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/7. RadioButtons in Python GUI/2. More on RadioButtons.srt8.14 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/7. RadioButtons in Python GUI/1. Introduction to RadioButtons in GUI.srt7.2 KiB
.pad/0105 B
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/10. Project Five/1. How to calculate Area of a Circle in Python GUI.mp4101.05 MiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/8. How to create a text box.srt8.1 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/9. Data Entry Boxes In Python GUI/1. How to create data entry blocks.srt7.8 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/15. Project Nine/1. How to make graphics design in Python GUI.srt7.7 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/13. Working with Combo Box in Python GUI/1. How to create a ComboBox.srt6.87 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/6. Project Four/2. How to read a file content in python GUI.srt6.87 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/3. How to choose GUI sizes and positions.srt6.66 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/8. Checkbox in Python GUI/3. How to print out selected items from checkbox.srt6.48 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/8. Checkbox in Python GUI/2. How to get the values of Checkboxes.srt6.36 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/6. How to add button to your GUI application.srt6.25 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/6. Project Four/1. How to create a file dialog.srt5.9 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/7. RadioButtons in Python GUI/4. How to create RadioButtons using a list.srt5.7 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/2. Creating Menu And Menu Items In GUI/2. How to add menu items to Menus.srt5.64 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/2. Your first Python GUI application.srt5.32 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/2. Calculator development (Part 1).srt5.3 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/13. Working with Combo Box in Python GUI/2. Add functionality to ComboBox.srt5.12 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/4. How to add labels to GUI window.srt4.96 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/3. Calculator development (Part 2).srt4.95 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/2. Creating Menu And Menu Items In GUI/3. How to add functionality to menu item.srt4.85 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/8. Checkbox in Python GUI/1. Introduction to Checkbox in GUI.srt4.83 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/8. Calculator development (Part 7).srt4.7 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/8. Checkbox in Python GUI/4. How to add checkbox to menu item.srt4.67 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/2. Creating Menu And Menu Items In GUI/1. How to add Menu to window.srt4.61 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/8. Checkbox in Python GUI/5. How to add separator to menu bar.srt4.02 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/7. Calculator development (Part 6).srt4 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/15. Project Nine/2. How to open an image in Python GUI.srt3.89 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/4. Calculator development (Part 3).srt3.35 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/7. RadioButtons in Python GUI/5. How to add indicatoron to RadioButton.srt3.34 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/6. Calculator development (Part 5).srt2.65 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/5. Calculator development (Part 4).srt2.62 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/1. Introduction to Calculator project development.srt1.82 KiB
[TGx]Downloaded from torrentgalaxy.to .txt585 B
.pad/1300.72 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/12. Project Seven/1. How to calculate Area of a Triangle in Python GUI.mp4100.55 MiB
.pad/2461.97 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/11. Project Six/1. How to calculate Area of a Rectangle in Python GUI.mp494.88 MiB
.pad/3123.22 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/10. Calculator Development (Final).mp481.63 MiB
.pad/4379.9 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/9. How to create multiple GUIs in one program.mp480.58 MiB
.pad/5433.39 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/7. RadioButtons in Python GUI/3. How to add more functionality to RadioButton.mp475.63 MiB
.pad/6377.03 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/3. Project One/1. How to create messagebox.mp468.48 MiB
.pad/724.76 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/9. Calculator Development (Part 8).mp466.57 MiB
.pad/8444.52 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/7. How to add function to a button.mp457.5 MiB
.pad/93.97 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/8. How to create a text box.mp456.98 MiB
.pad/1022.27 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/5. How to change label positions.mp455.77 MiB
.pad/11237.65 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/6. Project Four/2. How to read a file content in python GUI.mp452.56 MiB
.pad/12448.96 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/9. Data Entry Boxes In Python GUI/2. How to delete an entry in Data Entry block.mp450.81 MiB
.pad/13193.04 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/7. RadioButtons in Python GUI/1. Introduction to RadioButtons in GUI.mp448.15 MiB
.pad/14358.73 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/4. Project Two/1. How to create a digit counter.mp447.26 MiB
.pad/15245.71 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/7. RadioButtons in Python GUI/2. More on RadioButtons.mp447.1 MiB
.pad/16405.2 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/5. Project Three/1. How to create a color chooser.mp447.08 MiB
.pad/17433.09 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/2. Creating Menu And Menu Items In GUI/2. How to add menu items to Menus.mp445.82 MiB
.pad/18179.69 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/8. Checkbox in Python GUI/2. How to get the values of Checkboxes.mp445.76 MiB
.pad/19247.39 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/8. Checkbox in Python GUI/3. How to print out selected items from checkbox.mp445.57 MiB
.pad/20437.97 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/15. Project Nine/1. How to make graphics design in Python GUI.mp443.54 MiB
.pad/21467.64 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/9. Data Entry Boxes In Python GUI/1. How to create data entry blocks.mp441.55 MiB
.pad/22456.92 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/6. How to add button to your GUI application.mp440.42 MiB
.pad/2379.74 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/3. Calculator development (Part 2).mp439.98 MiB
.pad/2416.63 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/7. Calculator development (Part 6).mp439.3 MiB
.pad/25208.94 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/6. Project Four/1. How to create a file dialog.mp438.08 MiB
.pad/26432.82 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/8. Calculator development (Part 7).mp437.9 MiB
.pad/27103.8 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/2. Creating Menu And Menu Items In GUI/1. How to add Menu to window.mp437.01 MiB
.pad/28497.48 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/13. Working with Combo Box in Python GUI/1. How to create a ComboBox.mp434.6 MiB
.pad/29412.18 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/7. RadioButtons in Python GUI/4. How to create RadioButtons using a list.mp434.59 MiB
.pad/30415.47 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/2. Creating Menu And Menu Items In GUI/3. How to add functionality to menu item.mp434.21 MiB
.pad/31294.48 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/8. Checkbox in Python GUI/4. How to add checkbox to menu item.mp434.1 MiB
.pad/32410.23 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/4. Calculator development (Part 3).mp429.87 MiB
.pad/33134.2 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/3. How to choose GUI sizes and positions.mp429.57 MiB
.pad/34435.98 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/13. Working with Combo Box in Python GUI/2. Add functionality to ComboBox.mp429.3 MiB
.pad/35205.5 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/4. How to add labels to GUI window.mp427.44 MiB
.pad/3664.28 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/8. Checkbox in Python GUI/1. Introduction to Checkbox in GUI.mp425.93 MiB
.pad/3773.86 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/8. Checkbox in Python GUI/5. How to add separator to menu bar.mp424.81 MiB
.pad/38194.24 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/2. Calculator development (Part 1).mp424.74 MiB
.pad/39268.18 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/6. Calculator development (Part 5).mp424.73 MiB
.pad/40279.21 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/5. Calculator development (Part 4).mp424.72 MiB
.pad/41282.97 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/15. Project Nine/2. How to open an image in Python GUI.mp423.5 MiB
.pad/42510.73 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/1. Introduction to Python GUI.mp422.86 MiB
.pad/43147.08 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/7. RadioButtons in Python GUI/5. How to add indicatoron to RadioButton.mp420.21 MiB
.pad/44298.47 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/1. Introduction/2. Your first Python GUI application.mp418.66 MiB
.pad/45350.44 KiB
[TutsNode.com] - Python GUI Programming With TKinter - Build 10 GUI Projects/16. Project Ten/1. Introduction to Calculator project development.mp413.42 MiB