Alex Newman commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
This attempts to recreate https://github.com/nat/natbot/blob/main/natbot.py but for android instead of the web. It uses acceesibility to see, and Android Intents to steer. Sometimes it needs the users' help because of android's security model.
|
| 2 |
-
|
| 3 |
---
|
| 4 |
title: puppet
|
| 5 |
colorTo: indigo
|
|
@@ -10,6 +8,8 @@ python_version: 3.11.2
|
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
| 12 |
---
|
|
|
|
|
|
|
| 13 |
|
| 14 |
This is a (soon) 3 part system
|
| 15 |
- puppet can recieve commands and execute them.
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: puppet
|
| 3 |
colorTo: indigo
|
|
|
|
| 8 |
pinned: false
|
| 9 |
license: mit
|
| 10 |
---
|
| 11 |
+
This attempts to recreate https://github.com/nat/natbot/blob/main/natbot.py but for android instead of the web. It uses acceesibility to see, and Android Intents to steer. Sometimes it needs the users' help because of android's security model.
|
| 12 |
+
|
| 13 |
|
| 14 |
This is a (soon) 3 part system
|
| 15 |
- puppet can recieve commands and execute them.
|