Posts

Showing posts from July, 2020

How to make xender app using socket and kivy in python

Image
it is the project for file sending app which is made in python using socket [backend] and kivy [frontend] This project is made for making file sender app using python programming. It has two two folders **server** and **client** and both folders have same files. if you'll convert this app as android project (*apk file*) , then you won't need both folders. just remove one of them and move another's files in master branch and make your app. requrements 1. Python 3.x 2. socket module (no need to install ) 3. kivy ( pip install kivy ) 4. basic knowledge of python **How to run this project** To test it's working, download/clone this repo and open- server folder and run gui_app.py after that, open client folder and run gui_app.py in both gui screens, two buttons are available send  and receive click recieve on one and send on another (make sure you first click on receive ) It will ask in console for : Enter hash type: type anything here Enter file(s)

Automatic computer shutdown system with sleeping user detection

Image
GitHub Repository :  Download Source Code