Python Interpreter with Kivy1.5
Publisher 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 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)
About Python Interpreter with Kivy
The company that develops Python Interpreter with Kivy is enuriSoft. The latest version released by its developer is 1.5.
To install Python Interpreter with Kivy on your Android device, just click the green Continue To App button above to start the installation process. The app is listed on our website since 2015-11-01 and was downloaded 49 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded app with your antivirus. Your antivirus may detect the Python Interpreter with Kivy as malware as malware if the download link to enurisoft.com.pythoninterpreter is broken.
How to install Python Interpreter with Kivy on your Android device:
- Click on the Continue To App button on our website. This will redirect you to Google Play.
- Once the Python Interpreter with Kivy is shown in the Google Play listing of your Android device, you can start its download and installation. Tap on the Install button located below the search bar and to the right of the app icon.
- A pop-up window with the permissions required by Python Interpreter with Kivy will be shown. Click on Accept to continue the process.
- Python Interpreter with Kivy will be downloaded onto your device, displaying a progress. Once the download completes, the installation will start and you'll get a notification after the installation is finished.
Program Details
System requirements
Download information
Pricing
Version History
version 1.5
posted on 2015-11-01
* Update release 1.5,- Added CodeEditor feature,- Syntax highlight,- Multiple documents edit,- Added Filebrowser,- Paste Bug fixed,- Tutorial added,- Layout update