Companies Home Search Profile

Building Desktop Applications with Python and Kivy

Focused View

Samuel Mthembo

7:07:27

24 View
  • 1 - Introduction.mp4
    02:08
  • 2 - Installation.mp4
    01:22
  • 2 - kivymac.zip
  • 2 - kivyubuntu.zip
  • 2 - kivywindows.zip
  • 3 - Installation VsCode.mp4
    02:25
  • 3 - kbase.txt
  • 4 - Hello Kivy.mp4
    01:54
  • 5 - Understanding The Hello Kivy Program.mp4
    04:19
  • 6 - The Label Widget Intro.mp4
    03:58
  • 7 - The Label Widget Properties.mp4
    06:47
  • 8 - The Button Widget Intro.mp4
    02:58
  • 9 - The Button Widget Properties.mp4
    03:41
  • 10 - Get Properties.mp4
    06:03
  • 11 - Layouts BoxLayout.mp4
    03:51
  • 12 - Layouts GridLayout.mp4
    04:52
  • 13 - KvLang.mp4
    08:48
  • 14 - Widget Sizing and Spacing.mp4
    08:21
  • 15 - Project Demo.mp4
    00:32
  • 16 - Project Setup and Basic Layout.mp4
    06:10
  • 17 - Adding the Buttons.mp4
    06:40
  • 18 - The TextInput Widget.mp4
    06:15
  • 19 - Add More Buttons.mp4
    04:44
  • 20 - Add Text to Input.mp4
    04:26
  • 21 - Get Results.mp4
    05:55
  • 22 - Get Results 02.mp4
    07:08
  • 23 - Get Results final.mp4
    02:41
  • 24 - Calc Theming.mp4
    06:19
  • 25 - Correctly Display Results.mp4
    03:42
  • 26 - Bonus Lecture Custom Input.mp4
    05:27
  • 27 - Project Demo.mp4
    00:58
  • 28 - Project Setup.mp4
    04:10
  • 28 - fonts.zip
  • 29 - The Dropdown Widget.mp4
    06:23
  • 30 - The Action Bar.mp4
    03:54
  • 31 - Filter for Images.mp4
    05:03
  • 32 - Display an Image The Image Class.mp4
    04:24
  • 33 - The RecycleView.mp4
    07:03
  • 34 - Display All Images.mp4
    03:22
  • 35 - Add Descriptions Kivy Custom Widgets.mp4
    05:30
  • 36 - Clickable Images Kivy Behaviors.mp4
    06:38
  • 37 - View Image.mp4
    04:16
  • 38 - Kivy IconFonts.mp4
    06:22
  • 39 - Adding Image Operations Buttons.mp4
    06:15
  • 40 - Fit Image To Modal part 2.mp4
    05:43
  • 41 - Fit Image To Modal part 1.mp4
    04:34
  • 41 - aspect.zip
  • 42 - Traversing in Kivy.mp4
    05:51
  • 43 - Next Image.mp4
    05:47
  • 44 - Previous Image.mp4
    02:27
  • 45 - Rename Image part 1.mp4
    04:12
  • 46 - Rename Image part 2.mp4
    07:23
  • 47 - Image Effects part 1.mp4
    04:09
  • 48 - Image Effects part 2 Burn Effect.mp4
    08:01
  • 49 - Image Effects part 3 Flip Image Options1.mp4
    07:27
  • 50 - Image Effects part 4 Flip Image.mp4
    08:54
  • 51 - Image Effects part 5 Mirror Image Options.mp4
    08:19
  • 52 - Image Effects part 6 Mirror Image.mp4
    10:33
  • 53 - Image Effects part 7 Rotate Image Options.mp4
    07:11
  • 54 - Image Effects part 8 Rotate Image.mp4
    04:07
  • 55 - Open An Image Intro To ScreenManagers.mp4
    06:53
  • 56 - Open A Folder.mp4
    07:59
  • 57 - The About Popup.mp4
    07:21
  • 58 - Theming The Program.mp4
    05:22
  • 59 - Bonus Lecture Image Backdrop.mp4
    02:43
  • 60 - Project Demo.mp4
    00:47
  • 61 - Setup.mp4
    02:21
  • 62 - The VideoPlayer Widget.mp4
    05:09
  • 63 - The Video Widget.mp4
    06:56
  • 64 - Player Controls.mp4
    04:11
  • 65 - Volume Control Slider Widget.mp4
    03:46
  • 66 - Video Duration and Progress.mp4
    02:54
  • 67 - Add Icons To Controls.mp4
    04:44
  • 68 - Align Widgets.mp4
    06:34
  • 69 - IncreaseDecrease Volume.mp4
    03:25
  • 70 - Update Position Slider.mp4
    02:54
  • 71 - Video SeekingPlaying & Pausing.mp4
    05:52
  • 72 - Fast ForwardRewind.mp4
    02:13
  • 73 - Open File part 02.mp4
    04:15
  • 74 - Open Folder.mp4
    04:41
  • 75 - Initialise Playlist view PageLayout.mp4
    03:11
  • 76 - Add Videos to Playlist.mp4
    07:18
  • 77 - Playlist Entry Size.mp4
    05:23
  • 78 - Play From List.mp4
    04:21
  • 79 - Add File To List.mp4
    06:11
  • 80 - Remove Duplicates From List.mp4
    03:54
  • 81 - Play Next Video.mp4
    04:45
  • 82 - Play Previous Video.mp4
    06:18
  • 83 - Theme the Player.mp4
    06:55
  • 83 - defaulttexture.zip
  • 84 - About & Credits.mp4
    07:49
  • Description


    create modern GUIs with a cross platform NUI framework

    What You'll Learn?


    • Build Graphical User Interfaces For Your Programs
    • Know How To Use The Right Approach For A Particular Usecase
    • Build Three Real World Applications
    • Learn All The Ins and Outs of Kivy
    • Seamlessly Integrate Third-Party Libraries with Kivy

    Who is this for?


  • A curious and exploratory mind
  • Python developers who want to move from console programs to modern user interfaces
  • Professionals and/or hobbists who would like to learn a new thing
  • What You Need to Know?


  • A basic understanding of Python
  • A working python installation
  • More details


    Description

    This course is designed for python developers who have been building console programs and would like to now tap into the world of graphical user interfaces. The goal of this course is to teach you everything you need to know about the kivy framework and help you build slick and modern graphical user interfaces to engage your users.By the time you finish this course, you will be able to build virtually any GUI you set your mind at.

    Who this course is for:

    • A curious and exploratory mind
    • Python developers who want to move from console programs to modern user interfaces
    • Professionals and/or hobbists who would like to learn a new thing

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Samuel Mthembo
    Samuel Mthembo
    Instructor's Courses
    I'm a software developer dedicated to solving real world problems and learning new things. I studied computer science officially in 2014 while also doing a course in graphic and web design. In 2017 I obtained my Diploma in Professional Computing and Information Processing and stopped there. I'm currently growing my own startup for mobile and desktop apps during the day and teaching online during the night.
    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 84
    • duration 7:07:27
    • English subtitles has
    • Release Date 2024/03/21