Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 501 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 501 Bytes

Tell-me-more

A command line tool written in Python3 provides information about the linux user and the system. The tool displays the bash users of the system, the no bash users of the system, the current user who is logged in the system, and the memory information.

##Instructions To run the tool follow the steps

  • git clone https://github.com/trishnaguha/Tell-me-more.git

  • python3 main.py with arguments.

  • python3 main.py -h for help

##Demo Visit howitworks.txt for demonstration.