A Quiz game written in Python that depends on user knowledge.
Download the Python 3 from the official website and install it.
Run the followings in the terminal to install the colorama, plotext libraries
pip3 install colorama
pip3 install plotext
After initialaizing the libraries the quiz game can be played only by executing the 'main.py' file. No other files needed to be executed.
python main.py
- Python
- Colorama, an open source Python library for making colorful terminal prints.
- Plotext, an open source Python library for makin graphs and plots.
- Öykü Eren