diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/vhs/0.py.tape | 7 | ||||
| -rw-r--r-- | tools/vhs/1.py.tape | 7 | ||||
| -rw-r--r-- | tools/vhs/107.py.tape | 7 | ||||
| -rw-r--r-- | tools/vhs/108.php.tape | 7 | ||||
| -rw-r--r-- | tools/vhs/_config.tape | 4 |
5 files changed, 32 insertions, 0 deletions
diff --git a/tools/vhs/0.py.tape b/tools/vhs/0.py.tape new file mode 100644 index 0000000..dd19867 --- /dev/null +++ b/tools/vhs/0.py.tape @@ -0,0 +1,7 @@ +Source "tools/vhs/_config.tape" + +Type "cat 0.py" +Enter +Sleep 1s + +Screenshot assets/0.py.png diff --git a/tools/vhs/1.py.tape b/tools/vhs/1.py.tape new file mode 100644 index 0000000..63391e1 --- /dev/null +++ b/tools/vhs/1.py.tape @@ -0,0 +1,7 @@ +Source "tools/vhs/_config.tape" + +Type "python 0.py" +Enter +Sleep 1s + +Screenshot assets/1.py.png diff --git a/tools/vhs/107.py.tape b/tools/vhs/107.py.tape new file mode 100644 index 0000000..5410f96 --- /dev/null +++ b/tools/vhs/107.py.tape @@ -0,0 +1,7 @@ +Source "tools/vhs/_config.tape" + +Type "python 107.py" +Enter +Sleep 1s + +Screenshot assets/107.py.png diff --git a/tools/vhs/108.php.tape b/tools/vhs/108.php.tape new file mode 100644 index 0000000..3fec172 --- /dev/null +++ b/tools/vhs/108.php.tape @@ -0,0 +1,7 @@ +Source "tools/vhs/_config.tape" + +Type "python 107.py | php" +Enter +Sleep 1s + +Screenshot assets/108.php.png diff --git a/tools/vhs/_config.tape b/tools/vhs/_config.tape new file mode 100644 index 0000000..0bf7842 --- /dev/null +++ b/tools/vhs/_config.tape @@ -0,0 +1,4 @@ +Set FontSize 8 +Set Width 950 +Set Height 950 +Set Theme "iceberg-dark" |
