My Project: pyquest

🎮 PyQuest: Test Your Python Skills!
I built a fun little command‑line quiz game called PyQuest. It asks 20 Python questions, tracks your score, and even saves results to a CSV file.

✨ Features:

ASCII art banner (powered by pyfiglet)

Multiple‑choice questions loaded from q.json

Score tracking with percentage

Results saved to results.csv

đź“‚ Setup:

download the project here.

Make sure you have Python 3 (or more) installed.

Install pyfiglet with pip install pyfiglet.

Run the game by:
double‑click launch.bat on Windows.

Similar Posts