This repository contains a command-line based project built using Python.
The base structure was provided beforehand, and I extended the project by implementing additional functionality and features.
Implemented several Linux-like commands to interact with the application environment:
ls– list available items or resourcesgrep– search through stored data- additional command-style interactions for navigating the system
These commands simulate basic Linux command behaviour inside the CLI application.
Built an interactive quiz game that runs entirely in the terminal.
Features include:
- interactive question display
- command-based navigation
- score tracking
- database-backed question storage
The terminal interface was enhanced using the Rich Python library for improved formatting and user experience.
- Python
- Rich Library
- SQLite / Database
- Linux CLI concepts
git clone
cd
python main.py
Prajwal G N
GitHub: https://github.com/Prajwal5755