Here are some of my crude creations of Python scripts specifically designed to run on the Android OS but they only seem to work on OS versions < 5.x. I used the SL4A app (Scripting Layer 4 Android) to run these and their based on Python 2.6.2
This is a script that will quickly tell you the approximate temperature of the device's battery. I have found it does not work on devices with an a13 or a23 CPU, why that is I have no idea. It was tested on 2 different TI CPUs.
Android_Battery_TempThis is another simple Python script that allows the user to select an LCD brightness lower than what the system will allow using the basic brightness adjustment. I got the idea for this one because I was tired of using apps that required a process to run in the background to dim the screen. This one was created for Android 4.4 (KitKat) but I do have others for JellyBean and Gingerbread, no ICS version because it's been so long since I used that.
Android (KitKat) LCD Brightness DimmerHere is a very, VERY simple clock display program which utilizes XML for the layout. It was designed with a 1024x600 display in mind but can easily be formatted for different resolutions by editing a few parameters in the XML. This was unfinished, apparently I wanted to implement an alarm feature but never got to it. I admit this is a HORRIBLE clock program but it somewhat mimics a bedside digital clock and that was my intention on making it. (Notice in the second screenshot it is 1 minute off from the actual device time)
Android "Digital" Clock DisplayAccelerometer level: Here is a very poorly coded rendition of a program that reads raw data from the accelerometer and ultimately displays some symbols which are supposed to represent the "bubble" in a leveling tool. This script does use XML for the layout. The "bubble" does get jittery when close to level but I'm no expert.
Accelerometer Level
_________________
When u hit the walls of sanity, u have no-where to go....