>_siddiqui.maazzz

Quiz Code App
"A secure command-line quiz app with authentication, quiz management, scoring, feedback, and persistent storage. "


Mini Quiz Code App (CLI)

GitHub Repository |


Type: Command-Line Application (Python OOP)


Overview

The Mini Quiz Code App is a Python-based command-line application that allows users to attempt quizzes, track their scores, and view detailed feedback. Built with Object-Oriented Programming (OOP) principles, this project introduces learners to classes, methods, encapsulation, and persistent data handling in Python.

Features

User Interface (CLI)

Example Use Case

This application is ideal for beginners learning Python OOP, data handling, and basic application design. It can be used for practice assignments, academic demonstrations, or as a foundation for larger quiz systems.

Technology Stack

Benefits

Security & Privacy

All user data is stored locally with optional basic encryption. Scores and progress are kept private and not transmitted externally.