Python Interpreter with Kivy


1.5 দ্বারা enuriSoft
Nov 1, 2015 পুরাতন সংস্করণ

Python Interpreter with Kivy সম্পর্কে

Python interpreter using the Kivy.Python REPL.Python IDE.Python Tutorial.

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)

সর্বশেষ সংস্করণ 1.5 এ নতুন কী

Last updated on Nov 3, 2015
* Update release 1.5
- Added CodeEditor feature
- Syntax highlight
- Multiple documents edit
- Added Filebrowser
- Paste Bug fixed
- Tutorial added
- Layout update

অতিরিক্ত অ্যাপ তথ্য

সাম্প্রতিক সংস্করণ

1.5

আপলোড

Quang Tri

Android প্রয়োজন

Android 2.2+

রিপোর্ট করুন

অনুপযুক্ত হিসাবে ফ্ল্যাগ করুন

আরো দেখান

Python Interpreter with Kivy বিকল্প

enuriSoft এর থেকে আরো পান

আবিষ্কার