• Python Interpreter with Kivy 1
  • Python Interpreter with Kivy 2
  • Python Interpreter with Kivy 3
  • Python Interpreter with Kivy 4

Python Interpreter with Kivy

SourceCode : https://github.com/terrorgun/Python_Interpreter
It is Python interpreter for Android.It is Python REPL.It is Python IDE and contain some tutorial.It offers a great learning experience for Python beginners.It is written in python using the Kivy framework. (http://kivy.org)Kivy is cross platform greate NUI framwork.

You can test kivy like this.

# import kivy modulesimport kivyfrom kivy.core.window import Windowfrom kivy.uix.button import Button

# get rootroot = Window.get_parent_window()

# creat buttonbtn = Button(text="button test", pos=(200,500), size_hint=(None, None), size=(300,150))

# show buttonroot.add_widget(btn)

Category : Education

Related searches

Reviews (29)

ess. Oct 4, 2016     

Nice interface, but, what good is a code editor if it doesnt save the whole file of code? :s i had a pretty large class defined and a ton of comments for "stuff to do" and all of that is clipped and lost when i saved. It only saved the visible section of the page rather than the whole file! *sadpanda*

wad. r. Aug 5, 2016     

Just learning Python and this gives me a place to practice any spare moment.... this app does handle functions Def main (): won't work def main (): does. The code editor automatically changes the d to D so watch out

Mar. S. Apr 23, 2017     

It's great. It does run scripts using Kivy, but my problem is that, when I run a Kivy app with an interface, the Buttons, textfields, etc. will persist. Also, terminating a Kivy script (and some Python scripts) is a big problem, I want to terminate a script, but there is no such thing as that.

Pet. R. May 24, 2016     

Very good for when I'm not at home but not for when I'm at home and can use IDLE which is much better. Just started learning python.

A. G. u. Aug 5, 2016     

Gives errors whenever I try to use raw_input, randomly duplicates text, tutorials are useless. This app is broken.

Bre. W. Oct 28, 2016     

Freezes when pasting code. Considering I'm using this to test code copied from Stack Overflow, that makes this app useless.

Kam. 4. Oct 4, 2016     

Cant copy and paste or run any file. Always tries to run Untitled file instead of the currently selected file. Please fix.

Mag. C. Mar 19, 2017     

Couldn't open existing file nor paste into the editor so it's unusable to me.

bra. o. Jul 28, 2016     

So fast.. And reliable try it... Av downloaded a number of python interpreter... This one is superb.. Though I have not thoroughly test it but the first result is convincing.. Keep it up good app

Chr. S. Sep 22, 2016     

You cant use kv language. It doesn't recognize the file at all.. Kinda makes it useless cause kv language makes writing your apps a more pleasant experience

Zig. B. Aug 8, 2016     

Keeps crashing. Won't save files. raw_input is an invalid function.

Kra. F. Sep 1, 2016     

You sir are going places, exactly what I was looking for, do not let these lamer bring you down.

Col. A. Nov 28, 2016     

unreliable on zenpad. was able to load a script, but running always executed 'Untitled.py'

Muh. U. Sep 4, 2016     

I wish it was Python 3 but still this is a great app. Would be better if it supported landscape mode. And if the editor had a word wrap option.

Cyp. Aug 17, 2016     

It has potential but the crashes make it useless. Can't save and can't copy.

Ala. W. Nov 26, 2015     

I installed this because qpython was broken, and this is great, but unfortunately it crashes when I try to paste text, and I can't import modules that I wrote myself. Please food these, and I wadi l will give 5 stars

AF. L. Nov 24, 2015     

Cannot use any of the input function. I get EOF error

Tan. A. Mar 16, 2017     

Python 2.7 for a start. Doesn't say in the description, so useless if you want to run 3.5. Also pasting your code into the editor crashes the app. Uninstalled. It's a shame as it looked really good.

Myl. M. Jan 9, 2016     

I love the fact that it actually run python. Please enhance so that it switches to landscape mode. I'm using a tablet with an attached keyboard. At the moment, it's only useful with the on-screen keyboard.

Mig. H. May 7, 2017     

The app crashes in the Samsung s8 if you try to copy or cut code, which is an essential tool for software development.

Sim. L. Mar 12, 2016     

When i try to remove somthing i wrote with backspace it just copies the word i last wrote over and over again. (4.4 KitKat)

Cod. G. Jun 9, 2016     

I can't say enough good things about this app! Try it you won't be disappointed! Great to test coding etc. Works offline as well as online.

Jim. W. Mar 19, 2018     

Locks up every time you try to past in the editor

Jan. D. Sep 11, 2016     

It seems to have the basic functionality that I was looking for, but it silently crashed on me 3 times in the roughly 5 minutes that I was trying to test it out.

Tra. O. Aug 30, 2016     

Tried to type: print("hi") #just to try program but on typing "(" it printed "print (" so i had: printprint ( #on the screen, same thing with " also tried single ' both typed "hihi # program is very flawed. I hope the above is a good explanation.

pat. Jun 17, 2016     

This will not work in landscape mode.

Gim. G. Dec 7, 2016     

Didn't work at all. I have both qpython and kivi but it didn't work.

spo. Sep 17, 2016     

But whenever you try to type a function it double types it

Dav. M. May 2, 2016     

Can't get a keyboard to use it. Non-functional.