Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.81 KB

File metadata and controls

42 lines (24 loc) · 1.81 KB

Python-CLI-Student-Management-Program

  • CLI (Command line interface)

A Command Line Interface (CLI) is a text-based user interface that allows users to interact with a computer, software, or application by typing commands into a terminal or console. It is a powerful tool for developers, system administrators, and power users because it provides direct control over the operating system and software.

*key features of CLI

  1. Text based interface : Users type commands and view text output..
  2. Lightweight and Fast : Unlike graphical user interfaces (GUIs), CLIs require fewer resources and are faster to use for repetitive tasks.
  3. Scriptable : Commands can be saved in scripts to automate tasks
  4. Versatime : Available across all major operating systems (e.g., Windows Command Prompt, macOS Terminal, Linux Shell).

In this code i have shared my CLI tool using python

  • the functionality that i have in my CLI tool are : Screenshot 2025-01-04 192744

  • a simple configuration of adding the data into the database using CLI Screenshot 2025-01-04 193633

  • for viewing the added data into the database Screenshot 2025-01-04 193905

  • i also get the data in json format, for this data json format would be Screenshot 2025-01-04 194000

  • I also update the database name alex has been updated Screenshot 2025-01-04 194323

    Thank you Abhinandan