quizer
rust app that creates cli quiz for you!
Installation
- Download binary release or build from source using cargo
- Make binary executable
chmod +x /path/to/binary/quizer
Usage
- Create .ini file with questions and answers, for example:
[1]
Question="What is my favorite color?"
Answer="Red"
[2]
Question="What is my name?"
Answer="Fedya"
- Run quizer and pass path to .ini file
quizer /path/to/questions.ini