I am Ikram ansari. Welcome to my channel Ik free Programer.
About this video-
Dosto is video me Maine Kivy me Music App ka kode likha hai aap chaho to code copy karke apne aap me use kar sakte hai.
or koi problem ho to aap niche diye number par whatsapp mess kar sakte hai.
Contact my number = 7355471101
Calculator Project k liye = • Python kivy tutorial in hindi #Calculator ...
Agar aapko meri ye video achhi lagi ho to aap Like share and subscribe karde.
Thank you watching my video
FloatLayout in kivy= • FloatLayout in kivy in Hindi by ikram
Kivy installation k liye = • Python Kivy Tutorial in Hindi By ikram #0
Python ko install karna sikhe = • How to download Installation of Python in...
pip setup karna sikhe = • How to Setup pip in windows & Install pyth...
Python sikhne k liye is link par click kare = • what is python #Introduction of Python #Hi...
from kivy.uix.button import Button
from kivy.uix.widget import Widget
from kivy.core.audio import SoundLoader
from kivy.properties import ObjectProperty
from kivy.uix.gridlayout import GridLayout
from kivy.uix.floatlayout import FloatLayout
from os import listdir, path
Music Player:
canvas.before:
Color:
rgba: 0, 0, 1, 1
Rectangle:
pos: self.pos
size: self.size
TextInput:
id: direct
pos: 0,root.top-35
size: root.width-200,35
hint_text: 'Enter File Location or Leave Empty to Browse'
Button:
id: search Btn
text: 'Browse'
size: 200,35
background_color: 0,0,1,1
pos: root.width-200, root.top-35
on_release: root.getSongs()
ScrollView:
size_hint: None, None
size: root.width, root.height-135
pos: 0, 100
GridLayout:
id: scroll
cols: 2
spacing: 10
size_hint_y: None
row_force_default: True
row_default_height: 40
GridLayout:
#Ikfreeprogramer
#musicAppKivy