A Linux quiz written in Python
| src | Better UX: Text formatting | |
| .gitignore | Results.txt added to .gitignore. | |
| install.sh | Multiple language support | |
| README.md | „README.md" ändern | |
| tux.png | Tux is now in the readme. | |
Linux Quiz
A simple quiz to test your knowledge about Linux. – Ein einfaches Quiz, um dein Wissen über Linux herauszufinden.
Installation/usage
Note: We don't support stupid systems like windows, only Linux \o/
-
Clone this repository
-
Make the install file executable and run it to set up your language and soon other things:
chmod +x install.sh && ./install.sh -
Run the linuxquiz:
python3 src/quiz.py
TO-DO
- more questions
- Create shell script for language pack [Done]
- multiple modes: easy (15 questions), medium (25 questions) and hard mode (35)
- final test: 50 questions
- print result in file: results.txt [Done]
- format text -> better user experience [DONE]