All Projects → kivy → Kivy Remote Shell

kivy / Kivy Remote Shell

Licence: mit
Remote SSH + Python interactive shell in Kivy

Programming Languages

python
139335 projects - #7 most used programming language

Kivy Remote Shell

Remote SSH+Python interactive shell application. Great for having a remote python shell on an embed platform like android.

Instructions

  • start the application
  • connect to the ssh ssh -p8000 [email protected]
  • enter the password: kivy
  • enjoy your python shell

Compile for android

$ pip install buildozer --user
$ git clone git://github.com/kivy/kivy-remote-shell
$ cd kivy-remote-shell
$ pip install -r requirements.txt
$ buildozer android_new debug deploy run logcat

Pre-built debug apk available at http://bit.ly/KivyRemote2

If you want to compile a release version for sharing, just replace debug installd by release, and sign the APK!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].