Login
Discover
Waves
Communities
Write
Login
Signup
Topics
#
kivy
Explore topics
#kivy
Global
Trending
Hot
New
Payout
Muted
Promoted
#kivy
New
#kivy
Follow to get notified about new posts with this tag
Get #kivy by email
Follow
codemy
python
6y
Accordions For Kivy - Python Kivy GUI Tutorial #26
In this video I'll show you how to use an Accordion with Kivy and Python. Accordions are really fun to use, and super easy to build. They're great for creating separate panels in your app that contain
$ 2.260
7
codemy
kivy
6y
Sliders For Kivy - Python Kivy GUI Tutorial #25
In this video we'll learn how to create Sliders for Kivy and Python. Slider for Kivy are incredibly easy to create. You just define them in your .kv file, add a min and max value, then create an on_value
$ 1.769
24
2
codemy
programming
6y
Spell Checker With Kivy - Python Kivy GUI Tutorial #24
In this video we'll create a simple Spell Checker app with Kivy and Python! We'll use the built in Spelling module in Kivy and the PyEnchant Library for the actual spell checking! We'll create an app with
codemy
diy
6y
Image View With FileChooserIconView and FileChooserListView - Python Kivy GUI Tutorial #23
In this video we'll use the FileChooser FileChooserIconView and FileChooserListView to create a simple image viewing app with Kivy. Kivy makes creating a FileChooser incredibly easy, as we'll see in this
codemy
coding
6y
Rounded Buttons With Kivy - Python Kivy GUI Tutorial #22
In this video I'll show you how to create rounded buttons with Kivy. Rounded buttons are actually pretty easy to make with Kivy. We'll just use the Canvas and create a roundedrectangle that we define with
codemy
python
6y
Kivy 2.0 Released! How To Install - Python Kivy GUI Tutorial #21
Kivy 2.0 has been released! In this video I'll show you how to install it! Installing Kivy has always been a bit of a chore. But with this new release, installation couldn't be easier! Kivy now supports
codemy
kivy
6y
Standalone Python EXE Executable - Python Kivy GUI Tutorial #20
In this video we'll create a standalone .exe file for our Calculator app with Kivy and Python. We'll be using the free pyinstaller to do all of this work. Step One: pip install pyinstaller Step Two:
codemy
programming
6y
Math Calculator Buttons With eval() - Python Kivy GUI Tutorial #19
In this video we'll finish our calculator's math buttons using the Python eval() function. Eval() will take a string and break it apart and evaluate it, ie do the math. So we don't have to write code for
codemy
diy
6y
Fix Our Decimal Calculator Problem - Python Kivy GUI Tutorial #18
In this video we'll fix a decimal problem in our calculator app with Kivy and Python. In the last video we worked on some secondary buttons, including the decimal button. But in doing so, I introduced
codemy
coding
6y
Secondary Calculator Button Function - Python Kivy GUI Tutorial #17
In this video we'll build out secondary buttons for our calculator app with Kivy and Python. So let's build out the "+/-", the ".", and the "<<" buttons for our calculator.
codemy
python
6y
Calculator Addition Function - Python Kivy GUI Tutorial #16
In this video we'll build out the addition functionality of our calculator with Kivy and Python. In the last video, we built out the basic gui for our calculator app. In this video we'll add in some
codemy
kivy
6y
Build A Simple Calculator App - Python Kivy GUI Tutorial #15
In this video we'll start to build a simple Calculator app with Kivy and Python. In this video we'll build out the main GUI for the Calculator App. We'll also start to work on the functionality a bit,
codemy
programming
6y
How To Update Labels - Python Kivy GUI Tutorial #14
In this video I'll show you how to update labels in your Kivy app based on user input. Updating labels and other things based on user input is a fundamental part of building any app. Fortunately it's pretty
codemy
diy
6y
Kivy FloatLayout - Python Kivy GUI Tutorial #13
In this video I'll show you how to use the FloatLayout with Kivy to position the things in your app. Float Layout allows you to position things very precisely on your app. We do that using size_hint (which
codemy
coding
6y
How To Use Images With Kivy - Python Kivy GUI Tutorial #12
In this video I'll show you how to add images to your Kivy app. Using images with Kivy is pretty simple. We just create an image tag in our .kv language file and set the source to wherever the image is
codemy
python
6y
Two Ways To Change Background Colors - Python Kivy GUI Tutorial #11
In this video I'll show you two different ways to change the background color of your app with Kivy and Python. Changing the background color of your app is a pretty fundamental thing in GUI programming
codemy
kivy
6y
Change Background And Text Colors of Label - Python Kivy GUI Tutorial #10
In this video I'll show you how to change the background and text color of Labels with Kivy and Python. Changing the background color and text color of a Kivy Label is a little more complicated than changing
codemy
programming
6y
Setting Default Widget Properties - Python Kivy GUI Tutorial #9
In this video I'll show you how to set default layout properties for widgets and then inherit them into all your widgets. Say you've got a bunch of buttons in your app. You can manually set the button
codemy
diy
6y
Kivy Box Layout - Python Kivy GUI Tutorial #8
In this video I'll explain the Box Layout for Kivy and Python. Kivy comes with several layout options to choose from. In this video we'll look at Box Layout, which is basically just a stacked layout that's
codemy
coding
6y
Changing Kivy Button Colors - Python Kivy GUI Tutorial #7
In this video I'll show you how to change the color of buttons with Kivy. Kivy uses a kind of weird color system that looks like this (1,1,1,1) where each of those 1's represents a color (Red, Green, Blue,
← Latest
Older →
Discover communities
Explore communities
Create your community