New: kivyAll contenthive-129948hive-196917krhive-166405zzanhive-185836hive-183959hive-150122steemhive-180932photographyhive-144064hive-101145hive-183397hive-184714uncommonlabhive-188619hive-145157bitcoinhive-103599hive-193637hive-193186hive-180106krsuccesshive-179660TrendingNewHotLikerscodemy (64)in python • 3 years agoVideo Player With Kivy - Python Kivy GUI Tutorial #67In this video I'll show you how to create a basic Video Player with Kivy! Kivy comes with a basic videoplayer that you can use to do very basic video things. There aren't a lot of options to…codemy (64)in kivy • 3 years agoLists With KivyMD - Python Kivy GUI Tutorial #66In this video I'll show you how to create lists with KivyMD. We'll look at: OneLineListItem, TwoLineListItem, and ThreeLineListItem Those allow you to create lists with one lined items, two…codemy (64)in programming • 3 years agoBuild A Tic Tac Toe Game Part 3 Keep Score - Python Kivy GUI Tutorial #65In this video we'll continue with our Tic Tac Toe game and create a scoreboard that keeps track of how many times X and O have won! In the last video we looked at logic, in this video we'll keep…codemy (64)in diy • 3 years agoBuild A Tic Tac Toe Game Part 2 - Python Kivy GUI Tutorial #64In this video we'll add the logic to our tic tac toe game with Kivy and Python. In the last video we built out the gui and basic functionality of our tic tac toe game. In this video we'll…codemy (64)in coding • 3 years agoBuild A Tic Tac Toe Game Part 1 - Python Kivy GUI Tutorial #63In this video we'll start to build out a Tic Tac Toe game with Kivy and Python! Tic Tac Toe is a simple game, but it'll allow us to learn how to use basic logic with Kivy. In this video we'll…codemy (64)in python • 3 years agoAdd Keyboard With VKeyboard - Python Kivy GUI Tutorial #62In this video I'll show you how to use the VKeyboard With Kivy. It's pretty easy to add a Keyboard to your app using VKeyboard. I'll show you how in this video. We'll also write special code for…codemy (64)in kivy • 3 years agoUsing Python Code On a .KV Design File - Python Kivy GUI Tutorial #61In this video I'll show you how to use python in your .kv design files. Can we use actual Python on a Kivy .kv file? Well....sort of! I'll show you how to do it in this video. ✅ Watch The Kivy…codemy (64)in programming • 3 years agoAdd A Map To Your Kivy App - Python Kivy GUI Tutorial #60In this video I'll show you how to add a map to your Kivy App. We'll use MapView to add a map to our Kivy app two different ways; on the Python file, and on the Kivy file. Adding maps to our…codemy (64)in diy • 3 years agoAdd Matplotlib Graph To Kivy - Python Kivy GUI Tutorial #59In this video we'll add a MatplotLib Graph to our Kivy App. Adding matplotlib to a kivy app is pretty easy, we'll use kivy_garden and it'll be a piece of cake! ✅ Watch The Kivy Playlist ▶️…codemy (64)in coding • 3 years agoRemove Titlebar From Kivy App - Python Kivy GUI Tutorial #58In this video video I'll show you how to remove the Titlebar from your Kivy Apps. We'll remove the title bar and I'll also show you how to position the app on the screen programatically using…codemy (64)in python • 3 years agoUsing Postgres Database With Kivy - Python Kivy GUI Tutorial #57In this video I'll show you how to use the PostGres database with your Kivy apps with Python. Postgresql is a very popular database for production level apps, and using it with Kivy is a breeze.…codemy (64)in kivy • 3 years agoUsing MySQL Database With Kivy - Python Kivy GUI Tutorial #56In this video I'll show you how to start using the MySQL database in your Kivy Apps! Using MySQL with Kivy is pretty easy, I'll walk you thru it in this video. We'll start out by downloading…codemy (64)in programming • 3 years agoUsing SQLite3 Database With Kivy - Python Kivy GUI Tutorial #55In this video I'll show you how to start using the SQLite3 Database with your Kivy Apps! We'll start by learning how to add SQLite3, the built in database that comes with python to your Kivy…codemy (64)in diy • 4 years agoKivyMD Pagination For Data Tables - Python Kivy GUI Tutorial #54In this video I'll show you how to add pagination to your data table with KivyMD and Python. Pagination for datatables is incredibly important, and using pagination with kivymd is very easy. I'll…codemy (64)in coding • 4 years agoKivyMD DataTables - Python Kivy GUI Tutorial #53In this video I'll show you how to use the KivyMD MDDataTable for Kivy and Python. Tables with Kivy are a little tricky, but they don't have to be. In this video I'll walk you through it step by…codemy (64)in python • 4 years agoKivyMD Time Picker - Python Kivy GUI Tutorial #52In this video I'll show you how to use the KivyMD Time Picker for Kivy and Python. In this video we'll look at the KivyMD TimePicker that allows you to pull up a clock and pick a time, and then…codemy (64)in kivy • 4 years agoKivyMD Date Picker - Python Kivy GUI Tutorial #51In this video I'll show you how to use the KivyMD Date Picker for Kivy and Python. In this video we'll look at the KivyMD DatePicker that allows you to pull up a calendar and pick a date, and then…codemy (64)in programming • 4 years agoImage Swiper App Tricks and Tips - Python Kivy GUI Tutorial #50In this video we'll learn more about the Image Swiper App from the last video with Kivy and Python. I'll show you how to change images in our swiper by clicking a button instead of swiping. I'll…codemy (64)in diy • 4 years agoBuild An Image Swiper App For KivyMD - Python Kivy GUI Tutorial #49In this video I'll build out a basic Image Swiper app with KivyMD and Python. Image swiper apps are fun little apps that allow you to create a portfolio of images that you can swipe thru easily.…codemy (64)in coding • 4 years agoAlert Dialog Boxes For KivyMD - Python Kivy GUI Tutorial #48In this video I'll show you how to create alert popup dialog boxes with kivymd and python. Popup boxes are super popular in most software or apps, and creating dialog box alerts is super easy with…