Install Python
$ brew install readline sqlite gdbm
$ brew install python --universal --framework
$ python --version
Python 2.7
Symlinks...
| ''' | |
| A simple Time Timer Black Theme app made of ShapeNodes. | |
| <Change Line 123 for seconds or minutes counting> | |
| <Uncomment Line 129 and fill in your shortcut name to | |
| automatically run other shortcut you defined | |
| after timer stopped> | |
| Odd touch attemps will start the timer | |
| Even touch attemps will stop the timer | |
| Stops automatically when the set times passed | |
| ''' |
| ''' | |
| A simple Time Timer app made of ShapeNodes. | |
| <Change Line 120 for seconds or minutes counting> | |
| <Uncomment Line 126 and fill in your shortcut name to | |
| automatically run other shortcut you defined | |
| after timer stopped> | |
| Odd touch attemps will start the timer | |
| Even touch attemps will stop the timer | |
| Stops automatically when the set times passed | |
| ''' |
Install Python
$ brew install readline sqlite gdbm
$ brew install python --universal --framework
$ python --version
Python 2.7
Symlinks...