Using the Google Docs API tools
My first file involves decoding a Secret message from a private Google document, using the the Google Docs API tools.
See Google Docs API documentation here: https://googleapis.github.io/google-api-python-client/docs/dyn/docs_v1.documents.html
| x | Char | y |
|---|---|---|
| 0 | █ | 0 |
| 0 | █ | 1 |
| 0 | █ | 2 |
| 0 | █ | 3 |
| 0 | █ | 4 |
| 2 | █ | 0 |
| 2 | █ | 1 |
| 2 | █ | 2 |
| 2 | █ | 3 |
| 2 | █ | 4 |
| 1 | █ | 2 |
| 4 | █ | 0 |
| 4 | █ | 1 |
| 4 | █ | 2 |
| 4 | █ | 3 |
| 4 | █ | 4 |
| 5 | █ | 0 |
| 5 | █ | 2 |
| 5 | █ | 4 |
| 8 | █ | 0 |
| 8 | █ | 1 |
| 8 | █ | 2 |
| 8 | █ | 3 |
| 8 | █ | 4 |
| 9 | █ | 4 |
| 12 | █ | 0 |
| 12 | █ | 1 |
| 12 | █ | 2 |
| 12 | █ | 3 |
| 12 | █ | 4 |
| 13 | █ | 4 |
| 16 | █ | 1 |
| 16 | █ | 2 |
| 16 | █ | 3 |
| 17 | █ | 0 |
| 17 | █ | 4 |
| 18 | █ | 1 |
| 18 | █ | 2 |
| 18 | █ | 3 |