Python Interpreter with Kivy

Python Interpreter with Kivy Free App

Rated 3.47/5 (220) —  Free Android application by enuriSoft

Advertisements

About 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 modules
import kivy
from kivy.core.window import Window
from kivy.uix.button import Button

# get root
root = Window.get_parent_window()

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

# show button
root.add_widget(btn)

How to Download / Install

Download and install Python Interpreter with Kivy version 1.5 on your Android device!
Downloaded 10,000+ times, content rating: Everyone
Android package: enurisoft.com.pythoninterpreter, download Python Interpreter with Kivy.apk

All Application Badges

Free
downl.
Android
2.2+
Bug
buster
For everyone
Android app

App History & Updates

What's Changed
* Update release 1.5
- Added CodeEditor feature
- Syntax highlight
- Multiple documents edit
- Added Filebrowser
- Paste Bug fixed
- Tutorial added
- Layout update
More downloads  Python Interpreter with Kivy reached 10 000 - 50 000 downloads

What are users saying about Python Interpreter with Kivy

S70%
by S####:

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*

S70%
by S####:

Writing small scripts is hard due to the fact it randomly inserts previously typed characters. To copy and paste will cause crash and force closing is only option. I like the gui and the idea, however it is not functional in its current state. do not recommend. Galaxy S6 (Active)

D70%
by D####:

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

S70%
by S####:

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.

C70%
by C####:

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.

S70%
by S####:

Freezes up when I try to paste a script... Ps. Print("I know, ' Im lazy")

S70%
by S####:

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

S70%
by S####:

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

B70%
by B####:

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

S70%
by S####:

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

G70%
by G####:

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

S70%
by S####:

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

I70%
by I####:

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

S70%
by S####:

Could really use landscape capability

S70%
by S####:

Total garbage won't load files can't paste code...

K70%
by K####:

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

S70%
by S####:

Crashes frequently. Cannot save script.

I70%
by I####:

I can't find a way to import external libs like plyer, please.... respond and tell us how?

T70%
by T####:

Locks up on paste or copy.

S70%
by S####:

Why?. can u fix this I have finish my code and could not run?

S70%
by S####:

Fix bugs and well make on side what i could wriye with full keyboard

M70%
by M####:

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

T70%
by T####:

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.

T70%
by T####:

The editor Crashes upon writing "Def Main (): " The Moment I write ":" your app Crashes. Please Fix and I will change My Rating. overall This app is well Made

A70%
by A####:

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.

T70%
by T####:

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

T70%
by T####:

Freezes up when I try to paste a script... Ps. Print("I know, ' Im lazy")

T70%
by T####:

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.

T70%
by T####:

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

D70%
by D####:

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

J70%
by J####:

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)

T70%
by T####:

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.

T70%
by T####:

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

T70%
by T####:

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

Q70%
by Q####:

End of line errors for printing a long string. Ever heard of text wrapping in IDEs??

Z70%
by Z####:

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.

Z70%
by Z####:

Also, how does it interact with tkinter?

T70%
by T####:

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

T70%
by T####:

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.

T70%
by T####:

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


Share The Word!


Rating Distribution

RATING
3.55
220 users

5

4

3

2

1