Python Interpreter with Kivy icon

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)
↓ Read more
Python Interpreter with Kivy screen 1 Python Interpreter with Kivy screen 2 Python Interpreter with Kivy screen 3 Python Interpreter with Kivy screen 4 Python Interpreter with Kivy screen 5 Python Interpreter with Kivy screen 6 Python Interpreter with Kivy screen 7 Python Interpreter with Kivy screen 8 Python Interpreter with Kivy screen 9 Python Interpreter with Kivy screen 10 Python Interpreter with Kivy screen 11 Python Interpreter with Kivy screen 12 Python Interpreter with Kivy screen 13 Python Interpreter with Kivy screen 14 Python Interpreter with Kivy screen 15 Python Interpreter with Kivy screen 16 Python Interpreter with Kivy screen 17

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