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
🐍 Step-by-Step Guide: How to Create a DropDown Menu in Python Kivy Framework
🐍

πŸŽ₯ YouTube Video: 
https://youtu.be/fr3eDWg8Ivk

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

Description:
This project is an implementation of a simple Kivy app that creates a dropdown menu with 5 options using the DropDown and Button widgets. When the user clicks on a button in the dropdown menu, the selected option is displayed in the main button.

#Python #Programming #OpenSource #Project #SourceCode #DropDownMenu #KivyApp #KivyWidgets #Kivy #PythonAppDevelopement
πŸ‘1
🐍 Step-by-Step Guide: How to Create a Carousel View App in Python Kivy Framework
🐍

πŸŽ₯ YouTube Video: 
https://youtu.be/-Dn8UPELIMk

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

Description:
carousel is a widget in Kivy that provides a mobile-friendly carousel view where you can swipe between slides. In this code, the carousel widget is used to display a slideshow of images.

#Python #Programming #OpenSource #Project #SourceCode #CarouselViewApp #CarouselWidget #KivyApp #AndroidCarouselView #KivyFramework #PythonAppDevelopement