Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Download scripts for Android Scripting Environment

Downloaded ASE from google code, and was looking through tutorials, and available scripts.

I found a script I wanted to try, however copy pasting it is removing all whitespace (and this is a Python script...).

Is there a simple way to download a script from the internet into the Android Scripting Environment?

like image 524
Brett Allen Avatar asked Nov 06 '22 17:11

Brett Allen


1 Answers

Copy the .py file to your SD card, under ase/scripts

like image 83
Dinedal Avatar answered Nov 14 '22 20:11

Dinedal