Control Your Laptop with an Android Phone using Python, Twisted, and Django
Introduction It is pretty enjoyable to put forth your Android or Python programming abilities. Recently, I just got an idea to use my laptop with my Android phone. Just Think: the remote laptop access will allow you to stop and play music, manage programming tasks or downloads, and so forth. You can do this by directly sending messages from your Android device. Nice, isn’t it? Before you start reading this post, you must remember that it is a pet project, in its starting levels—yet the main platform is present. By using some conventional tools and techniques, I was proficient to setup my phone to manage laptop using Python mediator. However: it is an open-source project. You can have a look at the server and client codes. Tool Belt of Remote Laptop Access: Twisted, Python, Amarok and Django There are diverse technologies involved in this project. You might be familiar with some; some technologies are particular to the project at hand: Twisted: An exceptional projec...
Comments
Post a Comment