Kivy + KivyMD + Socket : DataShare App

Ever wanted to share files with your Kivy / KivyMD app ? If yes, this tutorial will take you through the whole process of developing a minimal data share app that can be used to share one file at a time in your local network. SPLIT-UPS: * 01:50 - Building a basic UI for the app * 08:36 - Displaying the receiver’s IP ( using socket to get own local IP ) * 13:50 - Input receiver’s IP using MDDialog * 22:38 - Using MDFileManager to select a file to send * 27:22 - A function to send the file name using python sockets * 30:18 - Writing a receiver function to receive file name using socket * 38:32 - writing a method to send and receive files * 42:23 - Final result Kivy : KivyMD : socket : REPO : Donations help me keep up my work: paypal : Do leave comm
Back to Top