No description
Find a file
2022-06-26 17:59:33 +02:00
.gitignore Moved API part to leon/units-security-day-website 2022-06-26 17:59:33 +02:00
__init__.py Moved API part to leon/units-security-day-website 2022-06-26 17:59:33 +02:00
main.py Added go api 2022-05-12 13:53:01 +02:00
mappings.py Some changes: 2022-05-12 12:38:37 +02:00
README.md Moved API part to leon/units-security-day-website 2022-06-26 17:59:33 +02:00

Use the python script

python3 main.py <action> [<text>]

Actions:

  • s: Displays a text, letter by letter, and restores the MI cube afterwards
  • l: Loops a text, letter by letter, indefinitly
  • r: Restores the MI Cube to its default "MI" state

Examples:

  • python3 main.py s "Hello World"
  • python3 main.py l "Hello World"
  • python3 main.py r