<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 09:34:49 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/created/kivy/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[Video Player With Kivy - Python Kivy GUI Tutorial #67]]></title><description><![CDATA[In 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 fiddle with,]]></description><link>http://direct.ecency.com/python/@codemy/video-player-with-kivy-python-kivy-gui-tutorial-67</link><guid isPermaLink="true">http://direct.ecency.com/python/@codemy/video-player-with-kivy-python-kivy-gui-tutorial-67</guid><category><![CDATA[python]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 06 Dec 2021 18:00:03 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eJjhuG77TW2CoyB1WBNrPEZe88PozJuNVze?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Lists With KivyMD - Python Kivy GUI Tutorial #66]]></title><description><![CDATA[In 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 lined items,]]></description><link>http://direct.ecency.com/kivy/@codemy/lists-with-kivymd-python-kivy-gui-tutorial-66</link><guid isPermaLink="true">http://direct.ecency.com/kivy/@codemy/lists-with-kivymd-python-kivy-gui-tutorial-66</guid><category><![CDATA[kivy]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 29 Nov 2021 20:19:06 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45e33nQyShvkynb992T5Yhfb9ejHpA5f5pibQ?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Build A Tic Tac Toe Game Part 3 Keep Score - Python Kivy GUI Tutorial #65]]></title><description><![CDATA[In 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 track]]></description><link>http://direct.ecency.com/programming/@codemy/build-a-tic-tac-toe-game-part-3-keep-score-python-kivy-gui-tutorial-65</link><guid isPermaLink="true">http://direct.ecency.com/programming/@codemy/build-a-tic-tac-toe-game-part-3-keep-score-python-kivy-gui-tutorial-65</guid><category><![CDATA[programming]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 15 Nov 2021 18:00:54 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45e7wDte1pLageuk8YKqnqv741GLWN7vpa7iE?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Build A Tic Tac Toe Game Part 2 - Python Kivy GUI Tutorial #64]]></title><description><![CDATA[In 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 determine if]]></description><link>http://direct.ecency.com/diy/@codemy/build-a-tic-tac-toe-game-part-2-python-kivy-gui-tutorial-64</link><guid isPermaLink="true">http://direct.ecency.com/diy/@codemy/build-a-tic-tac-toe-game-part-2-python-kivy-gui-tutorial-64</guid><category><![CDATA[diy]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 08 Nov 2021 19:08:33 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eM8GRqQmevAtX14YEYYU3LY4h8VnrUL3xM4?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Build A Tic Tac Toe Game Part 1 - Python Kivy GUI Tutorial #63]]></title><description><![CDATA[In 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 build out]]></description><link>http://direct.ecency.com/coding/@codemy/build-a-tic-tac-toe-game-part-1-python-kivy-gui-tutorial-63</link><guid isPermaLink="true">http://direct.ecency.com/coding/@codemy/build-a-tic-tac-toe-game-part-1-python-kivy-gui-tutorial-63</guid><category><![CDATA[coding]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 01 Nov 2021 19:38:27 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45e8GNw2ihDeHUKk6VFAjy8MDTL8YJv9Jy5hx?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Add Keyboard With VKeyboard - Python Kivy GUI Tutorial #62]]></title><description><![CDATA[In 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 the Backspace]]></description><link>http://direct.ecency.com/python/@codemy/add-keyboard-with-vkeyboard-python-kivy-gui-tutorial-62</link><guid isPermaLink="true">http://direct.ecency.com/python/@codemy/add-keyboard-with-vkeyboard-python-kivy-gui-tutorial-62</guid><category><![CDATA[python]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 25 Oct 2021 21:02:39 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eKbqzVEi6ZJT4dVUbuQTZFpAgUkDbPPJmXc?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Using Python Code On a .KV Design File - Python Kivy GUI Tutorial #61]]></title><description><![CDATA[In 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 Playlist]]></description><link>http://direct.ecency.com/kivy/@codemy/using-python-code-on-a-kv-design-file-python-kivy-gui-tutorial-61</link><guid isPermaLink="true">http://direct.ecency.com/kivy/@codemy/using-python-code-on-a-kv-design-file-python-kivy-gui-tutorial-61</guid><category><![CDATA[kivy]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 04 Oct 2021 13:09:57 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45e9UPUMmrwLYHg1s8qXPkqCnQjvNx18gtfkA?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Add A Map To Your Kivy App - Python Kivy GUI Tutorial #60]]></title><description><![CDATA[In 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 kivy app with]]></description><link>http://direct.ecency.com/programming/@codemy/add-a-map-to-your-kivy-app-python-kivy-gui-tutorial-60</link><guid isPermaLink="true">http://direct.ecency.com/programming/@codemy/add-a-map-to-your-kivy-app-python-kivy-gui-tutorial-60</guid><category><![CDATA[programming]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 20 Sep 2021 13:11:39 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eH6XM9P89T4wq2KkyzmCnKwr4TGWfvNW1eE?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Add Matplotlib Graph To Kivy - Python Kivy GUI Tutorial #59]]></title><description><![CDATA[In 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 ▶️ Get The Code]]></description><link>http://direct.ecency.com/diy/@codemy/add-matplotlib-graph-to-kivy-python-kivy-gui-tutorial-59</link><guid isPermaLink="true">http://direct.ecency.com/diy/@codemy/add-matplotlib-graph-to-kivy-python-kivy-gui-tutorial-59</guid><category><![CDATA[diy]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 13 Sep 2021 18:18:18 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45dxayY9TAarAiYCQtcoZgWAPM3E5kqc26xsY?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Remove Titlebar From Kivy App - Python Kivy GUI Tutorial #58]]></title><description><![CDATA[In 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 Config()]]></description><link>http://direct.ecency.com/coding/@codemy/remove-titlebar-from-kivy-app-python-kivy-gui-tutorial-58</link><guid isPermaLink="true">http://direct.ecency.com/coding/@codemy/remove-titlebar-from-kivy-app-python-kivy-gui-tutorial-58</guid><category><![CDATA[coding]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 30 Aug 2021 16:06:27 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eRCUd5JxKt3uV5ynB1rzhH5Rv23yAd7bwLJ?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Using Postgres Database With Kivy - Python Kivy GUI Tutorial #57]]></title><description><![CDATA[In 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. In this]]></description><link>http://direct.ecency.com/python/@codemy/using-postgres-database-with-kivy-python-kivy-gui-tutorial-57</link><guid isPermaLink="true">http://direct.ecency.com/python/@codemy/using-postgres-database-with-kivy-python-kivy-gui-tutorial-57</guid><category><![CDATA[python]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 23 Aug 2021 13:11:24 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eJjtnrAPCVoUvNteM2HmrdJpqnnjzTubAEa?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Using MySQL Database With Kivy - Python Kivy GUI Tutorial #56]]></title><description><![CDATA[In 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 MySQL, then]]></description><link>http://direct.ecency.com/kivy/@codemy/using-mysql-database-with-kivy-python-kivy-gui-tutorial-56</link><guid isPermaLink="true">http://direct.ecency.com/kivy/@codemy/using-mysql-database-with-kivy-python-kivy-gui-tutorial-56</guid><category><![CDATA[kivy]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 16 Aug 2021 13:25:30 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45ePESp54rmbMaLY41r19CNP1yTQfViMUg7mG?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Using SQLite3 Database With Kivy - Python Kivy GUI Tutorial #55]]></title><description><![CDATA[In 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 app. We'll]]></description><link>http://direct.ecency.com/programming/@codemy/using-sqlite3-database-with-kivy-python-kivy-gui-tutorial-55</link><guid isPermaLink="true">http://direct.ecency.com/programming/@codemy/using-sqlite3-database-with-kivy-python-kivy-gui-tutorial-55</guid><category><![CDATA[programming]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 09 Aug 2021 20:18:48 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eBThmDRTYpyGfcuFe87xSqATSjW4qgQaZLa?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[KivyMD Pagination For Data Tables - Python Kivy GUI Tutorial #54]]></title><description><![CDATA[In 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 show]]></description><link>http://direct.ecency.com/diy/@codemy/kivymd-pagination-for-data-tables-python-kivy-gui-tutorial-54</link><guid isPermaLink="true">http://direct.ecency.com/diy/@codemy/kivymd-pagination-for-data-tables-python-kivy-gui-tutorial-54</guid><category><![CDATA[diy]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 28 Jun 2021 13:02:54 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eB9Z1L3RXN71LH1y4DFe54MXD8TuTGdH3Lr?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[KivyMD DataTables - Python Kivy GUI Tutorial #53]]></title><description><![CDATA[In 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 step.]]></description><link>http://direct.ecency.com/coding/@codemy/kivymd-datatables-python-kivy-gui-tutorial-53</link><guid isPermaLink="true">http://direct.ecency.com/coding/@codemy/kivymd-datatables-python-kivy-gui-tutorial-53</guid><category><![CDATA[coding]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 21 Jun 2021 20:32:45 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45duUZsA89Eiz4nqc8e2PcnwjrwdJYfgVgZpA?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[KivyMD Time Picker - Python Kivy GUI Tutorial #52]]></title><description><![CDATA[In 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 return]]></description><link>http://direct.ecency.com/python/@codemy/kivymd-time-picker-python-kivy-gui-tutorial-52</link><guid isPermaLink="true">http://direct.ecency.com/python/@codemy/kivymd-time-picker-python-kivy-gui-tutorial-52</guid><category><![CDATA[python]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 14 Jun 2021 13:01:24 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45e9uMhFm7pqo1mSZqSKXWtv2DMp5PHnpNDQi?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[KivyMD Date Picker - Python Kivy GUI Tutorial #51]]></title><description><![CDATA[In 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 return]]></description><link>http://direct.ecency.com/kivy/@codemy/kivymd-date-picker-python-kivy-gui-tutorial-51</link><guid isPermaLink="true">http://direct.ecency.com/kivy/@codemy/kivymd-date-picker-python-kivy-gui-tutorial-51</guid><category><![CDATA[kivy]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 07 Jun 2021 13:17:06 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45e6j3KAuSTduD5Yo43a73zCVfMvEKD3GKVGJ?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Image Swiper App Tricks and Tips - Python Kivy GUI Tutorial #50]]></title><description><![CDATA[In 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 also show]]></description><link>http://direct.ecency.com/programming/@codemy/image-swiper-app-tricks-and-tips-python-kivy-gui-tutorial-50</link><guid isPermaLink="true">http://direct.ecency.com/programming/@codemy/image-swiper-app-tricks-and-tips-python-kivy-gui-tutorial-50</guid><category><![CDATA[programming]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 31 May 2021 14:27:51 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45e78dkCLqTcJhU5aG3qLrLJAxd22hAL9eErJ?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Build An Image Swiper App For KivyMD - Python Kivy GUI Tutorial #49]]></title><description><![CDATA[In 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. KivyMD]]></description><link>http://direct.ecency.com/diy/@codemy/build-an-image-swiper-app-for-kivymd-python-kivy-gui-tutorial-49</link><guid isPermaLink="true">http://direct.ecency.com/diy/@codemy/build-an-image-swiper-app-for-kivymd-python-kivy-gui-tutorial-49</guid><category><![CDATA[diy]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 24 May 2021 17:55:30 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eHXQxwnQ8E4xCAfCKMNLixLEvQbgpNh4Uri?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Alert Dialog Boxes For KivyMD - Python Kivy GUI Tutorial #48]]></title><description><![CDATA[In 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 KivyMD.]]></description><link>http://direct.ecency.com/coding/@codemy/alert-dialog-boxes-for-kivymd-python-kivy-gui-tutorial-48</link><guid isPermaLink="true">http://direct.ecency.com/coding/@codemy/alert-dialog-boxes-for-kivymd-python-kivy-gui-tutorial-48</guid><category><![CDATA[coding]]></category><dc:creator><![CDATA[codemy]]></dc:creator><pubDate>Mon, 17 May 2021 13:02:00 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eNnH8LPXW8VqwLdocUT8dv5WhhbqM1Y53jC?format=match&amp;mode=fit" length="0" type="false"/></item></channel></rss>