Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.14 KB

File metadata and controls

44 lines (30 loc) · 1.14 KB

Linux CLI Project

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.

My Contributions

1. Custom Linux-Style Commands

Implemented several Linux-like commands to interact with the application environment:

  • ls – list available items or resources
  • grep – search through stored data
  • additional command-style interactions for navigating the system

These commands simulate basic Linux command behaviour inside the CLI application.

2. Linux Quiz Game

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.

Technologies Used

  • Python
  • Rich Library
  • SQLite / Database
  • Linux CLI concepts

How to Run

git clone
cd
python main.py

Author

Prajwal G N
GitHub: https://github.com/Prajwal5755