Python Interpreter with Kivy

★★★★★
★★★★★
(3.48/5)

1.5Free7 years ago

Download Python Interpreter with Kivy APK latest version Free for Android

Version 1.5
Update
Size 7.98 MB (8,364,784 bytes)
Developer enuriSoft
Category Apps, Education
Package Name enurisoft.com.pythoninterpreter
OS 2.2 and up

Python Interpreter with Kivy APPLICATION description

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)


Old versions

Version Size Update
⇢ 1.5 (1 variants) ↓ 7.98 MB ◴ 7 years ago
⇢ 1.4 (1 variants) ↓ 8.19 MB ◴ 8 years ago