Companies Home Search Profile

Python Desktop Apps with Tkinter

Focused View

Frank Anemaet

1:23:08

123 View
  • 1.1 tkinter-sales.mp4
    00:21
  • 1. Introduction.html
  • 2.1 tkinter-examples.zip
  • 2. Examples.html
  • 3.1 message2.zip
  • 3. Message Box.mp4
    01:26
  • 4.1 message2.zip
  • 4. Lecture Notes.html
  • 5.1 message.zip
  • 5. User Input.mp4
    02:24
  • 6.1 message.zip
  • 6. Lecture Notes.html
  • 1.1 window.zip
  • 1. Tkinter Window.mp4
    01:27
  • 2.1 window.zip
  • 2. Lecture Notes.html
  • 3.1 window2.zip
  • 3. Tkinter Window (OOP Intro).html
  • 4.1 window2.zip
  • 4. Tkinter Window (OOP).mp4
    01:16
  • 5.1 hello.zip
  • 5. Hello World.mp4
    03:16
  • 6.1 hello.zip
  • 6. Lecture Notes.html
  • 1.1 button.zip
  • 1. Tkinter Buttons.mp4
    02:51
  • 2.1 button.zip
  • 2. Lecture Notes.html
  • 3.1 button-oop.zip
  • 3. Tkinter Buttons (OOP).mp4
    02:37
  • 4. Statusbar.mp4
    00:59
  • 1.1 image.zip
  • 1. Load Image.mp4
    01:05
  • 2.1 image.zip
  • 2. Lecture Notes.html
  • 3.1 images.zip
  • 3. Load Image with PIL.mp4
    00:52
  • 4.1 images.zip
  • 4. Lecture Notes.html
  • 1. Geometry Managers.mp4
    00:26
  • 2. Lecture Notes.html
  • 3.1 pack.zip
  • 3. Pack Geometry.mp4
    02:09
  • 4.1 pack.zip
  • 4. Lecture Notes.html
  • 5.1 pack-side.zip
  • 5.2 pack-side2.zip
  • 5. Pack Side.mp4
    01:09
  • 6.1 pack-side.zip
  • 6.2 pack-side2.zip
  • 6. Lecture Notes.html
  • 7.1 pack-pad.zip
  • 7. Pack Distance.mp4
    00:52
  • 8.1 pack-pad.zip
  • 8. Lecture Notes.html
  • 1.1 audio.zip
  • 1. Project Audio Player.mp4
    01:50
  • 1.1 place.zip
  • 1. Place.mp4
    02:37
  • 2.1 place.zip
  • 2. Lecture Notes.html
  • 1.1 checkbutton.zip
  • 1.2 checkbutton2.zip
  • 1. Checkbox.mp4
    04:32
  • 2.1 checkbutton.zip
  • 2.2 checkbutton2.zip
  • 2. Lecture Notes.html
  • 3.1 radio.zip
  • 3. Radio Button.mp4
    03:35
  • 4.1 radio.zip
  • 4. Lecture Notes.html
  • 5.1 input.zip
  • 5. Input Field.mp4
    03:06
  • 6.1 input.zip
  • 6. Lecture Notes.html
  • 7.1 listbox.zip
  • 7. Listbox.mp4
    02:38
  • 8.1 listbox.zip
  • 8. Lecture Notes.html
  • 9.1 scale.zip
  • 9. Tkinter Scale.mp4
    01:27
  • 10.1 scale.zip
  • 10. Lecture Notes.html
  • 11.1 spinbox.zip
  • 11. Tkinter Spinbox.mp4
    01:57
  • 12.1 spinbox.zip
  • 12. Lecture Notes.html
  • 1.1 grid.zip
  • 1. Grid.mp4
    02:03
  • 2.1 grid.zip
  • 2. Lecture Notes.html
  • 3.1 grid.zip
  • 3.2 grid2.zip
  • 3. Resizable Grid.mp4
    02:32
  • 4.1 grid2.zip
  • 4. Lecture Notes.html
  • 1.1 tictactoe.zip
  • 1. Project (Game) Tic Tac Toe.mp4
    03:57
  • 1.1 phone.zip
  • 1. Project Dialpad.mp4
    05:43
  • 1.1 frames.zip
  • 1. Frame.mp4
    02:32
  • 2.1 labelframe.zip
  • 2. LabelFrame.mp4
    01:27
  • 1.1 button2.zip
  • 1. Tkinter Buttons in Loop.mp4
    02:24
  • 1.1 menu.zip
  • 1.2 menu2.zip
  • 1. File Menu.mp4
    02:58
  • 2.1 menu.zip
  • 2.2 menu2.zip
  • 2. Menu.mp4
    02:07
  • 3. Sub Menu.mp4
    01:17
  • 1.1 textbox.zip
  • 1. Textbox.mp4
    00:52
  • 2.1 textbox.zip
  • 2. Scrollbar.mp4
    01:09
  • 3. Textbox Font.mp4
    01:35
  • 1.1 notepad.zip
  • 1. Project Text Editor, part 1 of 2.mp4
    04:09
  • 2.1 notepad.zip
  • 2. Project Text Editor, part 2 of 2.mp4
    03:31
  • Description


    Make Graphical Apps with Python 3 and Tkinter

    What You'll Learn?


    • Learn Python GUI programming
    • Build amazing Python GUI applications using Tkinter
    • In-depth understanding of elements in Tkinter
    • Convert command line tools to Graphical Applications
    • Make GUI Apps (notepad, tic-tac-toe and more)

    Who is this for?


  • Python developers who want to build GUI Applications and Tools
  • Developers who want to convert their command line tools to GUI
  • Students who wants to learn Tkinter GUI
  • Beginners who want to step into the world of Python GUI Programming
  • Do NOT take this course if you are a Python GUI Developer with many years of experience
  • What You Need to Know?


  • You should already have a basic understanding of Python
  • Understand Object Oriented Programming (OOP)
  • More details


    Description

    GUI for Python

    Master tkinter concepts and fundamentals with Python

    Build graphical apps with Python. Want to move out of the console and make desktop applications? This course is for you! With Tkinter you can make Python desktop applications in Mac OS, Windows or Linux. Master Tkinter through practical tutorials.

    Why you need this course

    Tkinter isn't easy to grasp without the right explanation. This course teaches you the concepts step by step. The course has straightforward examples. All code is downloadable, so you can easily incorporate concepts in your own app. My course integrates gets you on the road becoming a successful Tkinter developer.

    Who this course is for:

    • Python developers who want to build GUI Applications and Tools
    • Developers who want to convert their command line tools to GUI
    • Students who wants to learn Tkinter GUI
    • Beginners who want to step into the world of Python GUI Programming
    • Do NOT take this course if you are a Python GUI Developer with many years of experience

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Frank Anemaet
    Frank Anemaet
    Instructor's Courses
    Sharing my experience in Technology here on Udemy. I have a background in Computer Science and worked with nearly every programming language on the planet. I graduated with highest distinction during my masters program. I've worked on projects ranging from Robotics, Web Apps, Mobile Apps to Embedded Systems. These courses will help you achieve your goals.To your success!
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 38
    • duration 1:23:08
    • English subtitles has
    • Release Date 2023/08/24