mosaed-altoom / Menu-Task-Python

Python sample program for easing and enhancing experience of Linux administration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Menu Task


In this Task:

    Create multiple functions to give the user the ability to choose a specific command to run

    Functions for each command

  • 1:Add User
  • 2:Remove User
  • 3:Add Group
  • 4:Remove Group
  • 5:Show Group & Users

You can create the project with at least one flow-mechanisim for (e.g loop, while ..etc)

The Expected Output :

task 1: e.g if user choose 1 : it will print "User add" and so on

In the next leture you will learn how to use systems commands

NOTE :

  • 1: Fork this project
  • 2: upload the project locally
  • 3: create .py file and write your code
  • 4: push project
  • 5: pull request
  • 6: new pull request (title pull request : your name )

About

Python sample program for easing and enhancing experience of Linux administration


Languages

Language:Python 100.0%