1
0
Fork
You've already forked linuxquiz
0
A Linux quiz written in Python
Python 86.5%
Shell 13.5%
Find a file
2022年11月14日 16:49:24 +01:00
src Better UX: Text formatting 2021年05月27日 20:17:54 +02:00
.gitignore Results.txt added to .gitignore. 2021年05月27日 18:13:29 +02:00
install.sh Multiple language support 2021年05月27日 17:21:51 +02:00
README.md „README.md" ändern 2022年11月14日 16:49:24 +01:00
tux.png Tux is now in the readme. 2021年05月27日 20:26:42 +02:00

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/

  1. Clone this repository

  2. Make the install file executable and run it to set up your language and soon other things: chmod +x install.sh && ./install.sh

  3. 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]