Python Projects Hub๐ŸBest Airdrops
483 subscribers
203 photos
24 videos
571 links
400+ python project with source code
Python Kivy , tkinter GUI Apps and most libraries with example project.
Download Telegram
๐Ÿ Create Draggable Text Labels with Touch Events in Kivy: Step-by-Step Guide for Python Developers
๐Ÿ

๐ŸŽฅ YouTube Video: 
https://youtu.be/rKc17oPhoAg

๐Ÿ”— Source Code:
https://www.samcodehub.com/Kivy/Kivy.html

Description:
In Kivy, a draggable text label refers to a text label widget that can be dragged and moved by the user on the screen. The text label is made draggable by attaching event listeners to the widget that listen for the start, end and update of a drag event. The position of the text label can then be updated based on the change in touch position.

#Python #Programming #OpenSource #Project #SourceCode #Kivy #PythonAppDevelopement #CrossPlatformApp #AndroidApp #KivyFramework #DraggableTextLable
๐Ÿ Step-by-Step Guide: How to Create a CheckBox in Python Kivy Framework
๐Ÿ

๐ŸŽฅ YouTube Video: 
https://youtu.be/N_D-s49SJHs

๐Ÿ”— Source Code:
https://www.samcodehub.com/Kivy/kivy2.html

Description:
In this Python project, we utilize the Kivy library to create a user-friendly GUI application that features three checkboxes. The three checkboxes in our application allow the user to select from a set of options presented to them. Each checkbox is represented in the code as a Kivy CheckBox widget. When a user clicks on a checkbox, it becomes "checked" and changes its state. This state is saved in the active property of the checkbox widget.

#Python #Programming #OpenSource #Project #SourceCode #KivyCheckBoxWidget
#CheckBoxWidget
#KivyFramework
#kivytoturial
#PythonAppDevelopement
#AndroidAppDevelopement
๐Ÿ‘1