14 lines
372 B
Markdown
14 lines
372 B
Markdown
# Slovak Car test questions
|
|
|
|
Extract the test question from the pre-generated tests from the
|
|
[official website](https://www.minv.sk/?elektronicke-testy), since there is no English version
|
|
|
|
# Usage
|
|
|
|
The script downloads the javascript file and images into the local directory where it is located and
|
|
outputs the HTML into stdout.
|
|
|
|
```sh
|
|
python autoskola.py > test.html
|
|
```
|